https://github.com/remoteoss/json-schema-form
https://github.com/remoteoss/json-schema-form
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remoteoss/json-schema-form
- Owner: remoteoss
- License: mit
- Created: 2023-05-16T14:13:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T22:59:04.000Z (7 months ago)
- Last Synced: 2025-11-29T13:13:28.878Z (7 months ago)
- Language: JavaScript
- Homepage: https://json-schema-form.vercel.app
- Size: 8.13 MB
- Stars: 142
- Watchers: 13
- Forks: 20
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
json-schema-form is a headless UI form library powered by JSON Schemas.
It transforms JSON schemas into Javascript `fields` to be more easily consumed by your UI libraries.
---
### Why JSON Schemas for forms?
JSON Schemas are the SSoT (Single Source of Truth) that allows you to share form's data _structure_ and _validations_ between the server (backend) and the client (frontend), regardless of the language used.
You can use it beyond UI Forms, like lists, tables, and any other UI that needs structured JSON data.
## Installation
Available on [NPM](https://www.npmjs.com/package/@remoteoss/json-schema-form).
```bash
npm install @remoteoss/json-schema-form
# or
yarn install @remoteoss/json-schema-form
```
## Getting Started
Check the đ **[JSF website](https://json-schema-form.vercel.app/)** for documentation.
### Playground
Check the đšī¸ **[JSF Playground](https://json-schema-form.vercel.app/?path=/docs/playground--docs)** for demos.
## Contributing
Read [CONTRIBUTING](CONTRIBUTING.md) to get started.
## Migrating
If you're using `v0` and wish to migrate to `v1`, read [MIGRATING](MIGRATING.md) to get started.
_Backed by [Remote.com](https://remote.com/)_