Skip to content

Releases: forgesworn/402-pub

v1.0.0

16 Mar 16:17

Choose a tag to compare

402.pub v1.0.0

Initial release of the 402.pub live service directory.

Features

  • Live-streaming service discovery via Nostr kind 31402 events
  • Multi-relay WebSocket connections with exponential backoff
  • External directory indexing (l402.directory)
  • Filterable, searchable service grid with health checks
  • Two audience paths: API operators and agent builders
  • Content Security Policy, URL validation, shell-safe curl copy
  • Responsive design with dark theme and ambient particle animation
  • Accessibility: ARIA labels, prefers-reduced-motion support

Security

  • isSafeHttpUrl() blocks private IPs, localhost, IPv4-mapped IPv6
  • CSP meta tag with strict script-src
  • Service store capped at 500 entries
  • localStorage relay URLs restricted to wss:// only
  • External API fetch with 15s timeout