Skip to content

azmarifdev/Next.js-Starter-Kit

Repository files navigation

Next.js Starter Kit

Clean and minimal Next.js starter for building production-ready apps.

Starter Banner

Features

  • Auth system (login/register)
  • Dashboard
  • Projects / Tasks / Users
  • API routes (v1)
  • Clean UI (shadcn-based)
  • Empty state
  • Toast system
  • SEO (robots + sitemap)

Screenshots

Dashboard Login Banner

Quick Start

  1. Clone the repo
git clone <your-repo-url>
cd Next.js-Starter-Kit
  1. Use Node.js 22+
node -v
  1. Install dependencies
pnpm install
  1. Set up environment
pnpm setup
  1. Run the app
pnpm dev
  1. Open http://localhost:3000

Demo Credentials

Email: demo@starter.com
Password: 123456

Folder Structure

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

Author

About

A clean, developer-focused Next.js starter kit with auth, API routes, and modern UI. Designed to build real-world apps faster without boilerplate complexity.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors