Clean and minimal Next.js starter for building production-ready apps.
- Auth system (login/register)
- Dashboard
- Projects / Tasks / Users
- API routes (v1)
- Clean UI (shadcn-based)
- Empty state
- Toast system
- SEO (robots + sitemap)
- Clone the repo
git clone <your-repo-url>
cd Next.js-Starter-Kit- Use Node.js 22+
node -v- Install dependencies
pnpm install- Set up environment
pnpm setup- Run the app
pnpm dev- Open
http://localhost:3000
Email: demo@starter.com
Password: 123456
src/
app/ routes and API endpoints
components/ UI and layout components
modules/ feature modules
services/ API client
lib/ auth, env, and helpers
styles/ global styles
- A. Z. M. Arif
- Brand: azmarifdev
- Website: https://azmarif.dev
- GitHub: https://github.com/azmarifdev


