v0.1.0 Β· Active development
Next.js 16 Frontend Starter
A production-ready foundation with TypeScript, Tailwind CSS 4, shadcn/ui, TanStack Query, i18n, multi-theme support, auth flows, and opinionated architecture β so you can ship features, not boilerplate.
Explore the starter
Route groups with live and placeholder pages β click through to preview each section.
Authentication
6/6 readyLogin, register, and forgot-password flows are implemented with forms, validation, and mock API hooks.
Dashboard
4/8 readyProtected app shell with overview, management, business, and system placeholder pages.
Legal
3/3 readyPrivacy, terms, and cookie policy placeholder pages for compliance.
Errors
5/5 ready404, 401, 403, 500, and maintenance pages with humor, status codes, and navigation.
Integrated stack
Packages and tools wired up with icons β ready to build on.
Core
- Next.js 16
- React 19
- TypeScript 5
- React Compiler
UI & styling
- Tailwind CSS 4
- shadcn/ui
- Base UI
- Tabler Icons
- 7 themes
Data & forms
- TanStack Query 5
- Zustand
- Zod 4
- React Hook Form
- Axios
Platform
- next-intl
- @wrksz/themes
- nuqs
- Sonner
- nextjs-toploader
- t3-env
- date-fns
App structure
- Auth feature module
- Dashboard shell
- Legal pages
- Route constants
- 5-locale i18n
- Mock auth API
Developer experience
- Biome
- Ultracite
- Lefthook
- Commitlint
- GitHub Actions
- pnpm
Future releases
What is planned next now that auth forms, themes, and the service layer foundation are in place.
Testing suite
Coming soonPlaywright end-to-end tests and Vitest unit tests with example coverage.
Deployment workflows
Coming soonAutomated deploy to staging and production environments.
Error handling
Coming soonCentralized error handling with Axios and React Query.