mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-23 05:47:59 -05:00
18c16c217cfb83700ef7ae760e749b3d33e3382f
* feat(api-input): correctly passing in body into executor; need to resolve tag value in blocks following starter * feat(api-input): input is now resolved * feat(api-input): cleaned up logs and added comments
Sim Studio
Sim Studio is a powerful, user-friendly platform that allows developers and agents to build, test, and optimize agentic workflows.
Run
- Self-host
- Join the Waitlist for the cloud-hosted beta
Getting Started
- 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
Tech Stack
- 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
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
Languages
TypeScript
70.8%
MDX
28.7%
Python
0.2%
CSS
0.1%