What's Included
This isn’t a demo or a starter toy. Every page, flow, and feature on this site ships with the blueprint — the Next.js app, authentication, Stripe billing, protected areas, docs, and deployment setup.
It’s a production-ready SaaS foundation, designed to be cloned, customized, and launched — not rebuilt from scratch.
Table of contents
Authentication
- Sign-up and sign-in flows so users can onboard immediately
- GitHub OAuth included for frictionless developer onboarding
- Secure sessions that work across the entire app
- Protected app areas out of the box so paid features stay gated
- User profiles and organization settings ready for real SaaS use
Billing & Stripe
- Launch-ready pricing and checkout so you can start selling immediately.
- Sell subscriptions or one-time purchases without redesigning your app.
- Secure, native Stripe checkout using modern payment primitives.
- Built-in promo codes and real pricing previews before users pay.
- Billing events stay in sync automatically via Stripe webhooks.
- Cancel and billing management ability already included.
- Flexible upgrade and downgrade flows you fully control.
- Trials and customer portals supported without forcing your roadmap.
- Clear dev vs production Stripe setup so you avoid launch-day surprises.
App structure
- Next.js foundation built to deploy cleanly on Cloudflare.
- Marketing, app, and auth pages included as part of a single, cohesive Next.js system.
- Predictable routing and layouts across the entire product.
- Shared config and utilities that keep features consistent.
- Flexible architecture that supports new product logic without rework.
- GEO optimized with customer-friendly
robots.txtcontrols and JSON-LD schema across key pages (home, pricing, docs).
UI & shadcn
- shadcn/ui components give you a clean, modern starting point.
- Swap-friendly styling that adapts easily to your next design.
- Core layout primitives like navbars, footers, and sidebars included.
- Dark mode support works out of the box.
Forms
- Real SaaS pages included like signup, sign-in, settings, support, and checkout.
- Forgot and reset password flows fully implemented and production-ready.
- Front-end validation powered by React Hook Form.
- Server-side form handling using Next.js server actions.
- Mailgun-ready email pipeline with a single
sendEmailentry point. - Easy to extend to providers like Resend or Brevo without refactoring.
- Professional HTML emails built with React Email.
- Core transactional templates like welcome, reset, and magic links included.
- Provider-agnostic design so email services can be swapped in one place.
Database & data layer
- Production-ready data layer included out of the box.
- Auth, organization, and billing models already defined.
- Drizzle data layer built for SaaS scale from day one.
- Clear extension points for your own domain models
- Schema migration support via drizzle-kit to evolve your data safely.
Deployment (Cloudflare-first)
Cloudflare is the recommended path, and this blueprint heavily favors Cloudflare.
- End-to-end Cloudflare deployment guide so you can ship with confidence.
- Clear production environment checklist to avoid missed variables.
- Cloudflare-compatible build and runtime from day one.
- Common production gotchas documented before they bite you.
- Production readiness checklist to catch critical setup issues.
- Built-in geolocation support to understand where customers come from.
Security & hardening
- Production-grade authentication with secure session handling.
- Verified Stripe webhooks included to prevent spoofed events.
- Secrets managed securely using provider-managed secret stores.
- Clear access boundaries for protected areas of the app.
- Security hardening guidance as your app grows and scales.
Support & community
- In-app support form for getting help and handling customer requests.
- Support email workflow for direct assistance in both directions.
- Discord community access for ongoing questions, feedback, and updates.
Docs
- Full documentation site included for writing and hosting your own docs.
- Built-in documentation powered by Velite, so you can write and maintain Markdown/MDX docs with a simple, version-controlled workflow.
- Comprehensive documentation covering setup, architecture, and deployment.
- Stripe setup walkthrough with local webhook testing included.
- Cloudflare-focused deployment guide for production launches.
- Day-to-day development notes to support fast iteration.
Not included (by design)
- The UI is intentionally minimal to keep template swaps fast and low-risk.
- Domain logic and business-specific workflows are left to the builder.
- Advanced email, analytics, and support tooling are expected to be plugged in per product needs.