SaaS Scaffolder

Generate a full-stack SaaS scaffold with Next.js 14+, TypeScript, and shadcn/ui.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/tapanshah/Claude-Skills --skill saas-scaffolder-tapanshah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SaaS Scaffolder
Source: https://github.com/tapanshah/Claude-Skills/tree/main/product-team/saas-scaffolder
Command: npx skills add https://github.com/tapanshah/Claude-Skills --skill saas-scaffolder-tapanshah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of complex, production-ready SaaS projects, eliminating the need for manual setup of boilerplate code for authentication, database, and payments.

Core Features & Use Cases

  • Full Project Generation: Creates a complete Next.js App Router project with all necessary files and configurations.
  • Integrated Stack: Wires together authentication (NextAuth, Clerk, Supabase), database (NeonDB, Supabase, PlanetScale with Drizzle ORM), and payments (Stripe, Lemon Squeezy).
  • Use Case: Kickstart a new SaaS product by providing a product brief, and receive a fully functional project structure including landing pages, authentication flows, a dashboard, API routes, and database schemas.

Quick Start

Generate a new SaaS project with NextAuth, NeonDB, and Stripe by providing the product brief.

Frequently Asked Questions about SaaS Scaffolder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a full-stack Next.js SaaS boilerplate with authentication and payments?

Generate a full-stack Next.js SaaS boilerplate by providing a product brief to output a complete project file tree. The scaffold integrates Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, authentication, database, and payment processing configurations automatically.

Can I use Clerk or Supabase Auth for Next.js SaaS scaffolding instead of NextAuth?

Next.js SaaS scaffolding supports NextAuth.js, Clerk, and Supabase Auth for authentication. You can specify your preferred provider in the product brief to generate the corresponding authentication flows and environment variable templates.

What is included in a generated Next.js SaaS project structure?

A generated Next.js SaaS project structure includes a complete file tree with landing pages, authentication flows, a dashboard, API routes, and database schemas. It also outputs environment variable templates and a scaffold checklist for deployment readiness.

Does the Next.js SaaS scaffold support Drizzle ORM with NeonDB or PlanetScale?

The Next.js SaaS scaffold supports Drizzle ORM integrated with NeonDB, Supabase, or PlanetScale databases. You select your preferred database provider to generate the correct ORM configurations and database schemas.

How do I integrate Stripe or Lemon Squeezy payments into a Next.js SaaS scaffold?

Integrate Stripe or Lemon Squeezy payments into a Next.js SaaS scaffold by specifying your preferred provider in the product brief. The generated project includes the necessary API routes and environment variable templates for payment processing.

What do I need to provide to generate a production-ready SaaS project?

To generate a production-ready SaaS project, you need to provide a product brief detailing your application requirements. The Skill uses this brief to output a complete Next.js project with integrated authentication, database, and payment boilerplate.