From 2e3d0626341291dd71a92ed58815616d4e276dca Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 12 Nov 2025 14:57:21 -0500 Subject: Add complete Stripe billing integration to PodcastItLater - Implement Biz.PodcastItLater.Billing with checkout sessions, billing portal, webhook handling - Add subscription database schema: plan_tier, stripe fields, period dates, stripe_events table - Three-tier pricing: free (10/month), personal (/month, 50 articles), pro (9/month, unlimited) - Usage tracking and enforcement with tier-based limits - Full billing UI with plan display, usage stats, pricing cards, upgrade buttons - Dashboard shows current tier with billing button - Update Web.nix with Stripe environment variables - Fix POST redirects to Stripe with 303 status code for CloudFront compatibility Amp-Thread-ID: https://ampcode.com/threads/T-c139e5b5-1901-4cd6-8030-5623bfe1df35 Co-authored-by: Amp --- Omni/Bild.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Omni') diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 364bac3..d3d5301 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -134,6 +134,7 @@ pkg-config ripgrep rustc + stripe-cli tree wemux ; @@ -262,6 +263,7 @@ lolcat ormolu ripgrep + stripe-cli tree wemux ]; -- cgit v1.2.3