Auto-generate admin dashboard CRUD UI from Zod schemas — Free Edition
- Schema-driven — Define a Zod schema, get a CRUD dashboard page
- Data Table — Sorting, filtering, search, pagination (TanStack Table)
- Auto Form — Create form auto-generated from Zod schema
- Dark/Light Theme — System-aware theme toggle
- Responsive — Mobile-friendly
npm install
npm run dev| Schema | Fields |
|---|---|
| Users | name, email, role, status, createdAt |
Schema Dashboard Pro ($39) includes:
- ✨ Multiple schemas (Products, Orders, + unlimited custom)
- ✨ CLI generator:
npx schema-dashboard generate - ✨ Auth layout with login page + protected routes
- ✨ Role-based access (admin/viewer)
- ✨ Full CRUD: create, edit, delete, view detail pages
- ✨ Settings page with API configuration
- ✨ Pairs with zapit for full-stack Zod → NestJS + Next.js
- Next.js 14 App Router + TypeScript strict
- shadcn/ui components
- TanStack Table v8
- Tailwind CSS
- Zod schema validation
- React Hook Form
MIT © Tyson Cung