saas-bootstrap

Provision a SaaS monorepo with Next.js, FastAPI, Stripe, and Auth.js v5.

1|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill saas-bootstrap-parisgroup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: saas-bootstrap
Source: https://github.com/parisgroup-ai/imersao-ia-setup/tree/main/skills/saas-bootstrap
Command: npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill saas-bootstrap-parisgroup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial setup of a SaaS project from scratch by provisioning a monorepo with Next.js, FastAPI AI service, and Stripe integration.

Core Features & Use Cases

  • Monorepo scaffold with Turborepo and pnpm, including apps/web, apps/ai-service, and packages.
  • Production-grade tech stack: Next.js frontend, FastAPI AI service, Drizzle ORM, Auth.js v5, Stripe billing.
  • Suitable for starting new SaaS ventures, rapid MVPs, multi-service architectures, and team onboarding.

Quick Start

Run the bootstrap workflow to create a production-ready SaaS monorepo with Next.js, FastAPI AI service, Stripe integration, and authentication.

Frequently Asked Questions about saas-bootstrap

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

FAQPage Schema
How do I bootstrap a SaaS monorepo with Next.js and FastAPI?

You can bootstrap a SaaS monorepo with Next.js and FastAPI by running the Skill's workflow, which scaffolds a Turborepo project containing apps/web, apps/ai-service, and shared packages with production-grade architecture.

What is included in a production-ready SaaS bootstrap?

A production-ready SaaS bootstrap includes a Turborepo and pnpm monorepo scaffold with Next.js, FastAPI AI service, Drizzle ORM, Auth.js v5 authentication, Stripe billing, and CI/CD scaffolding.

Does this SaaS bootstrap support Stripe billing and authentication?

Yes, this SaaS bootstrap supports Stripe billing and authentication by integrating Stripe for payments and Auth.js v5 for user management directly within the provisioned Turborepo monorepo.

Can I use this to scaffold a monorepo for a new AI service?

Yes, you can use this to scaffold a monorepo for a new AI service. It provisions a FastAPI AI service within a Turborepo layout, making it suitable for new SaaS ventures requiring AI capabilities.

What's the best way to set up a Turborepo with Drizzle ORM and Auth.js?

The best way to set up a Turborepo with Drizzle ORM and Auth.js is using this bootstrap workflow, which configures the monorepo structure, database ORM, and Auth.js v5 authentication layer together.

Do I need pnpm to scaffold a SaaS project with Turborepo?

Yes, you need pnpm to scaffold this SaaS project with Turborepo. The bootstrap workflow provisions the monorepo using Turborepo and pnpm for package management and workspace organization.