modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `nuxt-auto-crud`

Open clifordpereira opened this issue 2 months ago • 0 comments

Description

nuxt-auto-crud

Automatically generates fully RESTful CRUD APIs (GET, POST, PATCH, DELETE) for your Nuxt application based solely on your Drizzle ORM schema. It eliminates backend boilerplate, allowing developers to focus on the frontend and business logic.

Key Features:

Zero-Boilerplate APIs: Define your database models, and endpoints are instantly available. Built-in Access Control: Integrated Support for Authentication (via nuxt-auth-utils or JWT) and RBAC with granular ownership permissions (e.g., update_own, delete_own). NuxtHub Ready: optimized for serverless deployments using Cloudflare D1/SQLite. Flexible: scalable from rapid MVPs to complex backend-only services.

Repository

https://github.com/clifordpereira/nuxt-auto-crud

npm

https://www.npmjs.com/package/nuxt-auto-crud

Nuxt Compatibility

Nuxt 4

clifordpereira avatar Dec 16 '25 11:12 clifordpereira