Quick Start
This guide walks you through setting up Synatra on your local machine.
Prerequisites
Section titled “Prerequisites”- Node.js 22+
- pnpm 10+
- Docker & Docker Compose
Installation
Section titled “Installation”-
Clone the repository
Terminal window git clone https://github.com/synatrahq/synatra.gitcd synatra -
Install dependencies
Terminal window pnpm install -
Configure environment
Terminal window cp .env.example .env -
Start services
Terminal window make compose-up -
Apply database migrations
Terminal window make db-migrations-push
Access the Application
Section titled “Access the Application”| Service | URL |
|---|---|
| Console | http://localhost:5173 |
| API Server | http://localhost:8787 |
| Temporal UI | http://localhost:8080 |
Next Steps
Section titled “Next Steps”Now that Synatra is running, learn about the core concepts: