BenDev Template
A scalable Next.js starter with batteries included — wired with the team's standard tooling so you ship intelligent products faster.
- Next.js
- TypeScript
- Tailwind v4
- shadcn/ui
- ESLint
- Prettier
- Husky
- Playwright
- pnpm
What's in the box
Scalable architecture
One-directional layers — app → components → lib — with the @/ alias and a tidy folder structure.
Quality gates
Type-aware ESLint, Prettier, Husky hooks, and CI wired so pnpm check stays green from commit one.
Tested by default
node:test units beside your logic and Playwright specs for the flows that matter.