What problem does it solve?
next-forge guidance removes uncertainty and manual effort when creating, configuring, and maintaining a production-grade Turborepo Next.js SaaS monorepo by providing clear, opinionated instructions for environment setup, integrations, and deployment.
Core Features & Use Cases
- Scaffold & Setup: Walks through initializing next-forge projects, validating environment variables, and configuring package-level keys and secrets.
- Integrations & Migrations: Advises on Prisma/Neon database setup, Stripe and Resend configuration, Clerk authentication flows, and running migrations safely.
- Monorepo Tooling & Deployment: Explains Turborepo pipeline tasks, dev/build workflows, and deploying individual apps (app, web, api) to Vercel with proper environment variable management.
- Customization & Troubleshooting: Provides provider-swap guidance, validation rules, and migration hints (proxy.ts vs middleware.ts, Prisma/Neon nuances).
Quick Start
Use the next-forge skill to audit the repository and produce a prioritized checklist of missing environment variables, migration steps, integration configurations, and deployment instructions.