Boilerplate One
What this boilerplate includes
A minimal, no-marketing, no-fluff SaaS starter. This page exists only to clearly list what is included and where each part is integrated.
- Next.js (App Router) – Routing, layouts, server actions (docs)
- React – UI layer (docs)
- TypeScript – Full type safety (docs)
- Tailwind CSS – Utility-first styling (docs)
- shadcn/ui – Accessible UI components (docs)
- Neon Database – Serverless Postgres (docs)
- Neon Auth – Auth backed by Neon (docs)
- Authentication Routes – Prebuilt auth pages:
- /auth/sign-in
- /auth/sign-up
- User Informations – Prebuilt auth pages:
- /dashboard/account/settings - account settings
- /dashboard/account/security - account security
- /server-rendered-page - user data on server
- /client-rendered-page - user data on client
- /api/secure-api-route - user data from API route
- Dashboard – Protected app area at
/dashboard - Dark Mode – System + manual theme support
- ESLint + Prettier – Code quality and formatting
- Production-ready folder structure – Clean separation of app, auth, and dashboard