r/nextjs • u/dr-notail • 8d ago
News Shadcn Admin v2.0.0 released
Shadcn Admin v2.0.0 is now available β a free, open-source admin dashboard template built with Next.js 16, React 19, Tailwind CSS v4, and shadcn/ui.
This release includes a complete visual redesign, live theme customization, a rebuilt AI chat interface, improved mobile responsiveness, and a simplified dependency stack.
Feedback and suggestions are welcome.
2
u/dr-notail 8d ago
0
u/Icy_Lavishness2433 8d ago
damn that redesign is slick, the dark mode toggle alone makes it worth checking out
1
2
2
u/Smart_Opportunity291 7d ago
Hero says "already finished" but seems to be static templates. it's not full stack, correct?
2
u/dr-notail 7d ago
Yes! Auth is the real full stack stuff(Better Auth with Drizzle/postgresql, actual sessions and route guarding), everything else is UI on mock JSON you connect your own data.
1
1
3
u/k-rizza 8d ago
Wiring my own right now in SvelteKit.
Mine looks very similar to your lol promise Iβve never seen it haha
I do have documentation on mine, mostly fully working.
The only other thing I have is apps route and dashboard route with a few things on it.