What problem does it solve? Building a SaaS application from scratch requires wiring together authentication, payments, database, email, CMS, analytics, and security — a process that takes weeks. This Skill provides expert guidance on next-forge, a production-grade Turborepo template that pre-integrates all of these into a Next.js monorepo. ## Core Features & Use Cases - Installation & Setup Guidance: Walks through npx next-forge@latest init, environment variable configuration, and database migrations with Prisma and Neon PostgreSQL. - Architecture Reference: Explains the monorepo structure with 7 apps (app, web, api, email, docs, storybook, studio) and 20+ shared packages imported as @repo/<name>. - Customization & Provider Swapping: Documents how to replace default integrations (Clerk, Stripe, BaseHub, Resend) with alternatives like Auth.js, Paddle, or Content Collections. - Use Case: A developer wants to launch a SaaS product quickly. They use this Skill to initialize next-forge, configure Clerk authentication and Stripe payments, then deploy the app, web, and api projects to Vercel with correct environment variables. ## Quick Start Ask the assistant to help you initialize a new next-forge project and configure the database connection for local development.