Skip to content

Commit bc31710

Browse files
emir-karabegwaleedlatif1claude
authored
improvement(landing): rebrand to AI workspace, add auth modal, harden PostHog tracking (#4116)
* improvement: seo, geo, signup, posthog * fix(landing): address PR review issues and convention violations - Fix auth modal race condition: show loading state instead of redirecting when provider status hasn't loaded yet - Fix auth modal HTTP error caching: reject non-200 responses so they aren't permanently cached - Replace <img> with next/image <Image> in auth modal - Use cn() instead of template literal class concatenation in hero, footer-cta - Remove commented-out dead code in footer, landing, sitemap - Remove unused arrow property from FooterItem interface - Convert relative imports to absolute in integrations/[slug]/page - Remove no-op sanitizedName variable in signup form - Remove unnecessary async from llms-full.txt route - Remove extraneous non-TSDoc comment in auth modal Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * style(landing): apply linter formatting fixes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): second pass — fix remaining code quality issues - auth-modal: add @sim/logger, log social sign-in errors instead of swallowing silently - auth-modal: extract duplicated social button classes into SOCIAL_BTN constant - auth-modal: remove unused isProduction from ProviderStatus interface - auth-modal: memoize getBrandConfig() call - footer: remove stale arrow destructuring left after interface cleanup, use cn() throughout - footer-cta: replace inline styles on submit button with Tailwind classes via cn() - footer-cta: replace caretColor inline style with caret-white utility - templates: fix incorrect section value 'landing_preview' → 'templates' for PostHog tracking - events: add 'templates' to landing_cta_clicked section union - integrations: replace "canvas" with "workflow builder" per constitution rules - llms-full: replace "canvas" terminology with "visual builder"/"workflow builder" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): point Mothership and Workflows footer links to docs root These docs pages don't exist yet — link to docs.sim.ai until they are published. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): complete rebrand in blog fallback description Remove "workflows" from the non-tagged blog meta description to align with the AI workspace rebrand across the rest of the PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): strip isProduction from provider response and handle late-resolve redirect - Destructure only githubAvailable/googleAvailable from getOAuthProviderStatus so isProduction is not leaked to unauthenticated callers. - Add useEffect to redirect away from the modal if provider status resolves after the modal is already open and no social providers are configured. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): align auth modal with login/signup page logic - Add SSO button when NEXT_PUBLIC_SSO_ENABLED is set - Gate "Continue with email" behind EMAIL_PASSWORD_SIGNUP_ENABLED - Expose registrationDisabled from /api/auth/providers and hide the "Sign up" toggle when registration is disabled - Simplify skip-modal logic: redirect to full page when no social providers or SSO are available (hasModalContent) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): force login view when registration is disabled When a CTA passes defaultView='signup' but registration is disabled, the modal now opens in login mode instead of showing "Create free account" with social buttons that would fail on the backend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * lint * fix(landing): correct signup view when registrationDisabled loads late When the user opens the modal before providerStatus resolves and registrationDisabled comes back true, the view was stuck on 'signup'. Now the late-resolve useEffect also forces the view to 'login'. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): add click tracking to integration page CTAs Create IntegrationCtaButton client component that wraps AuthModal and fires trackLandingCta on click, matching the pattern used by every other landing section CTA. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(landing): prevent mobile auth modal from unmounting on open Remove setMobileMenuOpen(false) from mobile AuthModal button onClick handlers. Closing the mobile menu unmounts the AuthModal before it can open. The modal overlay or page redirect makes the menu irrelevant without needing to explicitly close it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Waleed Latif <walif6@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30c5e82 commit bc31710

File tree

48 files changed

+1026
-420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1026
-420
lines changed

