Skip to content

Welcome to mailiam

Config-First Email Infrastructure - Forms, Forwarding, and Custom Domains. Deploy in 30 seconds with your domain.

📧 Email Forwarding

Route emails with custom rules. Catch-all forwarding (*@domain), plus addressing, and smart routing for your entire domain.

🌐 Custom Domains & Projects

Use YOUR domain everywhere. Professional project organization with custom templates, replies, and branding.

📝 Contact Forms

Lightning-fast contact forms with spam protection, collections for organization, and instant deployment.

⚡ Performance

Sub-100ms response times globally with 99.9% uptime and enterprise-grade reliability.

🔧 Developer Experience

Git-versioned config, full CLI, and infrastructure as code with mailiam.config.yaml.

🔒 Security

Enterprise-grade security with API keys, spam protection, rate limiting, and built-in honeypots.

Terminal window
# Install the CLI
npm install -g mailiam
# Instant form (no config needed)
mailiam form
# → Returns: https://api.mailiam.dev/f/abc123def
# Or create a project with your domain
mailiam init mysite.com
mailiam push
# → Your domain-based infrastructure is live!
  • SaaS Applications: Contact forms that match your branding
  • Portfolio Sites: Professional inquiry handling with replies
  • Landing Pages: Instant forms without backend setup
  • Email Migration: Move from Google Workspace without mail servers
  • Development Teams: Version-controlled email infrastructure
  • Agencies: Multi-client email management
mailiam.config.yaml
domains:
mysite.com:
forwarding:
"*@mysite.com": "me@gmail.com"
"support@mysite.com": ["team@company.com", "alerts@slack.com"]
forms:
contact:
template: "custom"
replies: true
projects:
marketing:
templates: "./templates/"
branding: "./brand.html"