A modern CRM dashboard built with Next.js and Shadcn UI components, featuring a clean and responsive interface for managing customer relationships, sales, and analytics.
- Modern UI: Built with Shadcn UI components and Tailwind CSS
- Responsive Design: Fully responsive dashboard that works on all devices
- Dashboard Analytics: Visual representations of key metrics and customer data
- Multiple Modules: Customers, Invoices, Leads, Orders, and more
- Dark Mode Support: Toggle between light and dark themes
src/
├── app/ # Next.js App Router
│ ├── dashboard/ # Dashboard routes
│ └── page.tsx # Landing page
├── components/
│ ├── ui/ # Shadcn UI components
│ └── shared/ # Shared components
├── features/
│ ├── dashboard/ # Dashboard feature components
│ │ ├── components/ # Dashboard UI components
│ │ └── pages/ # Dashboard page components
│ └── landing/ # Landing page components
- Framework: Next.js 15.x with React 19
- Styling: Tailwind CSS
- UI Components: Shadcn UI with Radix UI primitives
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.