Claude Code Boilerplate
FeaturesPricingBlogDocs
Get started →

Product

  • Features
  • Pricing
  • Skills

Compare

  • vs ShipFast
  • vs MakerKit
  • vs supastarter

Resources

  • Docs
  • Blog
  • Discord

Legal

  • License
  • Privacy Policy
  • Terms of Service
Claude Code Boilerplate

© 2026 Claude Code Boilerplate. All rights reserved.

Blog 31 posts

  1. 25.
    Stripe plan switching in Next.js -- upgrade, downgrade, and proration without the double-chargeJul 7, 2026

    How to let customers switch Stripe plans mid-cycle in a Next.js SaaS -- choosing the right proration behavior for upgrades vs downgrades, syncing the change to Drizzle ORM, and building the plan picker UI.

    stripenextjsdrizzle-ormsaaspayments
  2. 26.
    Stripe coupon and promo codes in Next.js -- apply discounts at checkout and track redemptions with Drizzle ORMJul 3, 2026

    How to add coupon and promo code support to a Next.js SaaS -- validating codes against Stripe, passing them to Checkout, and logging every redemption in Drizzle ORM so you know which promotions actually convert.

    stripenextjsdrizzle-ormsaaspayments
  3. 27.
    Usage-based billing in Next.js -- charge customers for what they use with Stripe Meters and Drizzle ORMJul 2, 2026

    Stop leaving money on the table with flat-rate pricing -- learn how to add metered, usage-based billing to your Next.js SaaS using Stripe Meters and Drizzle ORM so you earn more as your customers grow.

    nextjsstripedrizzle-ormsaaspayments
  4. 28.
    Stripe trial periods in Next.js -- free trials, trial-end reminders, and graceful downgrades with Drizzle ORMJul 1, 2026

    How to add a free trial to your Stripe subscription flow in a Next.js SaaS -- setting the trial window at checkout, tracking trial status in Drizzle ORM, sending a reminder email before expiry, and downgrading users who do not convert.

    stripenextjsdrizzle-ormsaasresend
  5. 29.
    Stripe one-time payments in Next.js -- checkout, webhooks, and order tracking with Drizzle ORMJun 27, 2026

    How to accept one-time payments in a Next.js SaaS using Stripe Checkout -- creating a session, handling the webhook, recording the purchase in Drizzle ORM, and gating features behind a paid check.

    stripenextjsdrizzle-ormsaaspayments
  6. 30.
    Usage limits in Next.js SaaS -- gating features by Stripe plan with Drizzle ORMJun 19, 2026

    How to gate features by Stripe subscription plan in a Next.js SaaS -- storing the plan on the user, checking it in the service layer, and enforcing per-plan usage limits so your free tier actually means something.

    nextjsstripedrizzle-ormsaasauth
123456