Back to browse
Threadcrunch.io – Forward an email thread, get a clean shareable URL

Threadcrunch.io – Forward an email thread, get a clean shareable URL

by agrath·Mar 5, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItCozy

RFC 3676 thread parsing handles Gmail/Outlook quirks; solves a real sharing friction point.

Strengths
  • Custom MIME parser handles real email formatting chaos (Gmail/Outlook/webmail nested quotes)
  • Clever opt-in UX: forward and signup link arrives in reply, reducing friction to trial
  • Both structured outputs (.md, .json) plus human-readable URL makes it useful for docs and agents
Weaknesses
  • Core problem (sharing email context) has partial solutions: native reply-all, Slack threading, Notion clips
  • $5/month SaaS with $0.20/thread AI—positioning unclear between free sharing and paid analysis
Category
Target Audience

Sales, support, and collaboration teams who frequently share email contexts

Similar To

Email forwarding to Slack integrations · Notion Web Clipper · Slack email app

Post Description

I built ThreadCrunch to solve a problem I kept hitting: needing to share an email thread with someone outside the conversation. Screenshots are ugly, copy-paste loses context, and forwarding dumps a wall of nested quotes on the recipient.

Forward any thread to [email protected] and you get back a clean, readable URL. There's also process@ which runs AI analysis (tone, intent, action items, draft reply) for $0.20/thread.

You can sign up at the site, or just forward a thread — if you're not subscribed yet, the reply email includes a signup link and your threads get processed automatically once you are.

Tech stack: Cloudflare Workers + D1 (SQLite) + Email Workers for inbound, Vue 3 frontend on Pages, postal-mime for MIME parsing with a custom thread splitter that handles Outlook/Gmail/webmail formatting differences (RFC 3676 format=flowed was fun). AI analysis uses Claude Sonnet.

Every thread URL also has .md and .json endpoints if you want to pipe it into your own tooling.

Demo thread: https://threadcrunch.io/t/5qyi25qv Site: https://threadcrunch.io

$5/month, threads auto-delete after 7 days. Happy to answer questions about the Cloudflare Workers email pipeline or the thread parsing.

Similar Projects