Core
@json-render/core
JSON becomes real things. Define your catalog, register your components, let AI generate.
Component Libraries
json
ui
react
ai
generative-ui
llm
schema
zod
streaming
@json-render/core
Stars
368
Weekly
1.3M
Open issues
5
Bundle
~25 kB
Installation
npm install @json-render/coreCode example
import { Button } from "@json-render/core";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by matt.straka
- 1.3M weekly downloads. Battle tested
- First-class TypeScript definitions
- Apache-2.0 licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 5 open issues on GitHub