Full email platform. API, broadcasts, audiences, analytics—all in one. TypeScript-first. React Email baked in.
Built by indie hackers, for indie hackers. Because paying $79/mo for email is insane.
Powering emails for
Resend Pro = $20/mo + $0.90/1k overage. We're half that.
Send 50k emails/month? Resend: $40/mo. EmailMate Scale: $19 + $7.50 overage = $26.50. BYOS: just $5.
Simple. TypeScript. Just works.
import { EmailMate } from 'emailmate';
const em = new EmailMate('em_xxxx');
await em.emails.send({
from: 'hello@yourapp.com',
to: 'user@example.com',
subject: 'Welcome to YourApp',
html: '<h1>You're in.</h1>'
});import { EmailMate } from 'emailmate';
const em = new EmailMate(process.env.EMAILMATE_API_KEY!);
export async function POST(req: Request) {
const { to, subject } = await req.json();
const result = await em.emails.send({
from: 'hello@yourapp.com',
to,
subject,
html: '<h1>Hello!</h1>'
});
return Response.json(result);
}TypeScript. React Email. Simple SDK. Ship in minutes, not hours.
BYOS is free. Hosted is $5/mo. No $79/mo "starter" plans. No gotchas.
AWS SES under the hood. 99.9% uptime. The same infrastructure that powers Amazon.
BYOS means your AWS credentials, your sending reputation, your data. We just provide the interface.
The #1 fear with shared email platforms: "What if spammers ruin my deliverability?" We designed around that.
Every account gets its own isolated configuration set. Bad actors on our platform can't touch your reputation. Your domain reputation is yours alone.
We handle authentication so you don't have to think about it. Prevent spoofing. Land in the inbox. Every time.
Everything you need to send email at scale. Dashboard included.
REST API with TypeScript SDK. Send transactional emails in seconds.
Send campaigns to your entire audience with one click.
Manage contacts and build email lists.
Track everything. Opens, clicks, bounces, complaints.
Verify your domains. We handle DKIM, SPF, DMARC.
Real-time notifications for every email event.
Plus everything else you'd expect:
Same features. Fraction of the cost.
| Feature | EmailMate | Resend | SendGrid |
|---|---|---|---|
| Free tier | 50/day | 100/day | 100/day |
| Pro plan (5k/mo) | $9/mo | $20/mo | $19.95/mo |
| Overage cost | $0.30/1k | $0.90/1k | $0.50/1k |
| BYOS option | ✓ Free | ✗ | ✗ |
| Broadcasts | ✓ | ✓ | ✓ |
| Audiences | ✓ | ✓ | ✓ |
| Analytics | ✓ | ✓ | ✓ |
| React Email | ✓ | ✓ | ✗ |
| TypeScript SDK | ✓ | ✓ | ✓ |
Half the cost. Same features.
To get started
For indie hackers
For growing teams
Use your AWS credentials. Pay AWS directly ($0.10/1k emails). We just give you the nice API.
vs Resend: Their Pro = $20/mo + $0.90/1k overage. Our Scale = $19/mo + $0.30/1k. 67% cheaper overages.
Free tier included. No credit card required.
Get Started FreeNo credit card. No commitment. Just email.