Dokumentacja
SaaSy Land 2.0 — architektura, przewodniki, funkcje i referencja startera full-stack.
Pełna treść jest utrzymywana po angielsku i może być uzupełniana sukcesywnie. Poniżej znajduje się lokalna wersja / mapa tej strony.
Welcome to the documentation for SaaSy Land 2.0, a modular full-stack SaaS starter on Next.js.
How to use these docs
Prefer Guides for task recipes and Architecture for where code lives. Features and Integrations describe product surface and vendor adapters — including planned areas like payments.
Start here
Project
About the starter, changelog, roadmap, and contributing.
Getting started
Install Bun deps, configure env, migrate the database, run locally.
Architecture
Modules, delivery, integrations, platform, RSC, and security boundaries.
Guides
Add features, DataTables, Nuqs URL state, tests, auth, and more.
Chapters
| Chapter | Contents |
|---|---|
| Project | About, changelog, roadmap, contributing |
| Getting started | Install, env, first run, scripts, preview deploy |
| Architecture | Layers, modules, RSC/cache, providers |
| Guides | Feature recipes (tables, Nuqs, tests, auth, …) |
| Features | Auth, users, products, payments (planned), orgs, … |
| Integrations | Better Auth, Neon, Intl, Fumadocs, Nuqs, Resend, … |
| UI system | Shadcn, DataTable, theme, composition |
| Tooling | Vitest, Playwright, Vite+, agent skills, CI |
| Reference | Routes, env, conventions, FAQ |
Local editing
Content files: src/integrations/fumadocs/content/docs.
MDX can use Fumadocs components (<Cards>, <Callout>, <Steps>, <Tabs>, <Accordions>) and selected shadcn primitives (<Button>, <Badge>, <Alert>, <Table>, …).
After adding pages, update the folder meta.<locale>.json pages array (the scaffold script does this for you). Folder index pages are sidebar folder indexes — do not list index again in pages.