Features

The boring production details are already handled.

NextBase focuses on the infrastructure that tends to slow projects down: authentication, schema ownership, email delivery, route structure, metadata, and repeatable verification.

Routing and Layouts
Nested App Router layouts separate the public, auth, and dashboard experiences without overcomplicating navigation.
This page is intentionally lightweight so the starter demonstrates complete routing, metadata, and layout coverage without pretending to ship an entire marketing site.
Auth and Database
Better Auth and Drizzle are configured as first-class pieces of the stack rather than TODOs hidden behind mock data.
This page is intentionally lightweight so the starter demonstrates complete routing, metadata, and layout coverage without pretending to ship an entire marketing site.
Email and Uploads
Reset, verification, and confirmation messages are templated and local email capture is available from the start.
This page is intentionally lightweight so the starter demonstrates complete routing, metadata, and layout coverage without pretending to ship an entire marketing site.
Testing and Verification
The repo is expected to prove itself with lint, typecheck, build, component tests, E2E smoke coverage, and Lighthouse scripts.
This page is intentionally lightweight so the starter demonstrates complete routing, metadata, and layout coverage without pretending to ship an entire marketing site.