A premium, open-source admin dashboard built with modern web technologies.
- 37+ Dashboard Pages — CRM, Finance, DevOps, AI, E-commerce, Healthcare, and more
- Theme System — Light & Dark modes with 4 design presets
- Interactive Charts — Custom SVG charts with animations
- Kanban Board — Drag-and-drop task management
- Email & Chat — Full messaging workspace
- User Management — CRUD operations with roles & permissions
- Invoice Creator — Live calculations and PDF export
- i18n Support — English, Spanish, and Hindi
| Technology | Purpose |
|---|---|
| Next.js 16 | React framework with Turbopack |
| React 19 | UI library |
| TypeScript | Type safety |
| Tailwind CSS v4 | Styling |
| shadcn/ui | Components |
| Zustand | State management |
| Recharts | Charts |
| Biome | Linting & formatting |
| Vitest | Testing |
- Node.js 22+
- npm or yarn
# Clone
git clone https://github.com/Santosh-Prasad-Verma/Dashdeck.git
# Install
cd Dashdeck
npm install
# Run
npm run devnpm testsrc/
├── app/
│ ├── (external)/ # Landing page
│ └── (main)/
│ ├── auth/ # Login & register
│ └── dashboard/ # 37+ dashboard modules
├── components/ # Reusable UI components
├── stores/ # Zustand state stores
└── styles/ # Tailwind configs
Contributions welcome! See CONTRIBUTING.md.
MIT — see LICENSE
Built with Next.js, React, and Tailwind CSS


