What problem does it solve? Building a SaaS application from scratch requires wiring together authentication, payments, database, email, CMS, analytics, and security before writing any product code. This Skill provides expert guidance on the next-forge Turborepo template so you can initialize, configure, customize, and deploy a production-grade Next.js monorepo without reverse-engineering its structure. ## Core Features & Use Cases - Project Initialization & Setup: Walks through npx next-forge@latest init, environment variable configuration, database migrations with Prisma and Neon, and Stripe CLI webhook testing. - Architecture Guidance: Explains the monorepo layout with seven apps (app, web, api, email, docs, storybook, studio) and over twenty shared @repo/* packages, plus the Turborepo pipeline and filtering commands. - Provider Swapping & Customization: Documents how to replace Clerk, Stripe, BaseHub, Resend, and other integrations with alternatives like Supabase Auth, Paddle, or Content Collections. - Use Case: You want to launch a SaaS product with subscriptions and a marketing site. Use this Skill to scaffold the monorepo, connect a Neon database, configure Stripe webhooks, and deploy the app, web, and api projects to Vercel. ## Quick Start Ask the assistant to initialize a new next-forge project and configure the database connection and environment variables for local development.