summaryrefslogtreecommitdiff
path: root/packages/shared
Commit message (Collapse)AuthorAgeFilesLines
* feat: gate offline reading to pro and developer plansFuwn2026-02-101-0/+3
| | | | | | | Service worker now only caches Supabase REST responses when the user's tier allows offline reading. Client syncs tier status to SW via postMessage after profile loads. Free users see a descriptive offline banner instead of stale cached data.
* feat: enforce tier-based history retention (14d free, 90d pro/dev)Fuwn2026-02-081-2/+2
| | | | | | Replace unlimited history claim with honest 90-day retention for paid tiers. Timeline and search RPCs now filter by tier-appropriate retention window.
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-073-0/+76
Full-stack RSS reader SaaS: Supabase + Next.js + Go worker. Includes three subscription tiers (free/pro/developer), API key auth, read-only REST API, webhook push notifications, Stripe billing with proration, and PWA support.