The realtime service network policy was missing the custom egress rules section
that allows configuration of additional egress rules via values.yaml. This caused
the realtime pods to be unable to connect to external databases (e.g., PostgreSQL
on port 5432) when using external database configurations.
The app network policy already had this section, but the realtime network policy
was missing it, creating an inconsistency and preventing the realtime service
from accessing external databases configured via networkPolicy.egress values.
This fix adds the same custom egress rules template section to the realtime
network policy, matching the app network policy behavior and allowing users to
configure database connectivity via values.yaml.
'Open-source AI agent workflow builder used by 60,000+ developers. Build agentic workflows with visual drag-and-drop interface. SOC2 and HIPAA compliant. Integrate with 100+ apps.',
applicationCategory:'DeveloperApplication',
operatingSystem:'Web',
browserRequirements:'Requires a modern browser with JavaScript enabled',
offers:[
{
'@type':'Offer',
name:'Community Plan',
price:'0',
priceCurrency:'USD',
availability:'https://schema.org/InStock',
},
{
'@type':'Offer',
name:'Pro Plan',
price:'20',
priceCurrency:'USD',
priceSpecification:{
'@type':'UnitPriceSpecification',
price:'20',
priceCurrency:'USD',
unitText:'MONTH',
billingIncrement: 1,
},
availability:'https://schema.org/InStock',
},
{
'@type':'Offer',
name:'Team Plan',
price:'40',
priceCurrency:'USD',
priceSpecification:{
'@type':'UnitPriceSpecification',
price:'40',
priceCurrency:'USD',
unitText:'MONTH',
billingIncrement: 1,
},
availability:'https://schema.org/InStock',
},
],
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',
],
review:[
{
'@type':'Review',
author:{'@type':'Person',name:'Hasan Toor'},
reviewBody:
'This startup just dropped the fastest way to build AI agents. This Figma-like canvas to build agents will blow your mind.',
'This is the zapier of agent building. I always believed that building agents and using AI should not be limited to technical people. I think this solves just that.',
text:'Sim is an open-source AI agent workflow builder used by 60,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:'How much does Sim cost?',
acceptedAnswer:{
'@type':'Answer',
text:'Sim offers a free Community plan with $20 usage limit, a Pro plan at $20/month, a Team plan at $40/month, and custom Enterprise pricing. All plans include CLI/SDK access.',
},
},
{
'@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 the API for advanced use cases.',
},
},
{
'@type':'Question',
name:'What enterprise features does Sim offer?',
acceptedAnswer:{
'@type':'Answer',
text:'Sim offers SOC2 and HIPAA compliance, SSO/SAML authentication, role-based access control, audit logs, dedicated support, custom SLAs, and on-premise deployment options for enterprise customers.',
* GEO note: The description is written as a direct answer to "What is Sim?"
* so LLMs can extract it as a cited definition.
*/
exportconstmetadata: Metadata={
metadataBase: newURL('https://sim.ai'),
title:'Sim — Workflows for LLMs | Build AI Agent Workflows',
description:
'Sim is an open-source AI agent workflow builder. Build and deploy agentic workflows with a visual drag-and-drop interface. 100+ integrations. SOC2 and HIPAA compliant.',
manifest:'/manifest.json',
icons:{
icon:'/favicon.ico',
apple:'/apple-icon.png',
},
openGraph:{
type:'website',
locale:'en_US',
url:'https://sim.ai',
siteName:'Sim',
title:'Sim — Workflows for LLMs | Build AI Agent Workflows',
description:
'Open-source AI agent workflow builder used by 60,000+ developers. Visual drag-and-drop interface for building agentic workflows.',
images:[
{
url:'/og-image.png',
width: 1200,
height: 630,
alt:'Sim — AI Agent Workflow Builder',
},
],
},
twitter:{
card:'summary_large_image',
site:'@simdotai',
creator:'@simdotai',
title:'Sim — Workflows for LLMs',
description:
'Open-source AI agent workflow builder. Build and deploy agentic workflows with a visual drag-and-drop interface.',
images:['/og-image.png'],
},
robots:{
index: true,
follow: true,
googleBot:{
index: true,
follow: true,
'max-video-preview':-1,
'max-image-preview':'large',
'max-snippet':-1,
},
},
alternates:{
canonical:'https://sim.ai',
},
other:{
'msapplication-TileColor':'#000000',
'theme-color':'#ffffff',
},
}
/**
* Landing page layout.
*
* Applies landing-specific font CSS variables to the subtree:
* - `--font-season` (Season Sans): Headings and display text
* - `--font-martian-mono` (Martian Mono): Code snippets and technical accents
*
* These CSS variables are available to all child components via Tailwind classes
* (`font-season`, `font-martian-mono`) or direct `var()` usage.
*
* The layout is a Server Component — no `'use client'` needed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.