Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open Source version of Indie Kit Pro to launch your SaaS in minutes with AI-native Next.js, Tailwind, Better Auth, and Stripe.

Boilerplate for projects using React, Tailwind, Redux Toolkit

Open-source Next.js AI SaaS boilerplate with Google OAuth, Stripe credit billing, Prisma, MuAPI AI engine, and webhook-backed async generation.

A well-structured production-ready Next.js boilerplate with TypeScript, Redux, Express.js, Sass, and a built-in CLI.

An Example of a PWA using Next.js, Material-UI, TypeScript and Auth0

A GitHub-hosted template from Creative Tim that deploys to Genezio with one click.
Indie Kit is a free and open-source Next.js 16 starter kit — the Lite version of Indie Kit Pro — that ships with AI context rules so coding assistants like Cursor, Windsurf, and Copilot can navigate and extend the codebase without hallucinating.
Indie Kit is an AI-native SaaS starter kit built on Next.js 16 App Router and TypeScript 5. It takes a database URL, auth secret, and payment keys as configuration inputs and produces a fully functional web application with a landing page, authentication, a user-facing app layout, and legal pages. The kit is maintained by CJ (cjsingg) and distributed under the MIT license for the open-source Starter version.
npx auth secret.pnpm run db:push..cursor/rules, .claude/skills, a prompt library, and self-correction setup so AI coding tools follow existing patterns like withAuthRequired.Indie hackers and solo founders who want to launch a SaaS MVP in minutes by scaffolding a production-grade Next.js application. Developers who rely on AI coding assistants benefit from the structured context rules that reduce code-generation errors. It also suits small teams that want a MIT-licensed foundation they can extend without starting from scratch.
npx indiekit@latest and connecting their own database, Stripe keys, and social auth providers./bootstrap and the included skills to generate features, DB schemas, and tests with Cursor, Windsurf, or Copilot.The recommended path is the interactive CLI: run npx indiekit@latest, answer setup questions, and dependencies are installed automatically. For manual setup, clone the repository, copy .env.example, fill in the database URL, Better Auth secret, and Stripe keys, update src/lib/config.ts, run pnpm run db:push, then pnpm dev to start at localhost:3000.
The free Starter includes Next.js 16, Better Auth, Postgres and Drizzle, basic Stripe subscriptions, and basic AI navigation rules. The paid Indie Kit Pro adds Dodo Payments, Stripe Payments, Lemon Squeezy, PayPal, multi-tenancy with teams and organizations, role-based access control, user impersonation, a super admin dashboard, a credit system, waitlist system, blog and docs in MDX, email sequences with Inngest, and a documentation site.
Indie Kit Starter is free and open-source under the MIT license. Indie Kit Pro is a paid upgrade; the page does not list a specific price, but it is available at indiekit.pro.
Yes, the Starter version is free and open-source under the MIT license. The Pro version is a paid product with additional SaaS features like multi-tenancy, an admin dashboard, and multiple payment providers.
The Starter includes Next.js 16 App Router, Tailwind CSS v4, Shadcn UI, Better Auth, Drizzle ORM, Stripe subscription webhooks, UploadThing, pre-built landing/auth/app/legal pages, and AI context rules for Cursor, Windsurf, Copilot, and Antigravity.
Run npx indiekit@latest (or pnpm dlx indiekit@latest / yarn dlx indiekit@latest) to scaffold interactively. You can also clone the GitHub repo manually, copy .env.example, set your database URL, Better Auth secret, and Stripe keys, then run pnpm run db:push and pnpm dev.
Indie Kit uses Drizzle ORM with a bring-your-own-database approach. It works with any PostgreSQL provider, including Supabase and Neon.
The Starter includes basic Stripe subscription webhooks. Full payment processing via Stripe Payments, PayPal, Lemon Squeezy, and Dodo Payments is only available in Indie Kit Pro.
