json-render-react

Installation
SKILL.md

@json-render/react

React renderer that converts JSON specs into React component trees.

Quick Start

import { defineRegistry, Renderer } from "@json-render/react";
import { catalog } from "./catalog";

const { registry } = defineRegistry(catalog, {
  components: {
    Card: ({ props, children }) => <div>{props.title}{children}</div>,
  },
});
Installs
10
GitHub Stars
13
First Seen
Mar 10, 2026
json-render-react — b-open-io/prompts