Please sign in to access this page

Nuxt Auto Form

Nuxt Auto Form Used AI

5 devlogs
14h 1m
•  Ship certified
Created by Norbiros

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.

Timeline

I create a playground, so everybody can test the module easier

Update attachment

Ship 1

1 payout of shell 196.0 shells

Norbiros

12 days ago

Norbiros Covers 4 devlogs and 13h 31m

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.

Update attachment

I created proof of concept for system of customization. Now you can with ease change the submit button

Update attachment

More work! Since last devlog I:
- created basic documentation website
- configured e2e tests
- started work on polishing the module

Update attachment

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

Update attachment