Quick Start
npm install resendimport { Resend } from "resend";
const resend = new Resend("re_your_key");
await resend.emails.send({ from: "you@domain.com", to: "user@example.com", subject: "Welcome!", html: "<h1>Hello!</h1>" });Overview
Resend is a modern developer-focused email API with 15,000+ GitHub stars. Supports React Email templates, webhook delivery tracking, and built-in deliverability monitoring. Send transactional emails in three lines of code. Free tier includes 3,000 emails/month.
Source & Thanks
Created by Resend. Licensed under MIT.
resend — stars 15,000+