Transactional email templates that actually look good. Ready to send.
Emails people do not hate
Nobody opens a plain-text "Your account has been created" email and feels good about the product they just signed up for. Emails are part of the experience, and the framework treats them that way.
What is included
Every transactional email your app needs is already templated:
- Account verification
- Password reset
- Magic link sign-in
- Purchase confirmation and receipts
The templates are built with React Email, which means they are real components with consistent styling, not HTML strings cobbled together. They look good in Gmail, Outlook, Apple Mail, and everything in between.
Send with whoever you want
The default setup uses Resend for delivery, but the templates are provider-agnostic. Swap in SendGrid, Postmark, or plain SMTP. The emails themselves do not change.
During the build
The AI agents handle email when it comes up naturally. If a build step adds a feature that should trigger a notification, the agent creates the template and wires up the sending logic. You do not need to think about email infrastructure separately from the features that use it.