Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Modern Admin Dashboard Template built with Shadcn UI and Next.js 16, featuring multiple dashboards, auth screens, theme presets, and more.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Studio Admin is a free admin dashboard template for Next.js 16 that pairs TypeScript, Tailwind CSS v4, and Shadcn UI with multiple prebuilt dashboards, authentication layouts, and theme presets.
Studio Admin is a modern admin dashboard template built with Next.js 16 (App Router), TypeScript, Tailwind CSS v4, and Shadcn UI. It takes configuration for themes, layouts, and user roles as input and produces a complete admin interface, including dashboard variants, authentication screens, and management pages. The template was created by arhamkhnz as a cleaner alternative to existing free and paid admin templates, and a live demo is hosted on Vercel.
Key details: the project also exists in other framework versions—a Radix UI version, a React Aria version, and a TanStack Start version—and Nuxt.js and Svelte ports are listed as in development.
npm install and npm run dev.Running the template locally requires cloning the repository, running npm install, and then npm run dev; the app serves at http://localhost:3000. For deployment, the README provides a one-click Vercel button that clones the repository directly. The architecture is colocation-based: every feature route contains its own pages, components, and logic, while shared utilities live at the top level, keeping the codebase modular as the app grows.
The same dashboard is available in several framework-dependent variants: a Radix UI version in the next-shadcn-admin-dashboard repository, a React Aria version in next-shadcn-admin-dashboard-aria, and a TanStack Start version in tanstack-shadcn-admin-dashboard. If you are choosing between these, the Base UI version described here is the one built on Next.js 16, while the sibling projects target different UI primitives or frameworks.
The source code is publicly available on GitHub and can be cloned or deployed via the Vercel button without any mention of a paid tier. The README states that contributions and feature requests are welcome, suggesting the project is maintained as an open resource.
The main template uses Next.js 16 with TypeScript, Tailwind CSS v4, and Shadcn UI. The author maintains separate versions for Radix UI, React Aria, and TanStack Start, and states that Nuxt.js and Svelte versions are planned.
Yes, it includes four authentication screens covering sign-in and sign-up style flows, which are ready to be connected to a backend. The template also includes a Users Management and Roles Management page, with RBAC and multi-tenant support planned as config-driven features.
You can deploy it instantly using the Vercel deployment button in the README, which clones the repository URL to your Vercel account. Alternatively, you can run it locally on localhost:3000.
The template ships with nine dashboard variants: Default, CRM, Finance, Analytics, Productivity, E-commerce, Academy, Logistics, and Infrastructure. It also includes legacy v1 versions of the first four dashboards.
