Next Elite
Frontend-first, API-driven Next.js starter with custom ui components, i18n, RBAC, BetterAuth, a polished DX and more.
40+ custom, reusable components - see all
Accelerate your workflow with a vast collection of accessible, fully customizable Tailwind CSS and Radix UI components designed for modern web apps.
Better Auth
Enterprise-grade user management powered by BetterAuth. Includes session handling, social logins, and role-based access control out of the box.
Blazing Fast Speeds
Performance optimized for maximum efficiency. Experience instant page loads, highly optimized static assets, and elite Lighthouse scores across accessibility, SEO, and best practices.
Instant Deployment
Deploy Next-Elite directly to Vercel's global edge network with a seamless, single-click integration.
More features
Modern stack, lean setup
Next.js 16 App Router, React 19, Tailwind v4.
- RSC-first; client components only when needed
- TypeScript strict mode with path aliases
- API-driven; no forced database layer
SEO + PWA, server-first
Metadata, sitemap & manifest generated on server.
- Open Graph, Twitter cards, and JSON-LD metadata
- sitemap.ts and robots.ts metadata routes
- Web manifest and canonical URL from site config
Parallel routing
One URL per feature; role-specific UI via slots.
- Same /dashboard path for every role
- @user and @admin slots render the right dashboard
- Layout picks the active slot from permissions
Type-safe i18n
Type-safe next-intl with cookie locale and RTL.
- NEXT_LOCALE cookie; no URL prefixes needed
- Typed messages via global.d.ts declarations
- Six locales with RTL support for Arabic
Forms + validation
Zod schemas, React Hook Form for form handling.
- Zod schemas for login, register, and reset
- Inferred types with z.infer inside auth forms
- zodResolver plus InputError for accessible inline errors
Type-safe environment
T3 Env validates every variable with Zod.
- Server secrets and NEXT_PUBLIC_* client vars validated
- Zod validates URLs, booleans, and required secrets
- SKIP_ENV_VALIDATION for CI, Vitest, and lint checks
Get started in minutes
Clone the repository, copy the local environment configurations, install dependencies, and launch your developer server instantly. Ready to deploy to Vercel when you are.
git clone https://github.com/salmanshahriar/Next-Elitecd Next-Elitenpm installcp .env.example .envnpm run dev