Hey everyone!
We all know how much of a headache it can be to build forms, manage their state, and keep them updated β especially when youβre busy shipping core features for your startup.
Thatβs why I built Form Builder β a lightweight library that lets you:
- Build UI
- Capture all kinds of inputs
- Validate them
- Define your submit logic
β¦all in under 10 lines of JSX/TSX.
Just define your form fields in JSON, and Form Builder takes care of the rest β from rendering the UI to handling state and validation.
This started as a personal project for my own products, but Iβm opening it to you all so you can try it, break it, help me improve it, and hopefully save some dev hours.
Would love your feedback β the good, the bad, and the brutally honest! π
You can install Form Builder through npm here - https://www.npmjs.com/package/pd-form-builder
You can find the Form Builder docs here - https://pd-form-builder.netlify.app/
Top comments (0)