react-email
Build and send cross-client HTML emails using React components
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install React Email?โผ
Run `npx skills add resend/react-email --all -g -y` in your terminal to install this skill globally for your AI agent.
How to build HTML emails with React?โผ
Write templates as React components using ready-made parts like Button, Container, and Tailwind, then render them to email-safe HTML. The components handle cross-client compatibility for Gmail, Outlook, and Apple Mail automatically.
Can React Email send emails through SendGrid or Nodemailer?โผ
Yes. Rendered templates work with any provider, and the repo includes ready examples for Resend, SendGrid, Nodemailer, Mailgun, Postmark, AWS SES, and more.
Does React Email work with AI coding agents?โผ
Yes. It ships a SKILL.md that teaches agents like Claude Code, Cursor, and OpenClaw how to generate valid email templates and avoid unsupported CSS.
Can I add a visual email editor to my app?โผ
Yes. The @react-email/editor package embeds a drag-and-drop rich text editor in your React app that exports email-ready HTML and plain text.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core