Dashboards
Admin Dashboard Kit
A responsive admin shell with sidebar navigation, data tables, and the empty, loading, and error states you always rebuild.
Next.jsTypeScriptTailwind CSS
Who it is for
Developers adding an internal admin to an existing product.
Included
- Dashboard layout with collapsible sidebar
- Responsive navigation
- Sortable tables, pagination, search, and filters
- SVG charts
- Users and settings views
- Empty, loading, and error states
- Reusable UI components
- Mobile layouts
What you receive
- Next.js admin app
- Sample data module
- Reusable table and chart components
- README
Setup
1. npm install
2. npm run dev
3. Open / to use the dashboard with sample data
The zip includes the project source, README, and .env.example. Install dependencies locally. Paid source is not published on the site.
License and access
One-time purchase. After Stripe confirms payment, you download the source. Use and modify it in personal, commercial, and client projects. Do not resell the original source as a competing kit. Attribution is optional. The download stays on the success page for that checkout session.
Guides
FAQ
Does it include a backend?
It ships with a typed data layer and sample records. Swap src/lib/data.ts for your API when you connect a database.