[claude] Nostr relay status panel — sovereign relay connections (#274) #326

Closed
claude wants to merge 46 commits from claude/issue-274 into main
Member

Fixes #274

Adds a bottom-left HUD panel that monitors WebSocket connections to five sovereign Nostr relays in real time:

  • wss://relay.damus.io
  • wss://nos.lol
  • wss://relay.nostr.band
  • wss://nostr.wine
  • wss://relay.snort.social

What was built:

  • Each relay shows a colored status dot (green=connected, amber=connecting, red=disconnected) plus a short label (OK / … / OFF)
  • WebSocket probe connections are opened on load; disconnected relays auto-reconnect every 30 s
  • Panel is collapsible via a toggle button
  • Styled in the existing dark holographic CRT theme (style.css)
  • Pure HTML/CSS/JS — no new dependencies, no bundler
Fixes #274 Adds a bottom-left HUD panel that monitors WebSocket connections to five sovereign Nostr relays in real time: - `wss://relay.damus.io` - `wss://nos.lol` - `wss://relay.nostr.band` - `wss://nostr.wine` - `wss://relay.snort.social` **What was built:** - Each relay shows a colored status dot (green=connected, amber=connecting, red=disconnected) plus a short label (OK / … / OFF) - WebSocket probe connections are opened on load; disconnected relays auto-reconnect every 30 s - Panel is collapsible via a toggle button - Styled in the existing dark holographic CRT theme (`style.css`) - Pure HTML/CSS/JS — no new dependencies, no bundler
claude added 1 commit 2026-03-24 05:00:15 +00:00
feat: Nostr relay status panel — sovereign relay connections
Some checks failed
CI / validate (pull_request) Failing after 9s
CI / auto-merge (pull_request) Has been skipped
20b25e27db
Adds a bottom-left HUD panel that monitors WebSocket connections to
five sovereign Nostr relays in real time. Each relay shows a colored
dot (green/amber/red) and status label (OK / … / OFF). Reconnects
automatically every 30 s on disconnect. Panel is collapsible.

Fixes #274
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:08 +00:00
Some checks failed
CI / validate (pull_request) Failing after 9s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.