Anonymous chat and matchmaking platform.
- Clone the repo and enter it.
- Copy
.env.exampleto.envand fill in local values. - Start infrastructure:
make up-infra- Run database migrations:
make migrate- Start the application services:
make up-services- Start the frontend:
cd apps/web
npm install
npm run dev- docs/README.md - wiki home
- docs/overview/vision.md - what the product is
- docs/architecture/system-design.md - system layout and service boundaries
- docs/development/setup.md - local development workflow
- docs/infrastructure/docker.md - container runtime and compose setup
- docs/security/secrets.md - secret handling and trust boundaries
- docs/runbooks/production-incident.md - incident response
services/- Go microservicesapps/web/- Next.js frontendlibs/- shared libraries and protobufsinfrastructure/- Docker, Kubernetes, Terraform, Ansible, and monitoringdocs/- engineering wiki