Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
mirza_rizvi
48 points
14 comments
September 11, 2026
Related Discussions
Found 5 related stories in 70.1ms across 6,278 title embeddings via pgvector HNSW
- Show HN: Infrawrench – A tool to manage cloud and svcs with workflows and chat astrid__ · 19 pts · July 27, 2026 · 60% similar
- Show HN: Open-source Cloudflare deployed agent native task management and wiki tajd · 17 pts · July 28, 2026 · 60% similar
- Show HN: Somebodyhire.me btcalex · 15 pts · July 28, 2026 · 57% similar
- Show HN: Aura – a Rust agent that investigates and fixes production incidents jvogt · 20 pts · September 02, 2026 · 56% similar
- Show HN: Housecat.com – Gmail + durable workflows + sandbox VM nzoschke · 14 pts · July 22, 2026 · 54% similar
Discussion Highlights (7 comments)
gepeake
Just used a very similar stack to make my own mail client. Workers for routing, Resend for sending, uses a CF and Resend key to set up any inbox on any domain I want ~instantly so I can have inboxes for everything. Very cool, I think workers are underrated!
orliesaurus
Could you include some screenshots in the README of the functionalities? that would go a long way! thank you in advance!
roflchoppa
Can it kill Jira? That’s all I ask :(
robgough
I get the temptation to self-host your support platform, as the existing tooling out there can be quite expensive when you want to upgrade from just using an email inbox. If any founders find themselves reading this, and don't think it's the best idea to self-host your own support infra, I've just spent the last 6+ months building stayupfront.com which has, I think, quite reasonable pricing, and a few more features than this... largely around the customer's portal experience (changelog, roadmap, etc.) and includes monitoring & incident management which I think should all be ran from the same surface. I've only just soft-launched, so still have founding pricing on there. Would certainly love to speak to others in this space too, as I was surprised how neglected an area it seemed to be when I was trying to find a replacement for jira service desk for a company I was working with at the beginning of this year.
sfraxo
nice stack. one question from someone who just built one of these: how do you handle inbound email threading? in my case the provider (SES) rewrites the Message-ID in transit, so In-Reply-To/References matching silently breaks. I ended up putting the ticket id in a plus address on the Reply-To, the envelope survives even when the headers don't. also curious how you handle webhook redeliveries, for me duplicates turned out to be the normal case, not the rare one.
14u2c
It may be very nice, but with no screenshots and no demo site you're going to have trouble getting people to try it out.
kushalpandya
I built something similar, but for in-app Issue Reporting, as my macOS app needed a way for users to file bugs without having to create an issue in GitHub https://github.com/kushalpandya/Sluice