Free Templates

Production-ready apps with auth, billing, and usage tracking wired up. Clone, run /setup, and ship.

Try demos with test card: 4242 4242 4242 4242

AI-Powered Customization

Works with Claude Code, Cursor, Windsurf, and other AI editors

Commands live in .claude/commands/ — the standard location for AI editor slash commands

/setup

Interactive wizard that configures everything. Brand name, colors, API key, content - all through conversation with AI.

/pwa

Make your app installable. Adds service worker, manifest, and offline support. One command, full PWA.

📱

PWA Support (React Templates)

Turn your web app into a native-like experience. Users can install it on their phone, access it from their home screen, and use it offline.

Install on any device
Works offline
Home screen icon
Push notifications (coming)

Just run /pwa in your AI editor after setup.

React Templates

Vite + React + TypeScript. Fast dev server, instant HMR. Best for getting started quickly.

📊

SaaS Basic

Usage-metered apps with subscription tiers. Perfect for AI tools, APIs, developer tools.

Auth (sign up, sign in, sign out)
Usage tracking with limits
Subscription billing
Dashboard with usage display
🛒

Store Basic

E-commerce with guest checkout. Perfect for digital products, merch, courses.

Product catalog from dashboard
Shopping cart
Guest checkout (no auth)
Inventory management
🔐

Membership Basic

Gated content with paid access. Perfect for courses, communities, premium content.

Content gating (free vs paid)
Member dashboard
Auto-checkout flow
Upgrade prompts

Why Next.js?

For production apps that need more

Server Components

Less JS shipped to client

🔍

SEO Optimized

Server-rendered HTML

🌐

Edge Ready

Deploy to Vercel Edge

📁

App Router

Modern routing patterns

Next.js Templates

Next.js 14 + App Router + TypeScript. Server components, SEO, edge deployment.

📊

SaaS Next

Same features as SaaS Basic, built with Next.js App Router.

Server components
SEO optimized
Edge-ready
App Router
🛒

Store Next

Same features as Store Basic, built with Next.js App Router.

Server components
SEO optimized
Edge-ready
App Router
🔐

Membership Next

Same features as Membership Basic, built with Next.js App Router.

Server components
SEO optimized
Edge-ready
App Router

Quick Start

# 1. Clone any template
git clone https://github.com/Fruitloop24/dream-saas-basic
cd dream-saas-basic

# 2. Install dependencies
npm install

# 3. Open in AI editor and run setup
#    (Claude Code, Cursor, Windsurf, etc.)
/setup

# 4. Start dev server
npm run dev

# 5. (Optional) Add PWA support (React templates only)
/pwa
🔧

Self-Host the Backend

Want to run your own Dream API instance? plug-saas is the open-source backend. Deploy your own auth + billing infrastructure on Cloudflare Workers.

View plug-saas on GitHub

MIT License - Do whatever you want with it.

Ready to build?

Get your API keys, download a template, and ship your product today.