Shadcn/ui form builder.
The project involves creating forms with ease using shadcn/ui and React Hook Form. By simplifying the process through selecting input fields, the project generates a Zod schema specifically tailored to the chosen fields, creates complete form code, and includes features such as validation and default values. This streamlined approach allows users to have their forms up and running with just a few clicks.
To install the project, follow these steps:
npm install
.The project aims to simplify form creation by providing a user-friendly interface for selecting input fields and generating complete form code effortlessly. With features like Zod schema generation, validation, and default values, the process of creating forms is made more efficient and convenient for users.