// DOCS

Inspect the stack. Run it yourself.

CerbiBot is published as a single monorepo so you can inspect the full local stack in one place: backend, dashboard, docs, and scripts.

[PUBLIC-MONOREPO]
Browse the complete CerbiBot source, including the orchestration backend,
operator dashboard, launch docs, and local run scripts.
[RUN-LOCALLY]
Clone the monorepo and start the stack with one command.

$ git clone [email protected]:RavenFrostStudios/Cerbibot.git
$ cd Cerbibot
$ bash scripts/run_local_stack.sh
[REPO-LAYOUT]
backend/      orchestration daemon and APIs
dashboard/    CerbiBot operator UI
docs/         feature and launch documentation
scripts/      one-command local startup and shutdown