Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, open-source admin dashboard template built with Next.js, shadcn/ui, Tailwind CSS, and TypeScript.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Shadcn Dashboard is a free, open-source admin dashboard template that gives developers a production-ready Next.js App Router starter built with shadcn/ui, Radix UI, Tailwind CSS, and TypeScript.
Shadcn Dashboard is a free, open-source admin dashboard template created by Sachidu Maleesha. It runs on the Next.js App Router, uses TypeScript end-to-end, and styles the UI with Tailwind CSS. The template packages a typical admin panel layout — sidebar, navbar, cards, tables, and dashboard widgets — as a starting point for SaaS dashboards, analytics dashboards, admin panels, and internal tools. The live demo is deployed on Netlify at shadcn-dashboard.netlify.app.
Clone the repository, install dependencies with npm, yarn, pnpm, or bun, then run the dev server on localhost:3000. Customization happens by editing files inside src/app — the page auto-updates as you save. For production, run npm run build followed by npm run start, and deploy the build to Vercel or Netlify.
Shadcn Dashboard is free and open-source. The repository currently does not specify a license, so the author notes that adding an MIT or other LICENSE file would clarify usage terms for contributors and users.
Yes, Shadcn Dashboard is completely free and open-source, available on GitHub under the repository sachidumaleesha/shadcn-dashboard. It does not currently carry an explicit license, so the author recommends adding one before broad reuse.
You need Node.js 18 or newer and a package manager. npm, yarn, pnpm, and bun are all supported. After cloning, a single install command and a dev command start the dashboard at localhost:3000.
Yes, the entire codebase is written in TypeScript. The template combines Next.js, shadcn/ui, Radix UI, and Tailwind CSS, so type safety is present across components, pages, and utilities.
The template ships with dashboard layout essentials: a sidebar, navbar, cards, tables, and dashboard widgets. The files live under src/app for pages and layouts and src/components for reusable UI. There is no separate blog, pricing, or landing page included.
Yes, the live demo itself runs on Netlify. The project also supports one-click deployment to Vercel. Both platforms can run the production build from npm run build.
