A modern, developer-friendly starter kit for building full-featured admin panels and dashboards using:
ā
Next.js 15 with App Router
ā
State management via Redux Toolkit
ā
Fully styled with Tailwind CSS 4
ā
Component library via ShadCN UI
ā
Dark/light theme support with next-themes
ā
Elegant UI feedback with sonner
toasts
ā
Modular file structure
ā
Pre-configured utility helpers (clsx
, tailwind-merge
, etc.)
Tool | Purpose |
---|---|
Next.js |
React framework with SSR and routing |
Redux Toolkit |
Scalable state management |
Tailwind CSS 4 |
Utility-first styling |
ShadCN UI |
Prebuilt accessible UI components |
Radix UI |
Low-level primitive component system |
lucide-react |
Icon set |
sonner |
Minimal toast notifications |
next-themes |
Dark/light mode support |
# Clone the repo
git clone https://github.com/yourname/nextjs-admin-panel-frontend-starterkit.git
cd nextjs-admin-panel-frontend-starterkit
# Install dependencies
npm install
# Start the dev server
npm run dev