All activity
Most Next.js starters leave you wiring from scratch. This boilerplate prioritizes app-ready defaults: one central config, type-safe i18n with RTL (compile-time validated), role-based access via parallel routing (roles hidden from URLs), Google OAuth, full SEO (sitemap, robots, manifest, OG), test suite (Vitest + Playwright), CI/CD, shadcn/ui, and dark mode. Clone, edit one JSON file, and ship production-ready code in minutes.

Next.js BoilerplateShip in days not weeks
Salman Shahriarleft a comment
I Spent 50 Hours Building a Next.js Boilerplate So You Can Ship in 30 Minutes After rebuilding auth, i18n, and RBAC for the 3rd SaaS, I snapped. Why does every Next.js project start the same way? Wire up NextAuth. Add i18n. Build role-based routes. Configure SEO. Fix the same bugs. Repeat. So I built the starter I wish existed: • Type-safe i18n (EN/BN/AR + RTL) • RBAC via parallel routes (roles...

Next.js BoilerplateShip in days not weeks
