



























< 1s
email delivery via SSE
SDK · FOR DEVELOPERS AND AI AGENTS
1import { ZeroDrop } from 'zerodrop-client';23const mail = new ZeroDrop();4const inbox = mail.generateInbox();56const email = await mail.waitForLatest(inbox, { timeout: 10000 });78email.otp // "123456" — auto-extracted9email.magicLink // "https://..." — no regex needed
$ npm install zerodrop-clientnpm ↗
GITHUB ACTION · NATIVE CI INTEGRATION
1- name: Generate test inbox2 id: inbox3 uses: zerodrop-dev/create-inbox@v145- name: Run Playwright tests6 run: npx playwright test7 env:8 TEST_INBOX: ${{ steps.inbox.outputs.inbox }}
HOW IT WORKS
01Cloudflare catches every email at the edge
02Worker parses it, runs Llama 3.1 spam filter
03Stored in Redis with 30-min TTL — auto-deleted · Zero cross-test contamination
04Dashboard polls every 3s · SDK uses SSE for sub-second delivery in CI
05Zero telemetry — we don't track your pipeline, project, or environment
USE CASES
🧑💻
E2E Testing
Test email flows in Playwright and Cypress without mocking or Docker.
🤖
AI Agents
Give Cursor, Claude Code and autonomous agents a way to verify real email delivery.
🚀
CI/CD
Run deterministic auth tests on every deployment. No infrastructure required.
AI can build authentication flows. It still can't reliably verify email delivery without infrastructure. ZeroDrop is the missing layer.
Used by developers across Europe, North America and Asia
Cloudflare Email RoutingCloudflare WorkersLlama 3.1Upstash RedisNext.jsVercel
WORKSPACES — FOUNDING RATE
Custom domain · Team seats · Webhooks · 7-day retention · Built for teams and AI workflows · $19/mo
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。