saas-scaffolder

Generate a Next.js SaaS starter with Stripe billing and Drizzle ORM.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill saas-scaffolder-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: saas-scaffolder
Source: https://github.com/Patasse97/claude-skills/tree/main/product-team/saas-scaffolder
Command: npx skills add https://github.com/Patasse97/claude-skills --skill saas-scaffolder-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generates a production-ready SaaS starter project scaffolding with authentication, billing, API routes, and a dashboard using a modern stack (Next.js, Stripe, and Drizzle ORM). This starter reduces setup time and ensures a baseline architecture for multi-tenant SaaS apps.

Core Features & Use Cases

  • Automated scaffolding of a full SaaS application with authentication, billing integration, API routes, and a responsive dashboard.
  • Generates supporting boilerplate for database schemas (users, subscriptions), payments workflows (Stripe), and frontend components with Tailwind CSS and shadcn/ui.
  • Use Case: product teams launching subscription-based software can spin up a production-ready project skeleton in minutes and customize per-tenant features.

Quick Start

Run the scaffold tool with a config describing your SaaS product to generate a ready-to-run project scaffold.

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 production-ready Next.js SaaS boilerplate with Stripe billing?

You can generate a production-ready SaaS boilerplate by running the scaffold tool with a YAML configuration describing your product. It outputs a Next.js project skeleton featuring TypeScript, Tailwind, Drizzle ORM, and Stripe billing workflows.

What is included in a SaaS starter project scaffolding for subscription-based apps?

SaaS starter project scaffolding includes automated boilerplate for authentication, API routes, a responsive dashboard, database schemas for users and subscriptions, and payment workflows. It enforces a modular architecture to reduce setup time for multi-tenant applications.

Does this SaaS scaffolding tool support Drizzle ORM and TypeScript?

Yes, the SaaS scaffolding tool supports Drizzle ORM and TypeScript. It generates a modern Next.js-based stack that applies Drizzle ORM for database schemas and TypeScript for type-safe boilerplate code generation across the application structure.

How do I set up authentication and database schemas for a multi-tenant SaaS application?

To set up authentication and database schemas, the tool generates modular boilerplate code based on your configuration. It scaffolds the necessary database models for users and subscriptions, integrating authentication workflows directly into the Next.js API routes.

Can I customize the frontend components in the generated SaaS dashboard?

Yes, you can customize the frontend components in the generated SaaS dashboard. The scaffolding tool generates frontend boilerplate using Tailwind CSS and shadcn/ui, allowing product teams to modify per-tenant features after the project skeleton is created.

What is the best way to scaffold a Next.js project with Stripe payments and Tailwind CSS?

The best way to scaffold a Next.js project with Stripe payments and Tailwind CSS is using an automated scaffolding tool. It enforces a modular architecture and generates ready-to-run boilerplate code for app structure, database models, and payment workflows.