See It in Action

Every page in the starter kit, rendered exactly as your customers will see it.

Dashboard
$12,430
Revenue
+12.5% from last month
1,284
Users
+8.2% from last month
2.4%
Churn
-0.3% from last month

Recent Activity

New user signed up
Payment received — $29.99
Subscription upgraded
New team created

Quick Actions

View analytics →
Manage billing →
Invite team members →
API settings →
lib/stripe.ts
import Stripe from 'stripe'
// One import. Payments wired.
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!)
// Checkout sessions, webhooks, subscriptions — all handled.
export const PRICE_ID = process.env.STRIPE_PRICE_ID
// Also included: app/api/checkout, app/api/webhook, full dashboard
Checkout page
$29.99
one-time payment — USD
  • Next.js 14 App Router + TypeScript
  • Stripe payments pre-configured
  • NextAuth.js authentication
  • Tailwind CSS dashboard
  • Dark mode out of the box
  • 2,500+ lines of production code
  • Continuous updates
Buy Now — $29.99
Post-purchase page
🎉

Thank you for your purchase!

Your ShipFast starter kit is ready. Click below to download.

⬇ Download Starter Kit

Quick Start

1. Unzip the file

2. Run npm install

3. Copy .env.example to .env.local

4. Add your Stripe keys

5. Run npm run dev

Buy Now — $29.99
← Back to ShipFast