A modern, responsive dashboard application built with Next.js 14, TypeScript, and shadcn/ui components. This project implements best practices for building scalable web applications with a beautiful UI/UX.

Clone the repository:
bash
git clone https://github.com/naveenda/shacn-nextjs-dashboard.git
cd shacn-nextjs-dashboard
Install dependencies:
bash
npm install
# or
yarn install
Run the development server:
bash
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
├── app/
│ ├── (auth)/ # Authentication related pages
│ ├── (dashboard)/ # Dashboard pages and layouts
│ └── layout.tsx # Root layout
├── components/
│ ├── ui/ # shadcn/ui components
│ └── shared/ # Shared components
├── lib/
│ ├── types/ # TypeScript types/interfaces
│ └── utils/ # Utility functions
└── public/
└── images/ # Static images
This project uses shadcn/ui components which are fully customizable. You can modify the theme in:
- app/globals.css - For global styles
- components.json - For component configurations
For detailed documentation about the used technologies:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
$ claude mcp add shadcn-nextjs-dashboard \
-- python -m otcore.mcp_server <graph>