@cdt5058/json-render-uswds 0.0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,55 @@
1
+ # @cdt5058/json-render-uswds
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8aee03d: Fix install documentation and peer dependency declarations.
8
+
9
+ - Declare `@uswds/uswds` as an optional `peerDependency` so the existing `peerDependenciesMeta.optional` flag is no longer inert.
10
+ - Rewrite the README `Install` section to match reality: list the actual peers users must provide (`react`, `react-dom`, `@uswds/uswds`, `zod`), note the `Node.js >=22.14.0` and React 19 requirements, and clarify that `@json-render/core` / `@json-render/react` are pulled in as transitive runtime dependencies.
11
+
12
+ ## 0.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 7bccec6: ### Minor Changes
17
+
18
+ - **Initial public release** of @cdt5058/json-render-uswds - a U.S. Web Design System component library for @json-render/core
19
+ - **Component library** providing accessible, government-compliant React components that render from JSON specifications
20
+ - **Full USWDS integration** with support for common form elements, layouts, and UI patterns
21
+ - **Accessibility first** - all components follow WCAG 2.1 AA standards and USWDS accessibility guidelines
22
+ - **Type-safe** - full TypeScript support with comprehensive prop types
23
+ - **Dual exports** - ESM and CommonJS builds for maximum compatibility
24
+ - **Public readiness** - issue templates, contributing guidelines, and comprehensive documentation
25
+
26
+ ### What's Included
27
+
28
+ - Complete set of USWDS components (buttons, forms, navigation, step indicators, pagination, and more)
29
+ - Component catalog with schema definitions
30
+ - React integration with state binding and event handling
31
+ - Support for AI/LLM-generated UI specifications
32
+
33
+ This is the first stable release ready for production use.
34
+
35
+ ## 0.1.0
36
+
37
+ ### Initial Release
38
+
39
+ First release of `@cdt5058/json-render-uswds` — a standalone U.S. Web Design System (USWDS) component library for `@json-render/core`.
40
+
41
+ #### 58 USWDS Components
42
+
43
+ **Layout (6):** Grid, CardGroup, Card, Divider, Footer, Section
44
+
45
+ **Navigation (9):** Header, SkipNav, SideNav, LanguageSelector, Link, InPageNavigation, Breadcrumb, Identifier, GovBanner
46
+
47
+ **Data Display (9):** Collection, IconList, Tooltip, Table, Heading, Text, Prose, Hero, GraphicList
48
+
49
+ **Feedback (5):** Alert, SiteAlert, Tag, SummaryBox, ProcessList
50
+
51
+ **Forms (20):** Button, ButtonGroup, Input, Textarea, Select, Checkbox, CheckboxGroup, Radio, FileInput, Search, RangeInput, DateInputGroup, DateRangePicker, InputMask, Password, ComboBox, DatePicker, TimePicker, CharacterCount, Form
52
+
53
+ **Utilities (9):** Accordion, Pagination, StepIndicator, Icon, InputGroup, List, ValidationChecklist, EmbedContainer, Modal
54
+
55
+ All components are WCAG 2.1 AA compliant with semantic HTML, ARIA attributes, and full keyboard navigation support.
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2025 json-render contributors
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -1,45 +1,211 @@
1
1
  # @cdt5058/json-render-uswds
2
2
 
