← Back to Wiki

Development Tools

Resend

Resend is a modern email API for developers. Founded by Zeno Rocha (creator of Dracula Theme), Resend makes sending transactional emails simple with a clean API and great developer experience.

Unlike older email services that feel clunky, Resend is built for the modern web. Great docs, simple pricing, and it just works. They also created React Email, which lets you build email templates with React components.

Core Foundation

Get up and running with transactional email in minutes.

Basic send example:

await resend.emails.send({
  from: 'you@yourdomain.com',
  to: 'user@example.com',
  subject: 'Hello World',
  html: '<p>Welcome to our app!</p>'
});

Intermediate Workflow

Build professional email workflows.

Pro Advanced

Scale your email infrastructure like the pros.

How I Use Resend

Real implementations from this website.

Who Uses Resend

Companies and projects powered by Resend's email infrastructure.

Why Resend

Email is notoriously complex—authentication, deliverability, formatting across clients. Resend abstracts all that away. The free tier (100 emails/day) is perfect for personal projects, and the API is a joy to work with. No legacy baggage, just modern tooling built by developers for developers.

Resources