stackpicks.dev
Back to gallery
resend/react-email preview
resend
resend/

react-email

💌 Build and send emails using React

Stars
19.2k
Forks
1k
Watchers
19.2k
Open issues
60
TypeScriptMIT canary Updated 2 hours ago~14 stars/day lifetime
Editor's take

React components for email. Build emails as React, render to HTML for sending. Pairs with Resend's sending API for the cleanest email DX in 2026. Free up to 100 emails/day on Resend.

Use this if

You are sending transactional or marketing email and want to author templates in React.

Skip if

You only send plain-text emails — overkill.

Email
Topics
emailhacktoberfest
Quick install
# Install via npm / pnpm / bun:
pnpm add react-email
# or
npm install react-email

Inferred from TypeScript · always double-check against the official README below.

README — rendered from resend/react-email

React email cover

React Email
The next generation of writing emails.
High-quality, unstyled components for creating emails.

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@latest

Getting 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.

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:

Support

All components were tested using the most popular email clients.

Gmail logo Apple Mail Outlook logo Yahoo! Mail logo HEY logo Superhuman logo
Gmail ✔ Apple Mail ✔ Outlook ✔ Yahoo! Mail ✔ HEY ✔ Superhuman ✔

Development workflow

  1. Setting up your development environment
  2. Running tests
  3. Linting
  4. Building
  5. Writing documentation

Contributing


Brought to you by Resend, MIT License.

Live data via GitHub REST API · Cached 30 min · Created 20 Sept 2022