Skip to content

Dashboard

Local observability for Archon projects — reads .archon/ ledgers and renders them as a visual dashboard. Distilgent's in-project implementation; other adopters can fork or point their own UI at the same schema.

FileRole
server.jsHTTP entry point; serves static UI + JSON APIs
inference.jsDerives cross-ledger views (cadence, debt heat, drift timeline)
providers.jsFile-system ledger readers (soul, manifest, drift, debt, memos)
schema.jsCanonical response shape for the dashboard API
package.jsonNode deps + npm scripts
public/public-indexStatic HTML shell
public/css/stylesDashboard CSS
public/js/appClient app bootstrap
public/js/componentsShared UI components
public/js/viewsDashboard view controllers
public/js/views-traceTrace / replay views
public/js/workflowWorkflow visualisation
public/js/workflow-dataWorkflow data adapter

See the Dashboard Redesign PRD for design intent and roadmap.

Released under the Apache-2.0 License.