Documentation

Up and running in one command

A unified environment and single-command orchestration keep operations simple — minimal YAML, minimal manual ops.

Quickstart

Clone, configure .env, run one command.

Deployment

Docker Compose, VM, bare metal, optional K8s.

Configuration

Single unified .env with prefix conventions.

Operations

Migrations, seeding, logs, healthchecks.

One-command operations

terminal
$ bun run setup
# Install dependencies & prepare environment
$ bun run dev
# Frontend · backend · workers · socket · monitoring
$ bun run migrate
# Apply database migrations
$ bun run seed
# Seed initial data
$ bun run start
# Production services + healthchecks
$ bun run healthcheck
# Verify db · redis · workers · inference