{
  "slug": "react-email",
  "name": "React Email",
  "url": "https://react.email",
  "cat": "comms",
  "group": "ship",
  "tagline": "React email template components",
  "price": "Free and MIT-licensed. No paid tier — you pay only whatever sending provider you point it at.",
  "tier": "free",
  "pick": false,
  "what": "Open-source component library for building HTML emails in React and TypeScript, maintained by Resend. Ships unstyled primitives (Html, Button, Container, Section, Tailwind) plus a local preview server, link linter, spam-score check and client compatibility checker. Renders to HTML or plain text for any provider.",
  "why": "Stops you hand-writing nested-table email HTML in 2026. Write JSX, preview it at <code>localhost:3000</code>, then <code>render()</code> to HTML and hand it to Resend, Postmark or SES.",
  "warn": "Renders cleanly in Gmail and Apple Mail, but Outlook on Windows still uses the Word rendering engine — preview there before shipping anything with fancy layout.",
  "install": "npx create-email@latest",
  "category": {
    "key": "comms",
    "name": "Email, forms & notifications",
    "desc": "Transactional mail, form capture, push. Deliverability is the thing to buy for.",
    "group": "ship",
    "groupName": "Ship it & keep it alive"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://react.email/",
    "checked_at": "2026-08-19T00:37:41.862+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}