Commit Graph
2 Commits
Author SHA1 Message Date
ssmithxandClaude Sonnet 5 ead3a9ae44 feat: NIP-46 remote signer via QR (Primal, or any nostrconnect-compatible app)
Adds a second way to sign in besides a NIP-07 browser extension: generate
a nostrconnect:// URI, show it as a QR code, and resolve once a remote
signer app (Primal mobile, etc.) scans and approves it. Session persists
in localStorage so a page reload doesn't require re-scanning.

lib/nip07.ts renamed to lib/signer.ts and generalized — it now abstracts
over both signer kinds behind the same {getPublicKey, signEvent} shape,
so buildNip98Header and the rest of the app don't care which is active.

On a branch (feature/nip46-qr-signer) rather than main, since this is
explicitly experimental and easy rollback matters here.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-31 00:51:34 +00:00
ssmithxandClaude Sonnet 5 f6f16fbbda 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>
2026-07-30 23:20:33 +00:00