| Tier Analogy | Repository | Entity | Focus |
|---|---|---|---|
| Interface | nuxt-auto-crud | Core Module | Dynamic RESTful CRUD, & Zod validation. |
| Abstract Class | nuxt-auto-crud_template | Base App Template | UI/UX (Nuxt UI 4), Auth & Authz, Dynamic Forms & Data Tables. |
| Concrete Class | your-private-repo | Your App Instance | Custom business logic and domain-specific schemas. |
No files are generated for CRUD. The API and UI reflect your Drizzle schemas in real-time. Modifying a schema updates the entire stack instantly.
The Drizzle Schema is the only authority:
Designed for LLM Tooling and MCP Agents.
GET /api/_meta: A discovery endpoint that lets AI "read" your system's capabilities, relationships, and payload requirements without source code access.bun add nuxt-auto-crud.While schemas and permissions cover most use cases, you can extend functionality: