Copy-paste RJSF form components via the shadcn CLI. JSON Schema driven, i18n ready, and built entirely on your existing shadcn/ui primitives.
Built on react-jsonschema-form v6. Any valid JSON Schema definition renders as a fully accessible, styled form — no mapping layer needed.
LocalizedString accepts a plain string or a locale-keyed map. Switch locales at runtime. No rebuilds, no separate i18n library required.
Every widget — Input, Select, Checkbox, RadioGroup — is built on your existing shadcn/ui components. Fully themeable, zero style overrides.
Drag-and-drop form builder with a live preview pane and schema inspector. Build visually, export a FormSchema, wire directly to the renderer.
form-builder-typeslibType definitions and utilities for the RJSF form builder: schema conversion, i18n, and validation.
form-rendereruiA themed RJSF form renderer with shadcn/ui-styled widgets, fields, and templates.
form-builderuiA visual drag-and-drop form builder with field palette, canvas, and settings panel.