POST /emails
GET /emails
Lighthouse: 100
Zero JS bloat
await fetch()
Performance++

Email Collection, Zero Bloat

The developer-first email collection service that doesn't tank your Lighthouse scores. Clean APIs, no third-party JavaScript, maximum performance.

View API Docs
100
Lighthouse Score
0kb
JavaScript Bloat
2
Simple Endpoints

Built for Developers Who Care About Performance

Zero Third-Party JS

Unlike MailChimp, MailerLite, and ConvertKit, we don't embed any external JavaScript. Your site stays fast, your Lighthouse scores stay perfect.

🚀

Lightning Fast APIs

Two simple endpoints: POST to collect emails, GET to retrieve them. Built for speed with modern infrastructure that developers actually want to use.

🔧

Developer Experience First

Clean REST APIs, comprehensive documentation, and none of the marketing fluff. Built by engineers, for engineers who value clean code.

📊

Performance Metrics

Monitor your collection rates without sacrificing site performance. Get the insights you need without the JavaScript overhead.

💎

Generous API Limits

With a free account, enjoy reasonable campaign and email limits.

No Branding

You won't be forced to embed our branding.

Simple, Clean API

Two endpoints. That's it. No complicated SDKs, no widget builders, no performance nightmares.

📥 Collect Emails

curl -X POST \
  https://email.collection.email/api/v1/emails/2 \
  -H "Content-Type: application/json" \
  -d '{"email": {"name": "example@email.com"}}' 
            

📤 Retrieve Emails

curl -X GET \
  https://email.collection.email/api/v1/emails/2 \
  -H 'Authorization: Bearer YOUR_API_KEY'