Skip to content

Commit cee3094

Browse files
committed
improvement(landing): move integration last-updated below CTAs and de-emphasize it
1 parent 18c0273 commit cee3094

2 files changed

Lines changed: 72 additions & 5 deletions

File tree

apps/sim/app/(landing)/integrations/(shell)/[slug]/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,6 @@ export default async function IntegrationPage({ params }: { params: Promise<{ sl
460460
Free to start at sim.ai.
461461
</p>
462462

463-
<p className='mb-8 font-martian-mono text-[var(--landing-text-subtle)] text-xs uppercase tracking-[0.1em]'>
464-
Last updated <time dateTime={INTEGRATIONS_UPDATED_AT}>{UPDATED_AT_DISPLAY}</time>
465-
</p>
466-
467463
{/* CTAs */}
468464
<div className='flex flex-wrap gap-2'>
469465
<IntegrationCtaButton
@@ -507,6 +503,10 @@ export default async function IntegrationPage({ params }: { params: Promise<{ sl
507503
</svg>
508504
</a>
509505
</div>
506+
507+
<p className='mt-5 text-[var(--landing-text-secondary)] text-xs'>
508+
Last updated <time dateTime={INTEGRATIONS_UPDATED_AT}>{UPDATED_AT_DISPLAY}</time>
509+
</p>
510510
</div>
511511

512512
{/* Full-width divider */}

apps/sim/lib/integrations/integrations.json

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,73 @@
37033703
"integrationType": "observability",
37043704
"tags": ["monitoring", "incident-management", "error-tracking"]
37053705
},
3706+
{
3707+
"type": "daytona",
3708+
"slug": "daytona",
3709+
"name": "Daytona",
3710+
"description": "Run code and commands in secure cloud sandboxes",
3711+
"longDescription": "Integrate Daytona into your workflow to run AI-generated code in secure, isolated sandboxes. Create and manage sandboxes, execute shell commands, run Python, JavaScript, or TypeScript code, transfer files, and clone Git repositories.",
3712+
"bgColor": "#FFFFFF",
3713+
"iconName": "DaytonaIcon",
3714+
"docsUrl": "https://docs.sim.ai/integrations/daytona",
3715+
"operations": [
3716+
{
3717+
"name": "Create Sandbox",
3718+
"description": "Create a new Daytona sandbox for running AI-generated code in isolation"
3719+
},
3720+
{
3721+
"name": "Run Code",
3722+
"description": "Run Python, JavaScript, or TypeScript code inside a Daytona sandbox"
3723+
},
3724+
{
3725+
"name": "Execute Command",
3726+
"description": "Execute a shell command inside a Daytona sandbox"
3727+
},
3728+
{
3729+
"name": "Upload File",
3730+
"description": "Upload a file to a Daytona sandbox"
3731+
},
3732+
{
3733+
"name": "Download File",
3734+
"description": "Download a file from a Daytona sandbox"
3735+
},
3736+
{
3737+
"name": "List Files",
3738+
"description": "List files in a directory of a Daytona sandbox"
3739+
},
3740+
{
3741+
"name": "Git Clone",
3742+
"description": "Clone a Git repository into a Daytona sandbox"
3743+
},
3744+
{
3745+
"name": "List Sandboxes",
3746+
"description": "List Daytona sandboxes in the organization"
3747+
},
3748+
{
3749+
"name": "Get Sandbox",
3750+
"description": "Get details of a Daytona sandbox"
3751+
},
3752+
{
3753+
"name": "Start Sandbox",
3754+
"description": "Start a stopped Daytona sandbox"
3755+
},
3756+
{
3757+
"name": "Stop Sandbox",
3758+
"description": "Stop a running Daytona sandbox"
3759+
},
3760+
{
3761+
"name": "Delete Sandbox",
3762+
"description": "Delete a Daytona sandbox"
3763+
}
3764+
],
3765+
"operationCount": 12,
3766+
"triggers": [],
3767+
"triggerCount": 0,
3768+
"authType": "api-key",
3769+
"category": "tools",
3770+
"integrationType": "devops",
3771+
"tags": ["agentic", "cloud", "automation"]
3772+
},
37063773
{
37073774
"type": "devin",
37083775
"slug": "devin",
@@ -10348,7 +10415,7 @@
1034810415
"name": "Notion",
1034910416
"description": "Manage Notion pages",
1035010417
"longDescription": "Integrate with Notion into the workflow. Can read page, read database, create page, create database, append content, query database, and search workspace.",
10351-
"bgColor": "#181C1E",
10418+
"bgColor": "#FFFFFF",
1035210419
"iconName": "NotionIcon",
1035310420
"docsUrl": "https://docs.sim.ai/integrations/notion",
1035410421
"operations": [],

0 commit comments

Comments
 (0)