3
- ## ⚠️ IMPORTANT NOTICE ⚠️
3
+ [![CI](https://github.com/ctrimm/json-render-uswds/actions/workflows/ci.yml/badge.svg)](https://github.com/ctrimm/json-render-uswds/actions/workflows/ci.yml)
4
+ [![npm](https://img.shields.io/npm/v/@cdt5058/json-render-uswds)](https://www.npmjs.com/package/@cdt5058/json-render-uswds)
5
+ [![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
4
7
 
5
- **This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.**
8
+ U.S. Web Design System (USWDS) component library for [`@json-render/core`](https://github.com/vercel-labs/json-render). Generate accessible, government-compliant React UIs from JSON specs.
6
9
 
7
- This is **NOT** a functional package and contains **NO** code or functionality beyond the OIDC setup configuration.
10
+ > Built on top of [json-render](https://github.com/vercel-labs/json-render) by [Vercel](https://vercel.com) the Generative UI framework for safe, schema-constrained AI-generated interfaces.
8
11
 
9
- ## Purpose
12
+ ![Public Records Request page generated from a JSON spec](screenshots/preview.png)
10
13
 
11
- This package exists to:
12
- 1. Configure OIDC trusted publishing for the package name `@cdt5058/json-render-uswds`
13
- 2. Enable secure, token-less publishing from CI/CD workflows
14
- 3. Establish provenance for packages published under this name
14
+ ## Demo
15
15
 
16
- ## What is OIDC Trusted Publishing?
16
+ A live demo app is included in [`examples/demo`](examples/demo). It lets you describe a page in plain English and generate a USWDS spec via AI, or load pre-built fixture pages instantly.
17
17
 
18
- OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.
18
+ ```bash
19
+ cd examples/demo
20
+ npm install
21
+ # Add your Anthropic API key to .env.local
22
+ cp .env.example .env.local
23
+ npm run dev
24
+ ```
19
25
 
20
- ## Setup Instructions
26
+ Then open [http://localhost:3000](http://localhost:3000).
21
27
 
22
- To properly configure OIDC trusted publishing for this package:
28
+ ## Install
23
29
 
24
- 1. Go to [npmjs.com](https://www.npmjs.com/) and navigate to your package settings
25
- 2. Configure the trusted publisher (e.g., GitHub Actions)
26
- 3. Specify the repository and workflow that should be allowed to publish
27
- 4. Use the configured workflow to publish your actual package
30
+ **Prerequisites:** Node.js `>=22.14.0`, React `^19.0.0`, and `zod ^4.0.0`.
28
31
 
29
- ## DO NOT USE THIS PACKAGE
32
+ ```bash
33
+ npm install @cdt5058/json-render-uswds react react-dom @uswds/uswds zod
34
+ ```
30
35
 
31
- This package is a placeholder for OIDC configuration only. It:
32
- - Contains no executable code
33
- - Provides no functionality
34
- - Should not be installed as a dependency
35
- - Exists only for administrative purposes
36
+ `@json-render/core` and `@json-render/react` are pulled in automatically as runtime dependencies — you do not need to install them yourself. `@uswds/uswds` is an optional peer (only needed if you want to import the CSS from the npm package rather than the CDN).
36
37
 
37
- ## More Information
38
+ ## Import USWDS CSS
38
39
 
39
- For more details about npm's trusted publishing feature, see:
40
- - [npm Trusted Publishing Documentation](https://docs.npmjs.com/generating-provenance-statements)
41
- - [GitHub Actions OIDC Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
40
+ ```tsx
41
+ import "@uswds/uswds/css/uswds.css";
42
+ ```
42
43
 
43
- ---
44
+ Or via CDN:
45
+ ```html
46
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uswds/3.8.2/css/uswds.min.css">
47
+ ```
44
48
 
45
- **Maintained for OIDC setup purposes only**
49
+ ## Quick Start
50
+
51
+ ### 1. Define your catalog
52
+
53
+ ```typescript
54
+ import { defineCatalog } from "@json-render/core";
55
+ import { schema } from "@json-render/react/schema";
56
+ import { uswdsComponentDefinitions } from "@cdt5058/json-render-uswds/catalog";
57
+
58
+ const catalog = defineCatalog(schema, {
59
+ components: uswdsComponentDefinitions,
60
+ });
61
+ ```
62
+
63
+ ### 2. Create a registry and render
64
+
65
+ ```tsx
66
+ import { defineRegistry, Renderer } from "@json-render/react";
67
+ import { uswdsComponents } from "@cdt5058/json-render-uswds";
68
+ import type { Spec } from "@json-render/core";
69
+
70
+ const { registry } = defineRegistry(catalog, {
71
+ components: uswdsComponents,
72
+ });
73
+
74
+ export function MyApp({ spec }: { spec: Spec }) {
75
+ return <Renderer spec={spec} registry={registry} />;
76
+ }
77
+ ```
78
+
79
+ ### 3. Generate a system prompt for AI
80
+
81
+ ```typescript
82
+ const systemPrompt = catalog.prompt();
83
+ // Pass to your AI model — it will generate specs constrained to USWDS components
84
+ ```
85
+
86
+ ## Components
87
+
88
+ 58 USWDS components organized by category:
89
+
90
+ ### Layout
91
+ `Grid` `CardGroup` `Card` `Divider` `Footer` `Section`
92
+
93
+ ### Navigation
94
+ `Header` `SkipNav` `SideNav` `LanguageSelector` `Link` `InPageNavigation` `Breadcrumb` `Identifier` `GovBanner`
95
+
96
+ ### Data Display
97
+ `Collection` `IconList` `Tooltip` `Table` `Heading` `Text` `Prose` `Hero` `GraphicList`
98
+
99
+ ### Feedback
100
+ `Alert` `SiteAlert` `Tag` `SummaryBox` `ProcessList`
101
+
102
+ ### Forms
103
+ `Button` `ButtonGroup` `Input` `Textarea` `Select` `Checkbox` `CheckboxGroup` `Radio` `FileInput` `Search` `RangeInput` `DateInputGroup` `DateRangePicker` `InputMask` `Password` `ComboBox` `DatePicker` `TimePicker` `CharacterCount` `Modal` `Form`
104
+
105
+ ### Utilities
106
+ `Accordion` `Pagination` `StepIndicator` `Icon` `InputGroup` `List` `ValidationChecklist` `EmbedContainer`
107
+
108
+ ## Custom Components
109
+
110
+ Extend the catalog with your own components alongside USWDS:
111
+
112
+ ```typescript
113
+ import { defineCatalog } from "@json-render/core";
114
+ import { schema } from "@json-render/react/schema";
115
+ import { uswdsComponentDefinitions } from "@cdt5058/json-render-uswds/catalog";
116
+ import { uswdsComponents } from "@cdt5058/json-render-uswds";
117
+ import { defineRegistry } from "@json-render/react";
118
+ import { z } from "zod";
119
+
120
+ const catalog = defineCatalog(schema, {
121
+ components: {
122
+ ...uswdsComponentDefinitions,
123
+ AgencyBanner: {
124
+ props: z.object({
125
+ name: z.string(),
126
+ logoUrl: z.string().nullable(),
127
+ }),
128
+ description: "Custom agency-specific banner",
129
+ },
130
+ },
131
+ });
132
+
133
+ const { registry } = defineRegistry(catalog, {
134
+ components: {
135
+ ...uswdsComponents,
136
+ AgencyBanner: ({ props }) => (
137
+ <div className="usa-banner">
138
+ {props.logoUrl && <img src={props.logoUrl} alt={props.name} />}
139
+ <span>{props.name}</span>
140
+ </div>
141
+ ),
142
+ },
143
+ });
144
+ ```
145
+
146
+ ## Accessibility
147
+
148
+ All components are built to meet federal accessibility requirements:
149
+
150
+ - **WCAG 2.1 AA** compliant
151
+ - Semantic HTML with proper landmark regions
152
+ - ARIA roles, labels, and live regions
153
+ - Full keyboard navigation
154
+ - Visible focus indicators
155
+ - Color contrast ratios that meet federal standards
156
+ - Accessible form validation and error messages
157
+
158
+ See the [USWDS Accessibility guidance](https://designsystem.digital.gov/how-to-use-uswds/accessibility/) for more details.
159
+
160
+ ## State Management
161
+
162
+ Use `StateProvider` from `@json-render/react` to enable data binding:
163
+
164
+ ```tsx
165
+ import { StateProvider, createStateStore } from "@json-render/react";
166
+
167
+ const store = createStateStore({ formData: {} });
168
+
169
+ <StateProvider store={store}>
170
+ <Renderer spec={spec} registry={registry} />
171
+ </StateProvider>
172
+ ```
173
+
174
+ ## AI-Assisted Development
175
+
176
+ This repo includes a [Claude Code](https://claude.ai/code) skill at `skills/uswds/SKILL.md`. If you use Claude Code, the skill gives Claude context about all 58 USWDS components, installation, and usage patterns — so it can help you build USWDS specs and catalogs without needing to look things up.
177
+
178
+ ## Troubleshooting
179
+
180
+ **`Cannot find module '@cdt5058/json-render-uswds'`**
181
+ Make sure you've run `npm install` and that your bundler supports the `exports` field in `package.json` (Webpack 5+, Vite, Next.js 12+ all do).
182
+
183
+ **USWDS styles aren't applying**
184
+ You must import the USWDS CSS yourself — it is not bundled. Add one of:
185
+ ```tsx
186
+ import "@uswds/uswds/css/uswds.css"; // via npm package
187
+ ```
188
+ ```html
189
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uswds/3.8.2/css/uswds.min.css">
190
+ ```
191
+
192
+ **TypeScript errors about `zod` types**
193
+ Ensure you have `zod ^4.0.0` installed. Zod 3.x is not compatible.
194
+
195
+ **Components render but look unstyled**
196
+ Check that your bundler is processing CSS imports. In Next.js, import the CSS in `app/layout.tsx` or `pages/_app.tsx`. In Vite, import it in `main.tsx`.
197
+
198
+ **Demo app fails to start**
199
+ The demo requires API keys. Copy `.env.example` to `.env.local` and add at least `ANTHROPIC_API_KEY`. Local model support (Ollama) requires no API key — select a local model from the model picker.
200
+
201
+ ## Credits
202
+
203
+ This package is a USWDS adapter built on top of **[json-render](https://github.com/vercel-labs/json-render)**, an open-source Generative UI framework created and maintained by [Vercel](https://vercel.com). The core rendering engine, catalog system, schema design, and React renderer are all their work.
204
+
205
+ - [json-render on GitHub](https://github.com/vercel-labs/json-render)
206
+ - [json-render documentation](https://json-render.dev)
207
+ - [U.S. Web Design System](https://designsystem.digital.gov/)
208
+
209
+ ## License
210
+
211
+ Apache-2.0