Skip to content

Tombstone v1.0.0 — Self-Hosted

Choose a tag to compare

@github-actions github-actions released this 27 Jun 11:19
· 525 commits to main since this release

Tombstone v1.0.0 — Self-Hosted Release

Full production intelligence platform. Runs locally with one command.

Quick Start

Prerequisites: Docker 20.10+, Docker Compose v2+, Make

git clone https://github.com/sairam0424/Tombstone.git
cd Tombstone
cp infra/.env.example infra/.env
make dev

Dashboard at http://localhost:3000 — all services running, all views functional.

Services

  • flag-api :8081 — Flag CRUD, approvals, audit log, kill switch
  • gateway :8080 — SSE streaming to SDKs
  • evaluator :8082 — Blast-radius, circuit-breaker, SLO
  • intelligence :8083 — Anomaly detection, recommendations
  • dashboard :3000 — React 19 management UI
  • gitops-sync :8084, ast-rewriter :8085, marketplace :8086

v1.1 Roadmap

  • Cloud-hosted option (Northflank + Vercel)
  • Kubernetes Helm charts

Docs updated.