SYSTEM_STATUS: DEPRECATED

The interactive dashboard has been sunset.

// Earlier versions of this project loaded Solid, React, Svelte, and Three.js just to render charts. The new release keeps everything static so the site builds cleanly on GitHub Pages and remains easy to audit.

Why we changed course

  • > GitHub Pages cannot run long-lived API routes or server-rendered dashboards.
  • > Client-side framework bundles introduced unnecessary complexity for content-focused teams.
  • > Static reporting is easier to audit, translate, and preserve in version control.

What to use instead

  • > Weekly status digest template built with Markdown collections.
  • > Lightweight metric blocks on the home page that you can edit in content files.
  • > CSV-to-Markdown conversion script included in the repository utilities.

Need guidance replicating a dashboard statically?

// We can help create scheduled exports, build markdown-based status pages, or integrate lightweight embeds that do not break static hosting rules.