Auto Crud

A lightweight, schema-driven engine that automatically generates RESTful CRUD endpoints for your Nuxt.js application. Define your data models, and let Auto Crud handle the rest.

Features

    Zero Configuration

    Just define your Drizzle schema, and your API is ready. No manual route creation required.

    Auto-Generated Endpoints

    Automatically creates GET, POST, PATCH, and DELETE endpoints for every model in your schema.

    Smart Field Handling

    Automatically detects updatable fields and protects sensitive ones like id and createdAt.

    Type-Safe

    Built on top of Drizzle ORM for full type safety and developer confidence.

    NuxtHub Integrated

    Seamlessly works with NuxtHub for easy deployment and database management.