Auto-generate Nuxt UI forms from Zod 4 schemas
!WARNING This module is in beta. All ideas/suggestions/bug reports are welcome!
Install the module to your Nuxt application with one command:
npx nuxi module add @norbiros/nuxt-auto-form
That's it! You can now use Nuxt Auto Form in your Nuxt app ✨
# Install dependencies
pnpm install
# Generate type stubs
pnpm dev:prepare
# Develop with the playground
pnpm dev
# Develop documentation
pnpm docs:dev
# Run ESLint
pnpm lint
pnpm lint:fix
# Run e2e tests
pnpm e2e
# Release new version
pnpm run release
Made with 💚
Published under the MIT License.