.claude/rules/constitution.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Sim — Language & Positioning
2+
3+
When editing user-facing copy (landing pages, docs, metadata, marketing), follow these rules.
4+
5+
## Identity
6+
7+
Sim is the **AI workspace** where teams build and run AI agents. Not a workflow tool, not an agent framework, not an automation platform.
8+
9+
**Short definition:** Sim is the open-source AI workspace where teams build, deploy, and manage AI agents.
10+
11+
**Full definition:** Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM to create agents that automate real work — visually, conversationally, or with code.
12+
13+
## Audience
14+
15+
**Primary:** Teams building AI agents for their organization — IT, operations, and technical teams who need governance, security, lifecycle management, and collaboration.
16+
17+
**Secondary:** Individual builders and developers who care about speed, flexibility, and open source.
18+
19+
## Required Language
20+
21+
| Concept | Use | Never use |
22+
|---------|-----|-----------|
23+
| The product | "AI workspace" | "workflow tool", "automation platform", "agent framework" |
24+
| Building | "build agents", "create agents" | "create workflows" (unless describing the workflow module specifically) |
25+
| Visual builder | "workflow builder" or "visual builder" | "canvas", "graph editor" |
26+
| Mothership | "Mothership" (capitalized) | "chat", "AI assistant", "copilot" |
27+
| Deployment | "deploy", "ship" | "publish", "activate" |
28+
| Audience | "teams", "builders" | "users", "customers" (in marketing copy) |
29+
| What agents do | "automate real work" | "automate tasks", "automate workflows" |
30+
| Our advantage | "open-source AI workspace" | "open-source platform" |
31+
32+
## Tone
33+
34+
- **Direct.** Short sentences. Active voice. Lead with what it does.
35+
- **Concrete.** Name specific things — "Slack bots, compliance agents, data pipelines" — not abstractions.
36+
- **Confident, not loud.** No exclamation marks or superlatives.
37+
- **Simple.** If a 16-year-old can't understand the sentence, rewrite it.
38+
39+
## Claim Hierarchy
40+
41+
When describing Sim, always lead with the most differentiated claim:
42+
43+
1. **What it is:** "The AI workspace for teams"
44+
2. **What you do:** "Build, deploy, and manage AI agents"
45+
3. **How:** "Visually, conversationally, or with code"
46+
4. **Scale:** "1,000+ integrations, every major LLM"
47+
5. **Trust:** "Open source. SOC2. Trusted by 100,000+ builders."
48+
49+
## Module Descriptions
50+
51+
| Module | One-liner |
52+
|--------|-----------|
53+
| **Mothership** | Your AI command center. Build and manage everything in natural language. |
54+
| **Workflows** | The visual builder. Connect blocks, models, and integrations into agent logic. |
55+
| **Knowledge Base** | Your agents' memory. Upload docs, sync sources, build vector databases. |
56+
| **Tables** | A database, built in. Store, query, and wire structured data into agent runs. |
57+
| **Files** | Upload, create, and share. One store for your team and every agent. |
58+
| **Logs** | Full visibility, every run. Trace execution block by block. |
59+
60+
## What We Never Say
61+
62+
- Never call Sim "just a workflow tool"
63+
- Never compare only on integration count — we win on AI-native capabilities
64+
- Never use "no-code" as the primary descriptor — say "visually, conversationally, or with code"
65+
- Never promise unshipped features
66+
- Never use jargon ("RAG", "vector database", "MCP") without plain-English explanation on public pages
67+
- Avoid "agentic workforce" as a primary term — use "AI agents"
68+
69+
## Vision
70+
71+
Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Mothership is another. The workspace is the constant; the interface adapts.

