saas-scaffolder

Generate Next.js 14+ SaaS boilerplates with Stripe and Drizzle from a config.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill saas-scaffolder-devcharuzu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: saas-scaffolder
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/saas-scaffolder
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill saas-scaffolder-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Turns the tedious, error-prone setup of a new SaaS project into an automated boilerplate generator that outputs a ready-to-run scaffold.

Core Features & Use Cases

  • Auth, billing, and app shell: generates authentication flows, billing integration with Stripe, and a working dashboard scaffold.
  • Database & API scaffolding: includes schema, ORM (Drizzle), and API routes wired to the app structure.
  • Starter templates: supports Next.js 14+ App Router with TS, Tailwind, and shadcn/ui for rapid onboarding.

Quick Start

Provide a config JSON and run the scaffold tool to generate a production-ready SaaS project skeleton.

Frequently Asked Questions about saas-scaffolder

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

FAQPage Schema
How do I scaffold a Next.js SaaS boilerplate with authentication and billing?▼

Scaffolding a Next.js SaaS boilerplate involves providing a config JSON to generate a project skeleton with authentication, Stripe billing, and a working dashboard.

What is included in a production-ready SaaS scaffold?▼

A production-ready SaaS scaffold includes Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM schemas, API routes, authentication flows, and Stripe integration.

Does the generated SaaS boilerplate work with Drizzle ORM and Stripe?▼

The generated SaaS boilerplate works with Drizzle ORM and Stripe, wiring database schemas, API routes, and subscription billing directly into the app structure.

Can I use this to prototype a subscription-based product quickly?▼

You can use this to prototype a subscription-based product by generating a cohesive scaffold with working authentication and billing integration for rapid onboarding.

What's the best way to start a new SaaS project using a config?▼

Starting a new SaaS project using a config is best done by running the scaffold tool to output a ready-to-run Next.js app with TypeScript, Tailwind, and shadcn/ui.