mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
221 lines
7.4 KiB
TypeScript
221 lines
7.4 KiB
TypeScript
export default function StructuredData() {
|
|
const structuredData = {
|
|
'@context': 'https://schema.org',
|
|
'@graph': [
|
|
{
|
|
'@type': 'Organization',
|
|
'@id': 'https://sim.ai/#organization',
|
|
name: 'Sim',
|
|
alternateName: 'Sim',
|
|
description:
|
|
'Open-source AI agent workflow builder used by developers at trail-blazing startups to Fortune 500 companies',
|
|
url: 'https://sim.ai',
|
|
logo: {
|
|
'@type': 'ImageObject',
|
|
'@id': 'https://sim.ai/#logo',
|
|
url: 'https://sim.ai/logo/b&w/text/b&w.svg',
|
|
contentUrl: 'https://sim.ai/logo/b&w/text/b&w.svg',
|
|
width: 49.78314,
|
|
height: 24.276,
|
|
caption: 'Sim Logo',
|
|
},
|
|
image: { '@id': 'https://sim.ai/#logo' },
|
|
sameAs: [
|
|
'https://x.com/simdotai',
|
|
'https://github.com/simstudioai/sim',
|
|
'https://www.linkedin.com/company/simstudioai/',
|
|
'https://discord.gg/Hr4UWYEcTT',
|
|
],
|
|
contactPoint: {
|
|
'@type': 'ContactPoint',
|
|
contactType: 'customer support',
|
|
availableLanguage: ['en'],
|
|
},
|
|
},
|
|
{
|
|
'@type': 'WebSite',
|
|
'@id': 'https://sim.ai/#website',
|
|
url: 'https://sim.ai',
|
|
name: 'Sim - AI Agent Workflow Builder',
|
|
description:
|
|
'Open-source AI agent workflow builder. 70,000+ developers build and deploy agentic workflows. SOC2 and HIPAA compliant.',
|
|
publisher: {
|
|
'@id': 'https://sim.ai/#organization',
|
|
},
|
|
inLanguage: 'en-US',
|
|
},
|
|
{
|
|
'@type': 'WebPage',
|
|
'@id': 'https://sim.ai/#webpage',
|
|
url: 'https://sim.ai',
|
|
name: 'Sim - Workflows for LLMs | Build AI Agent Workflows',
|
|
isPartOf: {
|
|
'@id': 'https://sim.ai/#website',
|
|
},
|
|
about: {
|
|
'@id': 'https://sim.ai/#software',
|
|
},
|
|
datePublished: '2024-01-01T00:00:00+00:00',
|
|
dateModified: new Date().toISOString(),
|
|
description:
|
|
'Build and deploy AI agent workflows with Sim. Visual drag-and-drop interface for creating powerful LLM-powered automations.',
|
|
breadcrumb: {
|
|
'@id': 'https://sim.ai/#breadcrumb',
|
|
},
|
|
inLanguage: 'en-US',
|
|
potentialAction: [
|
|
{
|
|
'@type': 'ReadAction',
|
|
target: ['https://sim.ai'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
'@type': 'BreadcrumbList',
|
|
'@id': 'https://sim.ai/#breadcrumb',
|
|
itemListElement: [
|
|
{
|
|
'@type': 'ListItem',
|
|
position: 1,
|
|
name: 'Home',
|
|
item: 'https://sim.ai',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
'@type': 'SoftwareApplication',
|
|
'@id': 'https://sim.ai/#software',
|
|
name: 'Sim - AI Agent Workflow Builder',
|
|
description:
|
|
'Open-source AI agent workflow builder used by 70,000+ developers. Build agentic workflows with visual drag-and-drop interface. SOC2 and HIPAA compliant. Integrate with 100+ apps.',
|
|
applicationCategory: 'DeveloperApplication',
|
|
applicationSubCategory: 'AI Development Tools',
|
|
operatingSystem: 'Web, Windows, macOS, Linux',
|
|
softwareVersion: '1.0',
|
|
offers: [
|
|
{
|
|
'@type': 'Offer',
|
|
'@id': 'https://sim.ai/#offer-free',
|
|
name: 'Community Plan',
|
|
price: '0',
|
|
priceCurrency: 'USD',
|
|
priceValidUntil: '2026-12-31',
|
|
itemCondition: 'https://schema.org/NewCondition',
|
|
availability: 'https://schema.org/InStock',
|
|
seller: {
|
|
'@id': 'https://sim.ai/#organization',
|
|
},
|
|
eligibleRegion: {
|
|
'@type': 'Place',
|
|
name: 'Worldwide',
|
|
},
|
|
},
|
|
{
|
|
'@type': 'Offer',
|
|
'@id': 'https://sim.ai/#offer-pro',
|
|
name: 'Pro Plan',
|
|
price: '20',
|
|
priceCurrency: 'USD',
|
|
priceSpecification: {
|
|
'@type': 'UnitPriceSpecification',
|
|
price: '20',
|
|
priceCurrency: 'USD',
|
|
unitText: 'MONTH',
|
|
billingIncrement: 1,
|
|
},
|
|
priceValidUntil: '2026-12-31',
|
|
itemCondition: 'https://schema.org/NewCondition',
|
|
availability: 'https://schema.org/InStock',
|
|
seller: {
|
|
'@id': 'https://sim.ai/#organization',
|
|
},
|
|
},
|
|
{
|
|
'@type': 'Offer',
|
|
'@id': 'https://sim.ai/#offer-team',
|
|
name: 'Team Plan',
|
|
price: '40',
|
|
priceCurrency: 'USD',
|
|
priceSpecification: {
|
|
'@type': 'UnitPriceSpecification',
|
|
price: '40',
|
|
priceCurrency: 'USD',
|
|
unitText: 'MONTH',
|
|
billingIncrement: 1,
|
|
},
|
|
priceValidUntil: '2026-12-31',
|
|
itemCondition: 'https://schema.org/NewCondition',
|
|
availability: 'https://schema.org/InStock',
|
|
seller: {
|
|
'@id': 'https://sim.ai/#organization',
|
|
},
|
|
},
|
|
],
|
|
aggregateRating: {
|
|
'@type': 'AggregateRating',
|
|
ratingValue: '4.8',
|
|
reviewCount: '150',
|
|
bestRating: '5',
|
|
worstRating: '1',
|
|
},
|
|
featureList: [
|
|
'Visual workflow builder',
|
|
'Drag-and-drop interface',
|
|
'100+ integrations',
|
|
'AI model support (OpenAI, Anthropic, Google, xAI, Mistral, Perplexity)',
|
|
'Real-time collaboration',
|
|
'Version control',
|
|
'API access',
|
|
'Custom functions',
|
|
'Scheduled workflows',
|
|
'Event triggers',
|
|
],
|
|
screenshot: [
|
|
{
|
|
'@type': 'ImageObject',
|
|
url: 'https://sim.ai/logo/426-240/primary/small.png',
|
|
caption: 'Sim AI agent workflow builder interface',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
'@type': 'FAQPage',
|
|
'@id': 'https://sim.ai/#faq',
|
|
mainEntity: [
|
|
{
|
|
'@type': 'Question',
|
|
name: 'What is Sim?',
|
|
acceptedAnswer: {
|
|
'@type': 'Answer',
|
|
text: 'Sim is an open-source AI agent workflow builder used by 70,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.',
|
|
},
|
|
},
|
|
{
|
|
'@type': 'Question',
|
|
name: 'Which AI models does Sim support?',
|
|
acceptedAnswer: {
|
|
'@type': 'Answer',
|
|
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.',
|
|
},
|
|
},
|
|
{
|
|
'@type': 'Question',
|
|
name: 'Do I need coding skills to use Sim?',
|
|
acceptedAnswer: {
|
|
'@type': 'Answer',
|
|
text: 'No coding skills are required! Sim features a visual drag-and-drop interface that makes it easy to build AI workflows. However, developers can also use custom functions and our API for advanced use cases.',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|
|
|
|
return (
|
|
<script
|
|
type='application/ld+json'
|
|
dangerouslySetInnerHTML={{ __html: JSON.stringify(structuredData) }}
|
|
/>
|
|
)
|
|
}
|