Examples
Live forms rendered by the engine through its public API — the same `FormRenderer` you'd import into your own app.
- Multi-step signupA three-step wizard: account details with confirm-password, email OTP verification, and a read-only review step.
- Conditional profilevisibleWhen-conditional fields, an optionsFrom-derived select, and a phone field synced to a country field.
- Advanced fieldsMasked input, date/time fields with sibling bounds, rating, segmented, slider, signature, and file.
- Typed submitA defineForm config whose submit payload is fully inferred, wired to a createFormAction server action.