react-auto-crud
v0.1.0
Published
Automatically generate server-side CRUD tables and forms from Zod schemas
Maintainers
Readme
Automatically generate production-ready CRUD tables and forms from Zod schemas.
A powerful, type-safe React library that transforms Zod schemas into fully functional server-side CRUD interfaces with zero boilerplate. Built on top of industry-leading libraries: TanStack Query, TanStack Table, and shadcn/ui.
Tailwind (required)
If your app uses Tailwind v4 (CSS-first), add this to your global CSS so responsive utilities like breakpoints are generated for this package:
@source "../node_modules/react-auto-crud/**/*.{js,ts,jsx,tsx}";