🛠️ New

Introducing FluxoMail

Email as a Deterministic Ledger

Unify transactional and marketing. Send with idempotency, observe a live timeline of events, and ship with compliance by construction — no webhook glue.

Next.js + Convex + AWS SES/SNS

Google
Microsoft
Amazon
Netflix
YouTube
Instagram
// pages or client code
async function sendWelcome() {
  await fetch('/api/emails/send', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      to: 'user@example.com',
      subject: 'Hello from FluxoMail',
      htmlContent: '<p>Welcome!</p>',
      fromEmail: 'noreply@yourdomain.com',
      fromName: 'Your App',
      idempotencyKey: 'welcome:user-123',
      // Optional: enable RFC-8058 one-click
      unsubscribeHttpUrl: 'http://localhost:3000/unsubscribe'
    })
  })
}

Use Cases

SES delivery event (sent → delivered)
SNS bounce/complaint normalized into ledger
Unsubscribe and click tracked with policy

Transactional & Bulk

Send verification emails, receipts, and compliant bulk campaigns with policy gates.

[2023-12-15 14:23:45] INFO

Agent initialized. Starting task execution.

[2023-12-15 14:23:47] ACTION

Retrieving data from external API...

[2023-12-15 14:23:50] DECISION

Analyzing data. Confidence: 85%

[2023-12-15 14:23:52] WARNING

Potential anomaly detected in dataset.

[2023-12-15 14:23:55] ERROR

Failed to connect to secondary database.

Live send timelines

Observe send → delivered/bounce/complaint/open/click in real time from a canonical ledger.

DNS & deliverability

Automate SPF/DKIM/DMARC and check sender readiness before bulk sends.

Features

Deterministic Email Ledger

Idempotent sends, canonical events, and live timelines backed by Convex. No webhooks in your app.

Learn more >

Compliance by Construction

RFC‑8058 one‑click unsubscribe, suppression, and bulk‑sender readiness checks enforced by policy.

Learn more >

DNS Doctor + SES Setup

Generate, verify, and apply SPF/DKIM/DMARC records via Route53 or Cloudflare. SES identities and config sets supported.

Learn more >

Unified Inbound + Outbound

Send with SES and ingest SNS/SES events through a single Next.js API surface with a canonical mapper.

Learn more >

Resend as Policy

Retries, cooldowns, and token rotation expressed as policy — not brittle UI buttons and ad‑hoc code.

Learn more >

Privacy‑Sound Analytics

Clicks and conversions as first‑class metrics; opens reported as estimated to account for MPP.

Learn more >

Testimonials

Alice Johnson

Alice Johnson

OpenMind Labs

The AI Agent SDK has revolutionized how we build intelligent systems. It's incredibly intuitive and powerful.

Bob Brown

Bob Brown

NeuralForge

We've significantly reduced development time for our AI projects using this SDK. The multi-agent feature is a game-changer.

Charlie Davis

Charlie Davis

CodeHarbor

The cross-language support allowed us to seamlessly integrate AI agents into our existing tech stack.

Diana Evans

Diana Evans

AutomateX

The AI Agent SDK's tool integration feature has streamlined our workflow automation processes.

Ethan Ford

Ethan Ford

AICore

The customizable agent behaviors have allowed us to create highly specialized AI solutions for our clients.

Fiona Grant

Fiona Grant

ScaleAI

The AI Agent SDK's efficiency features have significantly improved our system's performance and scalability.

George Harris

George Harris

RapidAI

The SDK's intuitive APIs have made it easy for our team to quickly prototype and deploy AI agent systems.

Hannah Irving

Hannah Irving

CollabAI

The AI Agent SDK's multi-agent system has enabled us to build complex, collaborative AI solutions with ease.

Ian Johnson

Ian Johnson

FlexAI

The SDK's flexibility in integrating external tools has expanded our AI agents' capabilities tremendously.

Pricing

Simple pricing for everyone.

Choose an affordable plan that's packed with the best features for engaging your audience, creating customer loyalty, and driving sales.

Open Source (Local)

Free/

Run locally with Next.js + Convex + SES.

  • Idempotent sends + canonical events
  • DNS Doctor and policy checks
  • One‑click unsubscribe headers
  • SES event ingestion + tracking

Self‑Hosted

/

Provision SES/SNS/Route53 with Terraform and host yourself.

  • Infrastructure as code (Terraform)
  • Route53/Cloudflare integration
  • Convex + Next.js integration

Managed Cloud (Soon)
Most Popular

Waitlist/

Fully managed FluxoMail with SLA and compliance tooling.

  • Managed SES configuration
  • Deliverability insights
  • Enterprise support

Community

We're grateful for the amazing open-source community that helps make our project better every day.

A
B
C
D
E

Build reliable, compliant email with FluxoMail.