Layout
Compose fields into rows and responsive arrangements instead of hand-writing repetitive form markup.
Windblocks forms are designed as part of the application source workflow, not as a hosted form service. Compose fields and rows in the builder, configure validation, and continue with React Hook Form and Zod in the exported project.
Compose fields into rows and responsive arrangements instead of hand-writing repetitive form markup.
Configure validation rules once and carry them into a typed Zod-based form model.
Continue with standard React Hook Form concepts after export instead of a proprietary runtime.
Form editor with rows, fields and validation settings.
Replace this frame with the final product screenshot when the public image set is ready.
Windblocks does not keep submitted data inside a proprietary visual-builder workflow. The purpose of the form editor is to prepare a maintainable form implementation for the application you export and continue developing.
How forms fit into the builder// familiar React building blocks
react-hook-form
zod
typed field values
validation schema
server/client integration