Environment Configuration
Copy.env.example to .env at the repo root. The Docker simple setup passes all variables to containers automatically.
For local development, each app reads config from:
Frontend (apps/web/.env.local)
Backend Core (.env)
Voice AI (apps/super)
Optional Variables
See
.env.example for the full list.
Development Commands
Make (uses docker-compose.simple.yml)
NPM
Docker
Development Setup (Recommended)
Usesdocker-compose.simple.yml - single PostgreSQL instance, all services pre-configured:
Full Infrastructure
Usesdocker-compose.yml - separate PostgreSQL per service + Kafka (KRaft). For microservices development:
Database Commands
Testing and Quality
Next Steps
Architecture
Monorepo structure, tech stack, and services overview.
API Documentation
Programmatic access to the Unpod platform.