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

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Next-shadcn-dashboard-starter is a free, open source admin dashboard boilerplate for Next.js 16 that ships fully functional features — real data tables, forms, auth, and billing — instead of static demo UI.
Next-shadcn-dashboard-starter is a production-ready admin dashboard starter built by Kiranism with Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4, and shadcn/ui on Base UI primitives. It takes environment variables for Clerk authentication and Sentry error tracking as input, and produces a complete dashboard application with auth, organizations, billing, data tables, forms, charts, and additional feature pages. It is MIT-licensed and free for commercial use, with over 6,700 GitHub stars at the time of writing.
bun run cleanup removes optional features (folders, dependencies, docs, env entries) in under a minute, with interactive, list, dry-run, and targeted modes.To run it, clone the repository, install dependencies with Bun (npm also works), copy env.example.txt to .env.local, add your Clerk and Sentry keys, and run bun run dev. The built-in cleanup script (bun run cleanup --interactive) lets you remove features you don't need, and the project includes Dockerfiles for both Node.js and Bun with standalone output mode.
Yes. Every feature is a complete execution: authentication, CRUD flows, table search/filter/sort/pagination, and form validation with mutations all function end-to-end. It is a starting point for real applications, not a visual mockup.
Yes, the template is MIT-licensed and free for both personal and commercial projects. There are no paid tiers or license keys.
Yes. Run bun run cleanup clerk to remove Clerk authentication (including organizations and billing) and wire in your own auth solution.
Yes. The template is built on Next.js 16 (App Router), React 19, Tailwind CSS v4, and shadcn/ui on Base UI primitives, and is actively maintained to track new releases.
Yes. Bun is preferred, but npm works too, and the repo ships both Node.js and Bun Dockerfiles for deployment.
