feat: podsteadr-player — minimal browse/pay/play client for podsteadr feeds

A separate, lightweight companion app: add any podsteadr server's URL,
browse its catalog and feeds, play free episodes directly, and buy
priced ones (NIP-07 signing, Lightning invoice + QR, then playback via
the paywall-gated download-url endpoint). No backend of its own — pure
static SPA, fetches other podsteadr instances directly.

Dark glassmorphism theme matching Archipelago's own dashboard (dark
background, translucent blurred panels, orange accent).

Vite's base path is configurable via VITE_BASE (build arg / .env, not
hardcoded) so the same image can be deployed either at a dedicated
port's root (no reverse-proxy prefix) or under a subpath behind a
shared HTTPS domain, depending on the host.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 23:20:33 +00:00
co-authored by Claude Sonnet 5
commit f6f16fbbda
22 changed files with 3680 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
node_modules
dist