2025-03-02 14:15:17 -08:00
2025-02-23 13:46:50 -08:00
2025-02-26 02:09:56 -08:00
2025-03-02 14:15:17 -08:00
2025-02-16 18:39:59 -08:00
2025-02-26 02:09:56 -08:00
2025-02-26 02:09:56 -08:00
2025-02-15 12:53:30 -08:00

Sim Studio

Twitter License: MIT

Sim Studio is a powerful, user-friendly platform that allows developers and agents to build, test, and optimize agentic workflows.

Run

  1. Self-host
  2. Join the Waitlist for the cloud-hosted beta

Quick Start

The quickest way to get Sim Studio running locally:

  1. Clone the repository
git clone https://github.com/simstudioai/sim.git
cd sim
  1. Start with Docker
docker compose up -d

Or use the convenience script for automatic setup:

chmod +x start_simstudio_docker.sh
./start_simstudio_docker.sh

This will start Sim Studio at http://localhost:3000 with a local PostgreSQL database.

  1. [Optional] Configure Your Environment

In .env, configure Authentication secrets (required for login functionality) and optionally a Resend API key (for authentication emails).

Manual Setup

If you prefer not to use Docker:

  1. Install dependencies
npm install
  1. Set up environment variables

Copy .env.example to .env and configure:

  • Database connection (PostgreSQL)
  • Authentication secret
  • Email provider (Resend)
  1. Set up the database
# Push the database schema
npx drizzle-kit push
  1. Start the development server
npm run dev
  1. Open http://localhost:3000

Tech Stack

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Made with ❤️ by the Sim Studio Team

Description
No description provided
Readme Apache-2.0 483 MiB
Languages
TypeScript 69.6%
MDX 29.9%
Python 0.2%
CSS 0.1%