Announcements

Introducing Postflare

A modern email service built on Cloudflare's global network, designed for developers who demand speed, reliability, and simplicity.

Postflare Team

We're excited to announce Postflare — a modern email service SaaS built entirely on Cloudflare infrastructure. Whether you're sending transactional emails, marketing campaigns, or handling inbound email processing, Postflare has you covered.

Why We Built Postflare

The email infrastructure landscape has been dominated by a few legacy players for years. While they've served the community well, we saw an opportunity to build something faster, cheaper, and more developer-friendly by leveraging Cloudflare's edge network.

Speed at the Edge

Every email you send through Postflare is processed at Cloudflare's edge — the same network that powers millions of websites worldwide. This means:

  • Sub-100ms API response times from anywhere in the world
  • Instant email processing without queuing delays
  • Global availability with automatic failover

Built for Developers

We believe email APIs should be as simple as possible. Here's all you need to send an email:

// Postflare is Resend-compatible — use the Resend SDK with your Postflare API key
import { Resend } from 'resend';

const resend = new Resend('re_xxxxxxxxx');

const { data, error } = await resend.emails.send({
  from: 'Acme <hello@acme.com>',
  to: ['user@example.com'],
  subject: 'Welcome to Postflare',
  html: '<p>Thanks for signing up!</p>',
});

Transparent Pricing

No hidden fees, no per-email surcharges for basic features. Our pricing is straightforward:

  • Free tier: 100 emails/day
  • Pro: $20/month for 50,000 emails
  • Enterprise: Custom pricing for high-volume senders

What's Next

We're just getting started. Here's what's on our roadmap:

  1. Email templates — A visual editor for creating beautiful email templates
  2. Analytics dashboard — Real-time insights into your email performance
  3. Webhook integrations — Get notified about bounces, opens, and clicks
  4. Inbound email processing — Handle incoming emails with Cloudflare Workers

Stay tuned for more updates, and sign up to get early access!