import { Resend } from 'resend'

Email for
developers.

Build, test, and deliver transactional emails at scale. The modern email API designed for developer experience first.

Get Started Free →
send-email.ts
import { Resend } from 'resend';

const resend = new Resend('re_...');

await resend.emails.send({
  from: 'onboarding@resend.dev',
  to: ['user@example.com'],
  subject: 'Welcome! 🎉',
  html: '<p>Your account is ready.</p>',
});

Built for how developers work

No more wrestling with SMTP configs or fighting spam filters. Just clean APIs that work.

Instant Setup

Start sending emails in minutes with our SDKs for Node, Python, Go, Ruby, and more. npm install resend and you're done.

📊

Real-time Analytics

Track deliveries, opens, clicks, and bounces in real time. Webhooks for every event so you can react instantly.

🎨

React Email Templates

Build beautiful emails with React components. Use JSX, Tailwind CSS, and your existing component library.

🔒

Enterprise Security

SOC 2 Type II compliant. Domain authentication (DKIM/SPF), TLS encryption, and role-based access control built-in.

Start sending today

3,000 free emails per month forever. No credit card required.

Create Free Account →