This is your production SaaS starter if you want a Turborepo monorepo with the entire stack wired up: Clerk auth, Prisma with Neon, Stripe payments, shadcn/ui design system, plus observability, analytics, CMS, and a dozen other packages ready to go. You scaffold with npx next-forge init and get seven apps (main app, marketing site, API, email previews, docs, Storybook, Prisma Studio) plus shared workspace packages under @repo/*. Everything beyond the database is optional and gracefully degrades if you skip the env vars. The skill knows the monorepo structure, handles migration from middleware.ts to proxy.ts for Next.js 16+, and chains to auth or routing skills when it spots Clerk patterns or middleware code.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill next-forge