Self-Hosting

Deploy Sim on your own infrastructure

Deploy Sim on your own infrastructure with Docker or Kubernetes.

Set Up with Cursor

Requirements

ResourceSmallStandardProduction
CPU2 cores4 cores8+ cores
RAM12 GB16 GB32+ GB
Storage20 GB SSD50 GB SSD100+ GB SSD
Docker20.10+20.10+Latest

Small: Development, testing, single user (1-5 users) Standard: Teams (5-50 users), moderate workloads Production: Large teams (50+ users), high availability, heavy workflow execution

Resource requirements are driven by workflow execution (isolated-vm sandboxing), file processing (in-memory document parsing), and vector operations (pgvector). Memory is typically the constraining factor rather than CPU. Production telemetry shows the main app uses 4-8 GB average with peaks up to 12 GB under heavy load.

Quick Start

git clone https://github.com/simstudioai/sim.git && cd sim
docker compose -f docker-compose.prod.yml up -d

Open http://localhost:3000

Deployment Options

Architecture

ComponentPortDescription
simstudio3000Main application
realtime3002WebSocket server
db5432PostgreSQL with pgvector
migrations-Database migrations (runs once)

On this page

Start building today
Trusted by over 60,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started