Sim Studio is a powerful, user-friendly platform that allows developers and agents to build, test, and optimize agentic workflows.
- Self-host
- Join the Waitlist for the cloud-hosted beta
- Clone the repository
git clone https://github.com/simstudioai/sim.git
cd sim-studio- Install dependencies
npm install- Set up your environment variables
Copy .env.example to .env and configure:
- Database connection (PostgreSQL)
- Authentication secret
- Email provider (Resend)
- Set up the database
# Push the database schema
npx drizzle-kit push- Start the development server
npm run dev- Framework: Next.js (App Router)
- Database: PostgreSQL with Drizzle ORM
- Authentication: Better Auth with GitHub OAuth
- UI: Shadcn, Tailwind CSS
- State Management: Zustand
- Flow Editor: ReactFlow
We welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with Next.js, React Flow, Zustand, Shadcn/ui, Tailwind CSS and lots of ☕
Made with ❤️ by the Sim Studio Team