.cursor/rules/constitution.mdc

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
description: Sim product language, positioning, and tone guidelines
3+
globs: ["apps/sim/app/(landing)/**", "apps/sim/app/(home)/**", "apps/docs/**", "apps/sim/app/manifest.ts", "apps/sim/app/sitemap.ts", "apps/sim/app/robots.ts", "apps/sim/app/llms.txt/**", "apps/sim/app/llms-full.txt/**", "apps/sim/app/(landing)/**/structured-data*", "apps/docs/**/structured-data*", "**/metadata*", "**/seo*"]
4+
---
5+
6+
# Sim — Language & Positioning
7+
8+
When editing user-facing copy (landing pages, docs, metadata, marketing), follow these rules.
9+
10+
## Identity
11+
12+
Sim is the **AI workspace** where teams build and run AI agents. Not a workflow tool, not an agent framework, not an automation platform.
13+
14+
**Short definition:** Sim is the open-source AI workspace where teams build, deploy, and manage AI agents.
15+
16+
**Full definition:** Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM to create agents that automate real work — visually, conversationally, or with code.
17+
18+
## Audience
19+
20+
**Primary:** Teams building AI agents for their organization — IT, operations, and technical teams who need governance, security, lifecycle management, and collaboration.
21+
22+
**Secondary:** Individual builders and developers who care about speed, flexibility, and open source.
23+
24+
## Required Language
25+
26+
| Concept | Use | Never use |
27+
|---------|-----|-----------|
28+
| The product | "AI workspace" | "workflow tool", "automation platform", "agent framework" |
29+
| Building | "build agents", "create agents" | "create workflows" (unless describing the workflow module specifically) |
30+
| Visual builder | "workflow builder" or "visual builder" | "canvas", "graph editor" |
31+
| Mothership | "Mothership" (capitalized) | "chat", "AI assistant", "copilot" |
32+
| Deployment | "deploy", "ship" | "publish", "activate" |
33+
| Audience | "teams", "builders" | "users", "customers" (in marketing copy) |
34+
| What agents do | "automate real work" | "automate tasks", "automate workflows" |
35+
| Our advantage | "open-source AI workspace" | "open-source platform" |
36+
37+
## Tone
38+
39+
- **Direct.** Short sentences. Active voice. Lead with what it does.
40+
- **Concrete.** Name specific things — "Slack bots, compliance agents, data pipelines" — not abstractions.
41+
- **Confident, not loud.** No exclamation marks or superlatives.
42+
- **Simple.** If a 16-year-old can't understand the sentence, rewrite it.
43+
44+
## Claim Hierarchy
45+
46+
When describing Sim, always lead with the most differentiated claim:
47+
48+
1. **What it is:** "The AI workspace for teams"
49+
2. **What you do:** "Build, deploy, and manage AI agents"
50+
3. **How:** "Visually, conversationally, or with code"
51+
4. **Scale:** "1,000+ integrations, every major LLM"
52+
5. **Trust:** "Open source. SOC2. Trusted by 100,000+ builders."
53+
54+
## Module Descriptions
55+
56+
| Module | One-liner |
57+
|--------|-----------|
58+
| **Mothership** | Your AI command center. Build and manage everything in natural language. |
59+
| **Workflows** | The visual builder. Connect blocks, models, and integrations into agent logic. |
60+
| **Knowledge Base** | Your agents' memory. Upload docs, sync sources, build vector databases. |
61+
| **Tables** | A database, built in. Store, query, and wire structured data into agent runs. |
62+
| **Files** | Upload, create, and share. One store for your team and every agent. |
63+
| **Logs** | Full visibility, every run. Trace execution block by block. |
64+
65+
## What We Never Say
66+
67+
- Never call Sim "just a workflow tool"
68+
- Never compare only on integration count — we win on AI-native capabilities
69+
- Never use "no-code" as the primary descriptor — say "visually, conversationally, or with code"
70+
- Never promise unshipped features
71+
- Never use jargon ("RAG", "vector database", "MCP") without plain-English explanation on public pages
72+
- Avoid "agentic workforce" as a primary term — use "AI agents"
73+
74+
## Vision
75+
76+
Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Mothership is another. The workspace is the constant; the interface adapts.

