A production-ready Nuxt 4 SaaS template for zero-codegen CRUD operations.
The engine is built on Single Source of Truth (SSOT) and Zero-Codegen principles to streamline the transition from schema design to production.
/api/:resource based on your Drizzle schema exports.Video Tutorial: Install Nuxt Auto CRUD Template
npx nuxi init -t gh:clifordpereira/nuxt-auto-crud_template <project-name>
bun db:generate
bun dev
Seeding triggers automatically via server/tasks/seed.ts when the Admin (NUXT_ADMIN_EMAIL) logs in for the first time. This hydrates the system with initial roles and permissions.
| Feature | Provider |
|---|---|
| Framework | Nuxt 4 (app/ directory) |
| Database/ORM | Drizzle (SQLite/libSQL) |
| Auth | nuxt-auth-utils |
| Permissions | nuxt-authorization (RBAC) |
| UI Components | Nuxt UI 4 / SaaS / Dashboard |