close

Draft 2020-12 Form Builder for React

Want a visual JSON Schema builder without sacrificing advanced Draft 2020-12 keywords? That is exactly the lane for formhell.

Builder + live form preview pattern

<SchemaBuilder
  domain="https://example.com/schemas/"
  onChange={(nextSchema) => setSchema(nextSchema)}
/>

<SchemaForm schema={schema} />

Keywords you can model

Related resources