GStars
    resend

    resend/react-email

    ๐Ÿ’Œ Build and send emails using React

    frontend
    email
    hacktoberfest
    TypeScript
    MIT
    17.9K stars
    899 forks
    17.9K watching
    Updated 2/27/2026
    View on GitHub
    Backblaze Advertisement

    Loading star history...

    Health Score

    75

    Weekly Growth

    +0

    +0.0% this week

    Contributors

    1

    Total contributors

    Open Issues

    58

    Generated Insights

    About react-email

    React email cover

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

    Website ยท GitHub

    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 2025 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today.

    Install

    Install one of the components from your command line.

    With yarn

    yarn add @react-email/components -E
    

    With npm

    npm install @react-email/components -E
    

    With pnpm

    pnpm install @react-email/components -E
    

    Getting started

    Add the component to your email template. Include styles where needed.

    import { Button } from "@react-email/components";
    
    const 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.

    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 logoApple MailOutlook logoYahoo! Mail logoHEY logoSuperhuman 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

    Authors

    License

    MIT License

    Discover Repositories

    Search across tracked repositories by name or description