Prerequisites
- Node.js 20+
- pnpm —
npm install -g pnpm - Docker for Redis
- A Supabase project
- An Anthropic API key
Step 1: Clone and install
Step 2: Configure environment
.env:
Step 3: Run the database schema
Step 4: Start Redis
localhost:6379.
Step 5: Start the app
| Service | URL |
|---|---|
| API | http://localhost:3000 |
| Frontend | http://localhost:5173 |
| MCP server | http://localhost:3001 |
| Worker | background, no HTTP port |
Hot reload
All services support hot reload. Edit any file underapps/ and the relevant service restarts automatically.