Introducing ResolveHQ: A Self-Hostable Cloudflare-Native Helpdesk
ResolveHQ is a lightweight, open-source helpdesk designed for small support teams to manage customer tickets and knowledge bases while maintaining full control over their data. By leveraging the Cloudflare ecosystem, it provides a scalable, cost-effective solution that can run on a free plan for small deployments. The system integrates email routing, durable storage, and AI assistance to streamline support workflows. It aims to replace complex enterprise tools with a simple, self-hosted alternative.
key points
The platform utilizes Cloudflare Workers, D1, R2, and Queues to handle everything from the REST API and database to file attachments and mail jobs. This architecture ensures high performance and minimal infrastructure overhead for the operator.
Support teams get a full-featured inbox with tenant isolation, shared ticket management, and an integrated knowledge base for public help centers. Advanced features include AI-drafted responses, rule-based automation, and a responsive three-pane interface.
Privacy and data management are prioritized through granular AI controls, GDP-compliant data export/erasure workflows, and customizable ticket retention policies to permanently delete old records.
community discussion
6 Mixed[consensus]
Commenters generally agree that the project lacks essential visual documentation, specifically screenshots and a demo site, which hinders user adoption. There is a positive reception to the technical stack using Cloudflare Workers, though some debate exists regarding the necessity of third-party email services. The overall sentiment is constructive, focusing on improving the project's presentation and accessibility.
top insight
Implementing ticket IDs in plus-addresses for Reply-To headers solves the problem of email providers rewriting Message-IDs in transit, which typically breaks threading. This approach ensures that inbound email threads remain intact even when headers are modified. It provides a practical technical solution for developers building custom support infrastructure.