Live dashboard demo¶
The Pacto dashboard runs entirely in your browser as a static WebAssembly build — the Pacto engine and a curated set of demo contracts are compiled to WASM and served with no backend.
Open the live dashboard demo →
It showcases the full UI against a realistic fleet:
- Fleet & compliance — a dozen 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 (an expired evaluation drops its score to 70, below the required 80), whileorders-service1.2.0 passes.
The source and build harness live in
examples/demo.