Open-source dashboard kit
Ship dashboards,
not configs.
A production-ready admin dashboard scaffolded in one command. Auth, charts, themes, kanban — all wired up.
Click to copy
Features
Everything you need.
Nothing you don't.
6 Built-in Themes
Switch between pre-built color themes with full light & dark mode support. One click, instant transformation.
Authentication
Google OAuth and Cloudflare Turnstile captcha pre-configured. Secure sign-in from day one.
Data Visualization
Beautiful, responsive charts powered by Recharts. Visualize data with bar, line, area, and pie charts.
CLI Scaffolding
Run one npx command and get a full project with routing, layouts, components, and database schema.
Command Palette
Press ⌘K to search pages, navigate, and trigger actions. Keyboard-first, instant access to everything.
Kanban Board
Drag-and-drop task management with smooth DnD Kit integration. Organize workflows visually.
How it works
Three steps
to launch.
Install
Run one command to scaffold a complete dashboard project with all dependencies.
npx nexui-dashboard my-appConfigure
Add your database URL, OAuth credentials, and environment variables.
.env → DATABASE_URL, GOOGLE_CLIENT_IDDeploy
Push to Vercel, Netlify, or any Node.js host. You’re live in minutes.
git push origin mainPreview