Dashboard v2

Modern analytics, without the runtime baggage.

Version 2 of the dashboard re-imagines the experience as a curated report built from exports. No more shipping five different frameworks to approximate product health.

Static-first reporting

Version dashboards as Markdown summaries or screenshots so they deploy with the rest of your site.

Automation hooks

Use the included scripts folder to convert CSV exports into tables and timeline updates.

People-friendly updates

Summaries keep stakeholders informed without navigating a complex single-page app.

Suggested workflow

  1. 1 Collect metrics via your preferred observability platform.
  2. 2 Export or summarise key numbers once per cadence (day, week, sprint).
  3. 3 Commit the update as Markdown so Git tracks the changes and reviews remain simple.

Upgrade highlights

Performance
Removes all runtime dependencies, cutting bundle size to zero for this page.
Governance
Every dashboard revision is versioned, reviewable, and easy to diff in Git.
Portability
Works on GitHub Pages, GitLab Pages, or any static hosting provider without changes.