Forms, Simplified
Build forms and collect responses. Based on open standards. Add to any application. Bring your own design.
Based on Open Standards
Forms are defined using JSON Schema and JSONForms UI Schema. No proprietary formats—just portable, well-documented standards with broad tooling support.
- JSON Schema for data structure and validation
- JSONForms UI Schema for layout and presentation
- Portable, tooling-friendly, AI-generatable
Bring Your Own Components
Render forms using your existing component library. Use our shadcn/ui renderer or choose one of the community JSONForms renderers.
- shadcn/ui renderer included
- Compatible with existing JSONForms renderers
- Forms inherit your theme and design system
Store in Your Database
Form submissions go directly to your database. Define forms dynamically at runtime or statically in code—your data stays in your infrastructure.
- Define forms in code or at runtime
- Works with Postgres, MySQL, SQLite, and more
- No third-party services, you own your data