ZeroDrop — Instant Temporary Email Inboxes for Developers<br>EMAIL TESTING INFRASTRUCTURE<br>generating...COPY<br>Verify signups, password resets and auth flows from code · No signup · No Docker<br>Need a custom domain? →
INBOX
email delivery via SSE
30 min<br>auto-delete TTL
Docker containers
parallel inboxes
SDK · FOR DEVELOPERS AND AI AGENTS
test/auth.spec.tsCOPY<br>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
.github/workflows/ci.ymlCOPY<br>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 }}✓ No Docker · No SMTP · No configMarketplace ↗
HOW IT WORKS<br>01Cloudflare catches every email at the edge<br>02Worker parses it, runs Llama 3.1 spam filter<br>03Stored in Redis with 30-min TTL — auto-deleted · Zero cross-test contamination<br>04Dashboard polls every 3s · SDK uses SSE for sub-second delivery in CI<br>05Zero telemetry — we don't track your pipeline, project, or environment
USE CASES<br>🧑💻<br>E2E Testing<br>Test email flows in Playwright and Cypress without mocking or Docker.
🤖<br>AI Agents<br>Give Cursor, Claude Code and autonomous agents a way to verify real email delivery.
🚀<br>CI/CD<br>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<br>Cloudflare Email RoutingCloudflare WorkersLlama 3.1Upstash RedisNext.jsVercel<br>WORKSPACES — FOUNDING RATE<br>Custom domain · Team seats · Webhooks · 7-day retention · Built for teams and AI workflows · $19/mo
CLAIM FOUNDING SPOT →
Using Cursor, GitHub Copilot, or Claude Code?<br>Add the ZeroDrop context file — your AI will write email tests automatically.
GET THE SNIPPET →LLM context →