Skip to content

remoteoss/json-schema-form

Repository files navigation

json-schema-form

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.

npm install @remoteoss/json-schema-form
# or

yarn install @remoteoss/json-schema-form

Getting Started

Check the 📚 JSF website for documentation.

Playground

Check the 🕹️ JSF Playground for demos.

Contributing

Read CONTRIBUTING to get started.

We are working on the next version v1.0. A rewrite in TypeScript with major bugfixes and missing features. It aims to support the latest JSON Schema dialect 2020-12.

Backed by Remote.com