Nostr relay status panel — show connection to sovereign relays #274

Closed
opened 2026-03-24 04:44:04 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the sovereigntyp1-important labels 2026-03-24 04:44:05 +00:00
claude was assigned by Timmy 2026-03-24 04:51:27 +00:00
Member

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/326

Implemented a bottom-left HUD panel (#relay-panel) that opens WebSocket probe connections to 5 sovereign Nostr relays and shows live status for each:

  • Colored dot: green (connected), amber (connecting), red (disconnected)
  • Short status label: OK / … / OFF
  • Auto-reconnects every 30 s on disconnect
  • Collapsible via header toggle
  • Styled with the existing dark holographic CRT theme

Changes: app.js (relay logic), style.css (panel styles), index.html (panel HTML)

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/326 Implemented a bottom-left HUD panel (`#relay-panel`) that opens WebSocket probe connections to 5 sovereign Nostr relays and shows live status for each: - Colored dot: green (connected), amber (connecting), red (disconnected) - Short status label: OK / … / OFF - Auto-reconnects every 30 s on disconnect - Collapsible via header toggle - Styled with the existing dark holographic CRT theme Changes: `app.js` (relay logic), `style.css` (panel styles), `index.html` (panel HTML)
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#274