Skip to main content
The React Email skill enables AI agents to build production-ready HTML emails using React components. It provides a modern development experience for creating responsive, cross-client compatible emails.

Installation

Install the skill using the following command:
npx skills add resend/react-email

Advantages

  • Component-based email development: Build emails using reusable React components for consistent, maintainable templates.
  • Brand-consistent styling with Tailwind: Use Tailwind CSS to style emails with your brand’s design system.
  • Multi-format rendering: Automatically generate both HTML and plain text versions of your emails.
  • Email client compatibility handling: Built-in support for rendering emails correctly across all major email clients.
  • Built-in preview server: Preview your emails in real-time during development with hot reloading.

Learn More

View on GitHub

See the full source code and documentation.