Introduction
Install SaaSy Land, configure env, and run the app locally.
What you will set up
SaaSy Land is a modular SaaS starter: Next.js App Router, Better Auth, Neon Postgres (Drizzle), admin + customer surfaces, i18n, docs, and email.
By the end of this chapter you will have:
- Dependencies installed with Bun
.env.localvalidated viasrc/platform/env- Database migrated
bun run devserving the app
Recommended path
- Prerequisites
- Installation
- Environment variables
- First run
- Project scripts
- Optional: Deploy a preview
Next
Read Architecture to learn where code lives before you change features.