Schema in, UI out
A JSON Schema becomes a projection, a typed UI document, then a rendered form. Each stage is inspectable and none of them knows about React.
Supports JSON Schema Draft 7, 2019-09 and 2020-12, with automatic dialect detection. See JSON Schema support for capabilities and limitations.
Schema in, UI out
A JSON Schema becomes a projection, a typed UI document, then a rendered form. Each stage is inspectable and none of them knows about React.
One form, many renderers
The same document renders through React or Vue, with multiple widget sets. Switching renderer changes presentation, not state.
Proven, not asserted
Every advertised capability carries an executable example, and the build fails when one is claimed without a demonstration.
Framework neutral by construction
The runtime is plain TypeScript. React is one binding over it rather than an assumption baked into the core.