[sovereignty] Mobile Heartbeat — Lightweight Text-Only Status Page #426
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Point 20 from Sovereignty Manifest
What
Create an ultra-lightweight text-only status page viewable on mobile without loading the full 3D scene. For off-grid/low-bandwidth monitoring of the Nexus sovereignty pulse.
Implementation
heartbeat.html— static HTML, no JavaScript framework, no Three.jsAcceptance Criteria
heartbeat.htmlexists and loads without Three.jsRefs #409, hermes-agent #115
PR created: #434. Implemented
heartbeat.htmlas a lightweight, text-only status page for mobile. It fetches sovereignty status, agent statuses, and last commit times. Includes a dark theme, responsiveness, and auto-refreshes every 60 seconds. The total page weight is under 50KB.PR #438 created.
Added
heartbeat.html— a 9.5 KB standalone status page with no Three.js or framework dependencies. Fetches live data from sovereignty-status.json, blockstream.info, Open-Meteo, portals.json, and the Gitea commits API. Auto-refreshes every 60s with a countdown bar. Dark theme, 375px responsive, works on 3G.