💻 BUILT FOR DEVELOPERS

Git for Email

Email infrastructure that works like your code. Push to deploy. Config as code. Real-time dashboard. Zero learning curve.

Git-Like CLI
Config as Code
CMD+K Dashboard
Real-Time Updates

What Developers Use mailiam For

One platform, unlimited possibilities. From system emails to customer forms — you get it all.

Plus: Domain forwarding, SRS magic for replies, AI agent integration — all in one platform.

CLI-First Developer Experience

Email Infrastructure
That Works Like Your Code

The only email service with a Git-like workflow. Push configuration changes, version control your email infrastructure, and deploy in seconds.

terminal

Git-Like Workflow

mailiam push deploys configuration just like git push. Version control your email infrastructure alongside your code.

3-Command Setup

mailiam initmailiam pushlive. From zero to production in under 30 seconds.

Helpful Error Messages

Every error message tells you exactly what went wrong AND how to fix it. No more guessing, no more cryptic errors.

Real-Time Feedback

Progress indicators, spinners, and instant validation. Always know what's happening, never left wondering.

If You Know Git, You Already Know mailiam

Your Code

$ git init
# Initialize repository
$ git push
# Deploy changes
$ git pull
# Sync latest

Your Email

$ mailiam init
# Initialize configuration
$ mailiam push
# Deploy changes
$ mailiam pull
# Sync latest

Same workflow. Same mental model. Zero learning curve.

✨ The Most Delightful Dashboard

A Dashboard That Will
Make You Smile

The first email dashboard with CMD+K, real-time streaming updates, and Vim-style shortcuts. So fast, you'll think it's broken.

⌘K

Command Palette

Fuzzy search for everything. Navigate the entire dashboard without touching your mouse.

  • Sub-50ms response time
  • Keyboard-first design
  • Context-aware commands

Real-Time Streaming

Watch your metrics update live. SSE streaming means zero page refreshes, ever.

  • Live usage counters
  • Auto-reconnection
  • Smooth animations
GD

Vim-Style Shortcuts

Power users rejoice. Navigate like you're in Vim with G O, G D, G U shortcuts.

  • G O Go to Overview
  • G D Go to Domains
  • G U Go to Usage

Other Dashboards vs. mailiam

❌ Other Dashboards

  • Click, click, scroll forever
  • Reload page to see updates
  • Mouse required for everything

✓ mailiam Dashboard

  • CMD+K, type, done
  • Real-time streaming updates
  • Keyboard-first, mouse optional

The dashboard developers will text their friends about.

Simple, Powerful SDK

TypeScript SDK with zero dependencies and everything you need

send-email.ts
import { mailiam } from '@mailiam/node';

const client = new mailiam({
  apiKey: process.env.MAILIAM_API_KEY
});

await client.emails.send({
  from: 'hello@myapp.com',
  to: 'customer@example.com',
  subject: 'Welcome!',
  html: '<h1>Welcome aboard</h1>'
});

Automatic Retries

Exponential backoff for transient failures

Rate Limit Handling

Smart queueing when you hit limits

Full TypeScript Support

Complete type safety and autocomplete

Zero Dependencies

Lightweight, no bloat, fast installs

View SDK Documentation

Email Infrastructure You'll Actually Enjoy Using

Git-like workflow. Real-time dashboard. Delightful DX. Start building in 30 seconds.

Free forever plan • No credit card required • CLI, SDK, and dashboard included