Threadcrunch.io – Forward an email thread, get a clean shareable URL
RFC 3676 thread parsing handles Gmail/Outlook quirks; solves a real sharing friction point.

Polished UI for a problem DocuSign and Google Forms already solve separately.
Project managers and operations teams
DocuSign · Typeform · Trello
Technical bits that might interest anyone reading (and interested me): • Built on Next.js 14, Supabase, Prisma, Clerk • Two-way thread model with rounds owner can request additional information after initial submission so one link keeps hold of all the ongoing conversation. • Field types include file upload, signature, booking, payment, availability polling, document extraction via Claude API • I also built analytics in from day one because I genuinely want to understand how information moves between people. Which field types get abandoned. Where recipients drop off. How many nudges it takes before someone submits. I don't know yet what I'll do with all of it but I have a feeling the patterns will be interesting.
Interesting bit: Launched yesterday and the website kept crashing. I found a setInterval delay of 25 * 24 * 60 * 60 * 1000ms in production. That's 2,160,000,000ms and exceeds int32 max. Browser clamped it to 1ms. Was firing hundreds of requests per second and taking the site down. Took me 5 hours to find and apparently just one line to fix
Still early. Rough edges. Would love feedback on whether the concept is clear and where the experience breaks. You can create a request without signing up at onerequest.app
RFC 3676 thread parsing handles Gmail/Outlook quirks; solves a real sharing friction point.
CC-based workflow avoids inbox scanning, but another AI email wrapper in a crowded market.
Cleaner Craigslist missed connections, but dating apps already solved this problem.
Cross-provider agent memory is clever, but LLM context windows keep growing and RAG is already standard.
Persistent alarms that don't disappear like standard notifications — simple but effective.
Turns messy X threads into clean Markdown for LLMs better than generic scrapers.