apps/docs/app/[lang]/[[...slug]]/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ export async function generateMetadata(props: {
280280
title: data.title,
281281
description:
282282
data.description ||
283-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce.',
283+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents.',
284284
keywords: [
285285
'AI agents',
286-
'agentic workforce',
287-
'AI agent platform',
288-
'agentic workflows',
286+
'AI workspace',
287+
'AI agent builder',
288+
'build AI agents',
289289
'LLM orchestration',
290290
'AI automation',
291291
'knowledge base',
@@ -300,7 +300,7 @@ export async function generateMetadata(props: {
300300
title: data.title,
301301
description:
302302
data.description ||
303-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce.',
303+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents.',
304304
url: fullUrl,
305305
siteName: 'Sim Documentation',
306306
type: 'article',
@@ -322,7 +322,7 @@ export async function generateMetadata(props: {
322322
title: data.title,
323323
description:
324324
data.description ||
325-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce.',
325+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents.',
326326
images: [ogImageUrl],
327327
creator: '@simdotai',
328328
site: '@simdotai',

apps/docs/app/[lang]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default async function Layout({ children, params }: LayoutProps) {
6666
'@type': 'WebSite',
6767
name: 'Sim Documentation',
6868
description:
69-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows.',
69+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM.',
7070
url: 'https://docs.sim.ai',
7171
publisher: {
7272
'@type': 'Organization',

apps/docs/app/layout.tsx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,27 @@ export const viewport: Viewport = {
1414
export const metadata = {
1515
metadataBase: new URL('https://docs.sim.ai'),
1616
title: {
17-
default: 'Sim Documentation — Build AI Agents & Run Your Agentic Workforce',
17+
default: 'Sim Documentation — The AI Workspace for Teams',
1818
template: '%s | Sim Docs',
1919
},
2020
description:
21-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows.',
21+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM.',
2222
applicationName: 'Sim Docs',
2323
generator: 'Next.js',
2424
referrer: 'origin-when-cross-origin' as const,
2525
keywords: [
26+
'AI workspace',
27+
'AI agent builder',
2628
'AI agents',
27-
'agentic workforce',
28-
'AI agent platform',
29+
'build AI agents',
2930
'open-source AI agents',
30-
'agentic workflows',
3131
'LLM orchestration',
3232
'AI integrations',
3333
'knowledge base',
3434
'AI automation',
35-
'workflow builder',
36-
'AI workflow orchestration',
35+
'visual workflow builder',
3736
'enterprise AI',
3837
'AI agent deployment',
39-
'intelligent automation',
4038
'AI tools',
4139
],
4240
authors: [{ name: 'Sim Team', url: 'https://sim.ai' }],
@@ -65,9 +63,9 @@ export const metadata = {
6563
alternateLocale: ['es_ES', 'fr_FR', 'de_DE', 'ja_JP', 'zh_CN'],
6664
url: 'https://docs.sim.ai',
6765
siteName: 'Sim Documentation',
68-
title: 'Sim Documentation — Build AI Agents & Run Your Agentic Workforce',
66+
title: 'Sim Documentation — The AI Workspace for Teams',
6967
description:
70-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows.',
68+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM.',
7169
images: [
7270
{
7371
url: 'https://docs.sim.ai/api/og?title=Sim%20Documentation',
@@ -79,9 +77,9 @@ export const metadata = {
7977
},
8078
twitter: {
8179
card: 'summary_large_image',
82-
title: 'Sim Documentation — Build AI Agents & Run Your Agentic Workforce',
80+
title: 'Sim Documentation — The AI Workspace for Teams',
8381
description:
84-
'Documentation for Sim — the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows.',
82+
'Documentation for Sim — the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM.',
8583
creator: '@simdotai',
8684
site: '@simdotai',
8785
images: ['https://docs.sim.ai/api/og?title=Sim%20Documentation'],

apps/docs/app/llms.txt/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export async function GET() {
3737

3838
const manifest = `# Sim Documentation
3939
40-
> The open-source platform to build AI agents and run your agentic workforce.
40+
> The open-source AI workspace where teams build, deploy, and manage AI agents.
4141
42-
Sim is the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows. Create agents, workflows, knowledge bases, tables, and docs. Trusted by over 100,000 builders.
42+
Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM to create agents that automate real work — visually, conversationally, or with code. Trusted by over 100,000 builders.
4343
4444
## Documentation Overview
4545

apps/docs/components/structured-data.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ export function StructuredData({
7070
'@context': 'https://schema.org',
7171
'@type': 'SoftwareApplication',
7272
name: 'Sim',
73-
applicationCategory: 'DeveloperApplication',
73+
applicationCategory: 'BusinessApplication',
74+
applicationSubCategory: 'AI Workspace',
7475
operatingSystem: 'Any',
7576
description:
76-
'Sim is the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows. Create agents, workflows, knowledge bases, tables, and docs.',
77+
'Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM to create agents that automate real work.',
7778
url: baseUrl,
7879
author: {
7980
'@type': 'Organization',
@@ -84,8 +85,9 @@ export function StructuredData({
8485
category: 'Developer Tools',
8586
},
8687
featureList: [
87-
'AI agent creation',
88-
'Agentic workflow orchestration',
88+
'AI workspace for teams',
89+
'Mothership — natural language agent creation',
90+
'Visual workflow builder',
8991
'1,000+ integrations',
9092
'LLM orchestration (OpenAI, Anthropic, Google, xAI, Mistral, Perplexity)',
9193
'Knowledge base creation',

apps/docs/content/docs/en/getting-started/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,25 +170,25 @@ Build, test, and refine workflows quickly with immediate feedback
170170
## Next Steps
171171

172172
<Cards>
173-
<Card title="Explore Workflow Blocks" href="/blocks">
174-
Discover API, Function, Condition, and other workflow blocks
173+
<Card title="Explore Blocks" href="/blocks">
174+
Discover API, Function, Condition, and other blocks
175175
</Card>
176176
<Card title="Browse Integrations" href="/tools">
177-
Connect 160+ services including Gmail, Slack, Notion, and more
177+
Connect 1,000+ services including Gmail, Slack, Notion, and more
178178
</Card>
179179
<Card title="Add Custom Logic" href="/blocks/function">
180180
Write custom functions for advanced data processing
181181
</Card>
182-
<Card title="Deploy Your Workflow" href="/execution">
183-
Make your workflow accessible via REST API or webhooks
182+
<Card title="Deploy Your Agent" href="/execution">
183+
Make your agent accessible via REST API or webhooks
184184
</Card>
185185
</Cards>
186186

187187
## Resources
188188

189189
**Need detailed explanations?** Visit the [Blocks documentation](/blocks) for comprehensive guides on each component.
190190

191-
**Looking for integrations?** Explore the [Tools documentation](/tools) to see all 160+ available integrations.
191+
**Looking for integrations?** Explore the [Tools documentation](/tools) to see all 1,000+ available integrations.
192192

193193
**Ready to go live?** Learn about [Execution and Deployment](/execution) to make your workflows production-ready.
194194

@@ -199,5 +199,5 @@ Build, test, and refine workflows quickly with immediate feedback
199199
{ question: "Can I use a different AI model instead of GPT-4o?", answer: "Yes. The Agent block supports models from OpenAI, Anthropic, Google, Groq, Cerebras, DeepSeek, Mistral, xAI, and more. You can select any available model from the dropdown. If you self-host, you can also use local models through Ollama." },
200200
{ question: "Can I import workflows from other tools?", answer: "Sim does not currently support importing workflows from other automation platforms. However, you can use the Copilot feature to describe what you want in natural language and have it build the workflow for you, which is often faster than manual recreation." },
201201
{ question: "What if my workflow does not produce the expected output?", answer: "Use the Chat panel to test iteratively and inspect outputs from each block. You can click the dropdown to view different block outputs and pinpoint where the issue is. The execution logs (accessible from the Logs tab) show detailed information about each step including token usage, costs, and any errors." },
202-
{ question: "Where do I go after completing this tutorial?", answer: "Explore the Blocks documentation to learn about Condition, Router, Function, and API blocks. Browse the Tools section to discover 160+ integrations you can add to your agents. When you are ready to deploy, check the Execution docs for REST API, webhook, and scheduled trigger options." },
202+
{ question: "Where do I go after completing this tutorial?", answer: "Explore the Blocks documentation to learn about Condition, Router, Function, and API blocks. Browse the Tools section to discover 1,000+ integrations you can add to your agents. When you are ready to deploy, check the Execution docs for REST API, webhook, and scheduled trigger options." },
203203
]} />

apps/docs/content/docs/en/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Card, Cards } from 'fumadocs-ui/components/card'
66

77
# Sim Documentation
88

9-
Welcome to Sim, a visual workflow builder for AI applications. Build powerful AI agents, automation workflows, and data processing pipelines by connecting blocks on a canvas.
9+
Welcome to Sim, the open-source AI workspace where teams build, deploy, and manage AI agents. Create agents visually with the workflow builder, conversationally through Mothership, or programmatically with the API — connected to 1,000+ integrations and every major LLM.
1010

1111
## Quick Start
1212

@@ -15,13 +15,13 @@ Welcome to Sim, a visual workflow builder for AI applications. Build powerful AI
1515
Learn what you can build with Sim
1616
</Card>
1717
<Card title="Getting Started" href="/getting-started">
18-
Create your first workflow in 10 minutes
18+
Build your first agent in 10 minutes
1919
</Card>
20-
<Card title="Workflow Blocks" href="/blocks">
20+
<Card title="Blocks" href="/blocks">
2121
Learn about the building blocks
2222
</Card>
2323
<Card title="Tools & Integrations" href="/tools">
24-
Explore 80+ built-in integrations
24+
Explore 1,000+ integrations
2525
</Card>
2626
</Cards>
2727

@@ -35,10 +35,10 @@ Welcome to Sim, a visual workflow builder for AI applications. Build powerful AI
3535
Work with workflow and environment variables
3636
</Card>
3737
<Card title="Execution" href="/execution">
38-
Monitor workflow runs and manage costs
38+
Monitor agent runs and manage costs
3939
</Card>
4040
<Card title="Triggers" href="/triggers">
41-
Start workflows via API, webhooks, or schedules
41+
Start agents via API, webhooks, or schedules
4242
</Card>
4343
</Cards>
4444

0 commit comments

Comments
 (0)