Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
CRM dashboard UI using NextJs and Shadcn/ui

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Shadcn CRM Dashboard is a CRM dashboard UI template built with Next.js 15 and Shadcn UI that provides ready-made pages for managing customers, invoices, leads, and orders in a responsive, dark-mode-capable interface.
Shadcn CRM Dashboard is a front-end template for customer relationship management interfaces. It takes no backend or authentication as input — it is purely a UI layer built with Next.js App Router, React 19, Tailwind CSS, and Shadcn UI components. The output is a fully responsive dashboard with a landing page, analytics views, and modules for Customers, Invoices, Leads, and Orders. The project has 189 stars on GitHub and runs as a standard Next.js application, so it can be deployed to Vercel without custom configuration.
After cloning the repository, run npm run dev (or your preferred package manager) in the project root to start the Next.js development server. Open http://localhost:3000 to view the landing page; editing app/page.tsx or any component under src/ triggers hot reload. Deployment can be done through the Vercel Platform with no extra configuration.
The repository is publicly available on GitHub, so you can clone and use the code without paying a license fee. The page does not mention any commercial licensing terms.
You need Node.js and a package manager like npm, yarn, pnpm, or bun. The project uses Next.js 15 with React 19, so a recent Node.js version is recommended. Running npm install followed by npm run dev starts the development server.
No. This is a UI-only template. There is no database, authentication, or API included; you supply the data or connect it to your own services.
The code is organized under src/ with app/ for routes, components/ui/ for Shadcn UI elements, components/shared/ for reusable components, and features/ containing dashboard and landing feature modules.
