Launch a membership site with recurring billing
Production-ready subscription store built with Next.js 15 and Stripe Billing. Offers monthly/yearly recurring plans, a customer billing portal, and protected member content — everything a membership business needs.
What's included
- Recurring billing — Stripe Billing (monthly/yearly)
- Plan management — Starter / Pro / Business with yearly discount
- Billing portal — customers manage their own subscriptions
- Member area — protected content with status gating
- Webhook handling — subscription created/updated/deleted
- Welcome emails — automated onboarding via Resend
- Pricing page — monthly/yearly toggle, popular plan highlight
- TypeScript strict — fully typed
Quick Start
npm install
cp .env.example .env
npm run dev
Stack
Next.js 15 · React 19 · TypeScript · Stripe Billing · Resend · TailwindCSS
Use cases
- SaaS memberships
- Course subscriptions
- Premium content sites
- Coaching programs