saas-scaffolder
Generates complete, production-ready SaaS project boilerplate including authentication, database schemas, billing integration, API routes, and a working dashboard using Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM, and Stripe. Use when the user wants to create a new SaaS app, start a subscription-based web project, scaffold a Next.js application, or mentions terms like starter template, boilerplate, new project, or wiring up auth and payments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/saas-scaffolderWhat This Skill Does
The saas-scaffolder skill is a robust developer tool designed to accelerate the creation of production-grade SaaS applications. By leveraging a high-performance stack including Next.js 14+ (App Router), TypeScript, Tailwind CSS, shadcn/ui, and Drizzle ORM, it handles the heavy lifting of project bootstrapping. It automatically generates a secure, scalable directory structure, configures authentication providers (NextAuth, Clerk, or Supabase), sets up database connections for NeonDB, Supabase, or PlanetScale, and integrates billing logic via Stripe or LemonSqueezy. This tool effectively eliminates the 'blank page' problem and ensures best practices for folder structure, type safety, and API route management from day one.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/saas-scaffolder
Use Cases
This skill is perfect for developers, startup founders, and technical product managers who need to prototype a subscription-based web application rapidly. It is ideal for scaffolding new internal tools, customer-facing platforms, or side projects where high-quality architectural foundations are non-negotiable but manual setup time is limited. Use it to immediately generate the boilerplate code needed to handle user registration, paid tier management, and protected dashboard routing.
Example Prompts
- "I need to start a new SaaS project called TaskFlow. It's a project management tool. Please scaffold a Next.js app using Clerk for auth, NeonDB for the database, and Stripe for payments. Include a dashboard and landing page."
- "Generate a boilerplate for an AI content generator. Use NextAuth, PlanetScale, and Stripe. I need the file structure for a user dashboard, a subscription settings page, and API routes for billing webhooks."
- "I want to build a newsletter platform. Set up a project skeleton with Drizzle ORM, Supabase, and LemonSqueezy. Include the directory structure for auth and billing logic."
Tips & Limitations
- Tip: Ensure your environment variables (like DB_URL and STRIPE_SECRET) are ready before running the command to ensure a smoother CI/CD integration.
- Tip: You can customize the resulting architecture by explicitly listing features like 'email notifications' or 'role-based access' in your prompt.
- Limitation: The skill provides a foundational structure; while it scaffolds essential routes and db logic, complex business-specific logic for your core product will still require custom implementation beyond the generated boilerplate.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-saas-scaffolder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.