DEV Community

Cover image for I built an open-source dashboard starter in Next.js 16 & Tailwind 4
matt765
matt765

Posted on

I built an open-source dashboard starter in Next.js 16 & Tailwind 4

I've been working on Nellavio, an open-source dashboard starter - the goal was to have stuff like auth, theming, i18n or accessibility ready out of the box so you don't have to build them from scratch with every new project.

Feel free to use it for your next SaaS app, internal tool or admin panel. It should give you a solid head start so you can skip the repetitive setup and focus on your actual product

It comes with 90+ reusable components built on top of Shadcn UI and 60+ chart variations, all documented in the included Storybook. There is also an optional Node.js backend which enables a full Better-Auth flow, and a separate, lightweight version of the starter with just the layout and the core setup.

Live demo (no signup): demo.nellavio.com

Storybook: storybook.nellavio.com

GitHub: github.com/nellavio/nellavio

Tech stack: Next.js 16, React 19, TypeScript, Tailwind 4, Shadcn UI, Recharts, TanStack Table, Zustand, Better-Auth, next-intl

Happy to hear any feedback.

Top comments (0)