A dynamic form-building tool that allows users to create, customize, and validate forms seamlessly within web applications. Built with Sveltekit, ZOD, Valibot Sveltekit-Superform, Form Builder provides an intuitive interface for developers and users alike.
- Dynamic Form Creation: Easily create forms with various input types including text, checkbox, radio buttons, and more.
- Form validations using Sveltekit Superforms
- Client & Server side validaitons.
- Real-Time Validation: Validate user inputs using the Zod library, ensuring data integrity and user-friendly feedback.
- Customizable Components: Leverage ShadCN-Svelte components for a consistent and modern UI experience.
Check out the live demo of the Form Builder here.
- Simply select inputs from the list, can reorder them by dragging.
- Copy
Schema
and paste it in your Sveltekit project. - Copy
Client
andServer
side Code and paste it in your Sveltekit project.
Here are some of the features that are in the pipeline. you can also suggest features by creating an issue.
For support, you can raise an issue or contact me at Twitter. You can sponsor me on Github
This project is licensed under the MIT License.
- Sveltekit - web development for the rest of us.
- Superforms - Superforms is a SvelteKit f.orm library that brings you a comprehensive solution for server and client form validation.
- Zod - A TypeScript-first schema declaration and validation library.
- Valibot - A simple and powerful form validation library.