

How I built ThreadCrunch — solo, on Cloudflare's stack
ThreadCrunch is a solo build. Here's the stack and the interesting decisions along the way. The stack: - Cloudflare Email Workers — receive inbound email at custom addresses - Cloudflare Workers — API and all business logic (TypeScript) - Cloudflare D1 — SQLite database - Cloudflare Pages — Vue 3 + Tailwind CSS frontend - Stripe — subscriptions + metered billing for AI analysis - Resend —...
How ThreadCrunch works — from forwarded email to shareable link
ThreadCrunch turns email threads into clean, readable URLs. Here's the full flow: Sharing a thread: 1. Forward any email thread to share@threadcrunch.io 2. Our email worker receives it, parses the MIME, and splits it into individual messages 3. You get an email back with a clean URL — share it with anyone AI analysis: 1. Forward to process@threadcrunch.io instead 2. Same parsing, but then the...
