OpenUI Specification
This repository contains a technology-independent specification for a Web UI framework. It also includes an Angular TypeScript generator that applies a UI description authored against the spec to an existing Angular workspace. The goal is to use the specification as the basis for a standard.
- Using the specification — read the published docs on ReadTheDocs: https://openui-spec.readthedocs.io/
Developer docs
Contributor and developer entry points for this repository:
- Contributing guide — local setup and validation basics.
OpenUI JSON API
The @openui-spec/openui-json package provides OpenUiJson for
loading, validating, and editing an OpenUI JSON document. It bundles
spec/openui.schema.json and spec/openui.json; validation checks both the
schema and the object types supported by the canonical catalog.
npm install @openui-spec/openui-json
import { OpenUiJson } from "@openui-spec/openui-json";
const document = OpenUiJson.load("input.json");
document.validate();
document.add("root", { id: "newTable", type: "Table" });
document.save("output.json");
The published OpenUI JSON editing tooling page documents the equivalent Python commands for spec users.
Use the CLI to validate or apply one change in place (pass --output to write
to a different file):
python bin/openui_json_cli.py validate --input spec/openui.json
python bin/openui_json_cli.py add --input document.json --parent root --object '{"id":"newTable","type":"Table"}'
python bin/openui_json_cli.py remove --input document.json --id newTable
python bin/openui_json_cli.py modify --input document.json --id table --attrs '{"title":"Updated"}'
python bin/openui_json_cli.py modify --input document.json --id table --object '{"id":"table","type":"Grid"}'
Release files for openui-spec 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openui_spec-0.1.0.tar.gz | 79.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openui_spec-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 171.9 kB
Release files / openui_spec-0.1.0.tar.gz
| Download URL | openui_spec-0.1.0.tar.gz |
|---|---|
| Size | 79.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
074e4ae384ded8cf8f1a0e0cb10f51b01ffbc3166f6d0976c24d41276a49c5b4
|
|
BLAKE2b-256 checksum How to use checksums |
23ce3eaa71284c03de4338d42f64a80934d068224a4eaf41433c09b4d6cf51cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.
Transparency logRelease files / openui_spec-0.1.0-py3-none-any.whl
| Download URL | openui_spec-0.1.0-py3-none-any.whl |
|---|---|
| Size | 92.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c0585cc6f3b6aa33a2490d692f8ff6631ed21dac04b8a7b22ef5368d4e83dbb5
|
|
BLAKE2b-256 checksum How to use checksums |
a0034587db03daeb28e76643c45000fa2a13bffb8bdbd8c83c5b74fd016c7a61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.
Transparency log