
resend / react-email
★ 19,400A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by resend.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

Introduction
A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript. It reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you.
Why
We believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2026 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today.
Install
npm i react-email@latestGetting started
Define your email template with React, include styles and our components where needed.
import { Button } from "react-email";
export default function Email() {
return (
<Button href="https://example.com" style={{ color: "#61dafb" }}>
Click me
</Button>
);
};Components
A set of standard components to help you build amazing emails without having to deal with the mess of creating table-based layouts and maintaining archaic markup.
- Html
- Head
- Button
- Container
- CodeBlock
- CodeInline
- Column
- Row
- Font
- Heading
- Divider
- Image
- Link
- Markdown
- Preview
- Section
- Tailwind
- Paragraph
- Body
Editor
React Email also provides an Editor built on top of TipTap and ProseMirror, It serializes to React Email components, and exports email-ready HTML and plain text.
See the Editor documentation for more details.
Integrations
Emails built with React Email can be converted into HTML and sent using any email service provider. Here are some examples:
- Resend
- Nodemailer
- SendGrid
- MailerSend
- Mailgun
- Postmark
- AWS SES
- Azure Communication Email
- Plunk
- Scaleway
Support
All components were tested using the most popular email clients.
| <img src="https://react.email/static/icons/gmail.svg" width="48px" height="48px" alt="Gmail logo"> | <img src="https://react.email/static/icons/apple-mail.svg" width="48px" height="48px" alt="Apple Mail"> | <img src="https://react.email/static/icons/outlook.svg" width="48px" height="48px" alt="Outlook logo"> | <img src="https://react.email/static/icons/yahoo-mail.svg" width="48px" height="48px" alt="Yahoo! Mail logo"> | <img src="https://react.email/static/icons/hey.svg" width="48px" height="48px" alt="HEY logo"> | <img src="https://react.email/static/icons/superhuman.svg" width="48px" height="48px" alt="Superhuman logo"> |
|---|---|---|---|---|---|
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
Development workflow
Contributing
Brought to you by Resend, MIT License.
Install the whole package (1 skills):
npx skills add https://github.com/resend/react-emailOr install a single skill:
npx skills add https://github.com/resend/react-email --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.