json-render-react-email

Installation
SKILL.md

@json-render/react-email

React Email renderer that converts JSON specs into HTML or plain-text email output.

Quick Start

import { renderToHtml } from "@json-render/react-email";
import { schema, standardComponentDefinitions } from "@json-render/react-email";
import { defineCatalog } from "@json-render/core";

const catalog = defineCatalog(schema, {
  components: standardComponentDefinitions,
});
Related skills

More from b-open-io/prompts

Installs
8
GitHub Stars
12
First Seen
Mar 10, 2026