The developer-first email collection service that doesn't tank your Lighthouse scores. Clean APIs, no third-party JavaScript, maximum performance.
Unlike MailChimp, MailerLite, and ConvertKit, we don't embed any external JavaScript. Your site stays fast, your Lighthouse scores stay perfect.
Two simple endpoints: POST to collect emails, GET to retrieve them. Built for speed with modern infrastructure that developers actually want to use.
Clean REST APIs, comprehensive documentation, and none of the marketing fluff. Built by engineers, for engineers who value clean code.
Monitor your collection rates without sacrificing site performance. Get the insights you need without the JavaScript overhead.
With a free account, enjoy reasonable campaign and email limits.
You won't be forced to embed our branding.
Two endpoints. That's it. No complicated SDKs, no widget builders, no performance nightmares.
curl -X POST \ https://email.collection.email/api/v1/emails/2 \ -H "Content-Type: application/json" \ -d '{"email": {"name": "example@email.com"}}'
curl -X GET \ https://email.collection.email/api/v1/emails/2 \ -H 'Authorization: Bearer YOUR_API_KEY'