Please sign in to access this page
Nuxt module for auto-generating Nuxt UI forms from Zod 4 schemas.
Creating forms with @nuxt/ui involves a lot of boilerplate, because you need to:
* define a schema (preferably using Zod)
* build the UI manually
* manage form state
Adding logic like disabling the submit button when the form is invalid or untouched adds even more repetitive work.
To solve this, I created a Nuxt module called nuxt-auto-form, which aims to generate complete UI based on a Zod schema.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
There are still some improvements planned, but I finished the most important part and currently I am using this module in my personal nuxt project.
I created proof of concept for system of customization. Now you can with ease change the submit button
More work! Since last devlog I:
- created basic documentation website
- configured e2e tests
- started work on polishing the module
I created an initial proof-of-concept of this module and... it works!
There is still a lot of work to be done, but that's good progress