Gareth Evans

Gareth Evans

Developer, entrepreneur, and owner
All activity
ThreadCrunch turns messy email threads into clean, readable URLs. Forward to share@threadcrunch.io → get a shareable link Forward to process@threadcrunch.io → get AI analysis (tone, intent, action items, draft reply) No extensions. No integrations. Just forward and go. Not subscribed? Just forward a thread — we'll email you a signup link and your threads get processed once you are. Works with Gmail, Outlook, Apple Mail, webmail — anything that can forward an email.
ThreadCrunch
ThreadCrunchForward any email thread, get a clean shareable link
Gareth Evansstarted a discussion

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 —...

Gareth Evansstarted a discussion

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...