This is the new Shadcn/UI Block Dashboard-01 with color themes and dark mode applied. Feel free to use it as a starter template for your own projects.
- Color Themes
- Dark Mode
- Responsive Design
- Tailwind CSS 4
- Shadcn/UI
- TypeScript
- Next.js 15.2.3
First install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installthen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devThis project is licensed under the MIT License. Feel free to use it as a starter template for your own projects. I will not be held accountable for any issues that may arise from using this inside your project nor will I be providing dedicated support for it. Use it at your own risk.