Our mission
The goal is to deploy applications as fast as possible. This includes :
- you new projects
- existing applications
To improve readability, some packages use a config file to configure the behavior of the package features.
Our stack
- turborepo : Turborepo is a build system for monorepos, built by vercel.
- turbopack : Turbopack is a fast, disk space efficient package manager for JavaScript, built by vercel.
- next.js : Next.js is a framework for building server-side rendered and static websites using React, built by vercel.
- pnpm : pnpm is a fast, disk space efficient package manager for JavaScript.
- supabase : Supabase is a open source firebase alternative, built by supabase.
- tailwindcss : Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.
- shadcn/ui : Shadcn/UI is a library of reusable UI components for React, built by shadcn.
- react : React is a library for building user interfaces, built by facebook.
Monorepo structure
package.json
turbo.json
apps
: The applications of your saas.kit
: All packages of your saas.supabase
: The supabase configuration.tooling
: Contains dev tools configurations like eslint, prettier, tailwind, tsconfig, etc.
How is this guide?
Last updated on 10/17/2025