Live dashboard demo¶
The Pacto dashboard runs entirely in your browser: the engine and a curated set of demo contracts are compiled to WebAssembly, with no backend or live registry.
Open the live dashboard demo →
To run the dashboard against your own services, see Dashboard container.
It showcases the full UI against a realistic fleet:
- Fleet & compliance — eleven services across edge, domain, infra and external tiers.
- Dependency graph — resolved from each contract's declared dependencies, with blast-radius highlighting.
- Version history & diff —
payments-servicespans five versions; thev1.2.0 → v2.0.0step is a breaking change that removes the/chargesAPI. - Readiness —
payments-service2.1.0 declares a readiness gate that fails: a required check (the LLM-safety eval suite) isnot-done, dropping its score to 70, below the required 80 — whileorders-service1.2.0 passes.
The source and build harness live in
examples/demo.