Earlier quoted context omitted.
Yeah GitHub repos need screenshots.
Just have Codex or whatever take the screenshots and post them to the repo. Easy peasy.
Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
11–20 of 37 posts
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#12Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#13Can it kill Jira? That’s all I ask :(
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#14nice 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 turne…
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#15I 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 t…
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#16nice 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 turne…
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#17Can it kill Jira? That’s all I ask :(
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#18I 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 t…
Helpdesk is easy to build!
Re: Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues
#19For example, Google Apps Script trigger Claude Code routine to investigate issue, and draft email ahead of me looking at it. If I do not like draft, I get back to Claude session to fix draft, and make PR to fix prompt for next time.
Curious, why did you choose OpenAI over CloudFlare AI (harness etc.)?