2025-03-03 12:23:30 -08:00
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 02:03:20 -08:00
2025-02-16 18:39:59 -08:00
2025-02-23 11:00:14 -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
2025-02-26 23:55:54 -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

Getting Started

  1. Clone the repository
git clone https://github.com/simstudioai/sim.git
cd sim-studio
  1. Install dependencies
npm install
  1. Set up your 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%