This is a JSON-to-email renderer built on React Email. You define your email structure as a flat JSON spec with elements and props, then render it server-side to HTML or plain text. It's useful when you need to generate transactional emails from data, let AI build email templates from specs, or maintain email catalogs without writing JSX everywhere. The element tree model matches json-render/react, so you get the same conditional rendering and state expressions. Ships with standard components for everything from buttons to markdown, all using inline styles for email client compatibility. The server-safe import path lets you validate specs without pulling in React dependencies.
npx skills add https://github.com/vercel-labs/json-render --skill react-email