You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/components/structured-data.tsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ export default function StructuredData() {
38
38
url: 'https://sim.ai',
39
39
name: 'Sim - AI Agent Workflow Builder',
40
40
description:
41
-
'Open-source AI agent workflow builder. 30,000+ developers build and deploy agentic workflows. SOC2 and HIPAA compliant.',
41
+
'Open-source AI agent workflow builder. 50,000+ developers build and deploy agentic workflows. SOC2 and HIPAA compliant.',
42
42
publisher: {
43
43
'@id': 'https://sim.ai/#organization',
44
44
},
@@ -98,7 +98,7 @@ export default function StructuredData() {
98
98
'@id': 'https://sim.ai/#software',
99
99
name: 'Sim - AI Agent Workflow Builder',
100
100
description:
101
-
'Open-source AI agent workflow builder used by 30,000+ developers. Build agentic workflows with visual drag-and-drop interface. SOC2 and HIPAA compliant. Integrate with 100+ apps.',
101
+
'Open-source AI agent workflow builder used by 50,000+ developers. Build agentic workflows with visual drag-and-drop interface. SOC2 and HIPAA compliant. Integrate with 100+ apps.',
102
102
applicationCategory: 'DeveloperApplication',
103
103
applicationSubCategory: 'AI Development Tools',
104
104
operatingSystem: 'Web, Windows, macOS, Linux',
@@ -173,7 +173,7 @@ export default function StructuredData() {
173
173
'Visual workflow builder',
174
174
'Drag-and-drop interface',
175
175
'100+ integrations',
176
-
'AI model support (OpenAI, Anthropic, Google)',
176
+
'AI model support (OpenAI, Anthropic, Google, xAI, Mistral, Perplexity)',
177
177
'Real-time collaboration',
178
178
'Version control',
179
179
'API access',
@@ -198,15 +198,15 @@ export default function StructuredData() {
198
198
name: 'What is Sim?',
199
199
acceptedAnswer: {
200
200
'@type': 'Answer',
201
-
text: 'Sim is an open-source AI agent workflow builder used by 30,000+ developers at trail-blazing startups to Fortune 500 companies. It provides a visual drag-and-drop interface for building and deploying agentic workflows. Sim is SOC2 and HIPAA compliant.',
201
+
text: 'Sim is an open-source AI agent workflow builder used by 50,000+ developers at trail-blazing startups to Fortune 500 companies. It provides a visual drag-and-drop interface for building and deploying agentic workflows. Sim is SOC2 and HIPAA compliant.',
202
202
},
203
203
},
204
204
{
205
205
'@type': 'Question',
206
206
name: 'Which AI models does Sim support?',
207
207
acceptedAnswer: {
208
208
'@type': 'Answer',
209
-
text: 'Sim supports all major AI models including OpenAI (GPT-4, GPT-3.5), Anthropic (Claude), Google (Gemini), Mistral, Perplexity, and many more. You can also connect to open-source models via Ollama.',
209
+
text: 'Sim supports all major AI models including OpenAI (GPT-5, GPT-4o), Anthropic (Claude), Google (Gemini), xAI (Grok), Mistral, Perplexity, and many more. You can also connect to open-source models via Ollama.',
Copy file name to clipboardExpand all lines: apps/sim/app/page.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import Landing from '@/app/(landing)/landing'
4
4
exportconstmetadata: Metadata={
5
5
title: 'Sim - AI Agent Workflow Builder | Open Source Platform',
6
6
description:
7
-
'Open-source AI agent workflow builder used by 30,000+ developers. Build and deploy agentic workflows with visual drag-and-drop interface. Connect 100+ apps. SOC2 and HIPAA compliant. Used by startups to Fortune 500 companies.',
7
+
'Open-source AI agent workflow builder used by 50,000+ developers. Build and deploy agentic workflows with visual drag-and-drop interface. Connect 100+ apps. SOC2 and HIPAA compliant. Used by startups to Fortune 500 companies.',
8
8
keywords:
9
9
'AI agent workflow builder, agentic workflows, open source AI, visual workflow builder, AI automation, LLM workflows, AI agents, workflow automation, no-code AI, SOC2 compliant, HIPAA compliant, enterprise AI',
0 commit comments