next-forge

Scaffold SaaS monorepos with Turborepo and Vercel ecosystem tools.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel-labs/vercel-plugin --skill next-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-forge
Source: https://github.com/vercel-labs/vercel-plugin/tree/main/skills/next-forge
Command: npx skills add https://github.com/vercel-labs/vercel-plugin --skill next-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a production-ready Turborepo monorepo starter kit designed for building SaaS applications, streamlining the setup of complex projects with pre-integrated Vercel ecosystem tools.

Core Features & Use Cases

  • Integrated Tooling: Comes pre-wired with authentication (Clerk), database (Prisma/Neon), payments (Stripe), email (Resend), observability (Sentry), and more.
  • Monorepo Structure: Organizes frontend, backend, and shared packages within a Turborepo monorepo for efficient development and dependency management.
  • Use Case: Quickly scaffold a new SaaS application by running npx next-forge init, which sets up a robust monorepo structure with all essential services configured, allowing you to focus on core business logic.

Quick Start

Scaffold a new project using next-forge by running npx next-forge@latest init.

Frequently Asked Questions about next-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a SaaS monorepo with Next.js and Turborepo?

Scaffold a production-grade SaaS monorepo by running `npx next-forge@latest init`, which sets up a Turborepo structure with Next.js and pre-configured Vercel ecosystem tools. You can then focus on your core business logic.

What is included in a Next.js SaaS starter kit?

A Next.js SaaS starter kit includes pre-wired authentication with Clerk, database integration via Prisma and Neon, payments through Stripe, email via Resend, and observability using Sentry within a multi-package monorepo.

Can I use pnpm and Biome in a Turborepo monorepo setup?

Yes, this Turborepo monorepo setup utilizes pnpm for package management and Biome for code formatting across all shared packages, ensuring efficient development and dependency management.

Does this SaaS starter kit integrate Stripe and Clerk for authentication and payments?

Yes, the SaaS starter kit integrates Clerk for user authentication and Stripe for payment processing, providing a complete starting point for SaaS applications.

What is the best way to structure a multi-package SaaS application?

The best way to structure a multi-package SaaS application is using a Turborepo monorepo, organizing frontend, backend, and shared packages together for efficient development and streamlined dependency management.

When do I need a monorepo starter kit for SaaS development?

You need a monorepo starter kit when building a SaaS application that requires complex project setup, allowing you to streamline the configuration of services like authentication, database, and payments.