About

What is Next Elite?

Next Elite is a frontend-first boilerplate for teams that already have or plan to build an API. You get Next.js 16, React 19, Tailwind v4, and shadcn/ui without a forced database layer.

Auth, RBAC, i18n, SEO, and quality tooling are included so you can focus on product screens and API integration.

Who is it for?
  • Teams shipping dashboards, admin panels, and authenticated apps
  • SaaS starters that want strict TypeScript and lean DX tooling
  • API-driven products that need caching, routing, and polished UX
Core features
  • BetterAuth with RBAC and parallel /dashboard routes
  • Type-safe i18n; six locales with RTL support
  • Server-first SEO, PWA manifest, sitemap, and robots
  • Zod forms and T3 Env for typed validation and config
Developer experience
  • Strict TypeScript; ESLint + Prettier via lint scripts
  • Knip and Lefthook for dead code and git hooks
  • Vitest and Playwright with a GitHub Actions check workflow
  • npm run check; typecheck, lint, knip, and tests
Ship and deploy

Clone the repo, copy .env.example to .env, and run npm run dev. Deploy to Vercel in one click when you are ready.