Project ideas from Hacker News discussions.

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

📝 Discussion Summary (Click to expand)

Theme 1 – Cloudflare Workers & email‑native services enable quick, cheap inbox solutions
- “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 … I think workers are underrated!” – gepeake
- “You don’t need resend anymore, email is CF native.” – aetherspawn

Theme 2 – Request for better visual documentation (screenshots) in GitHub repos
- “Could you include some screenshots in the README of the functionalities? that would go a long way!” – orliesaurus
- “Yeah GitHub repos need screenshots.” – aetherspawn

Theme 3 – Frustration with costly support/ticketing tools and interest in self‑hosted/affordable alternatives
- “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.” – robgough
- “I've just spent the last 6+ months building stayupfront.com … largely around the customer's portal experience (changelog, roadmap, etc.) and includes monitoring & incident management … Would certainly love to speak to others in this space …” – robgough
- (light‑hearted) “Can it kill Jira? That’s all I ask :(” – roflchoppa (reflecting the same desire to replace heavyweight ticketing systems)


🚀 Project Ideas

Generating project ideas…

ReadmeShot

Summary

  • Generates high‑quality screenshots of markdown renderings or live UI to embed directly in README files, eliminating the manual screenshot hunt.
  • Core value proposition: one‑click, automated visual documentation that keeps READMEs fresh and appealing.

Details

Key Value
Target Audience Open‑source maintainers, developer advocates, documentation writers
Core Feature CLI/GitHub Action that takes a markdown file or URL, renders it with Puppeteer/Playwright, and outputs a PNG/JPEG ready for README insertion
Tech Stack Node.js, Puppeteer/Playwright, GitHub Actions (optional Cloudflare Workers for serverless rendering)
Difficulty Medium
Monetization Hobby

Notes

  • HN users complained about missing screenshots: “Could you include some screenshots in the README of the functionalities? that would go a long way!” – orliesaurus
  • Encourages richer documentation, likely to drive more stars and easier onboarding for new contributors.

CF SupportDesk

Summary

  • A self‑hosted email‑based ticketing platform built on Cloudflare Workers’ native email handling, with integrated changelog, roadmap, and incident monitoring.
  • Core value proposition: all‑in‑one support hub that avoids costly SaaS while giving founders full control and low latency.

Details

Key Value
Target Audience Indie founders, small SaaS teams, developers wanting to replace Zendesk/Jira Service Desk
Core Feature Email‑to‑ticket conversion, knowledge base, public changelog/roadmap portal, real‑time incident alerts, all powered by Cloudflare Workers
Tech Stack Cloudflare Workers (email routing, Durable Objects/KV for storage), React + Tailwind for frontend (hosted on Workers Sites), optional Resend for SMTP fallback
Difficulty High
Monetization Revenue-ready: subscription tiered by monthly ticket volume and storage (e.g., free up to 500 tickets, $9/mo for 5k tickets)

Notes

  • Rob Gough expressed desire for a self‑hosted support infra: “I get the temptation to self-host your support platform… I've just spent the last 6+ months building stayupfront.com… includes monitoring & incident management…”. This idea directly addresses that gap.
  • Provides a discussion‑worthy alternative to expensive support suites, with potential to attract HN founders looking for affordable, extensible tools.

TaskFlow Lite

Summary

  • Ultra‑lightweight Kanban issue tracker that lets teams create and comment on issues via email, with a simple web board, aiming to “kill Jira” for small teams.
  • Core value proposition: minimal friction issue tracking that leverages email natives and serverless storage, reducing overhead and cost.

Details

Key Value
Target Audience Startup product teams, dev groups frustrated with Jira’s heaviness
Core Feature Email‑driven issue creation/comments, drag‑and‑drop Kanban board, basic search and filters, real‑time updates via WebSockets
Tech Stack Cloudflare Workers (API), KV for issue data, Durable Objects for real‑time sync, React + Tailwind UI
Difficulty Medium
Monetization Revenue-ready: freemium (free unlimited boards, paid for custom fields, integrations, and priority support)

Notes

  • roflchoppa’s plea: “Can it kill Jira? That’s all I ask :(” shows a clear appetite for a simpler tracker.
  • By integrating email (CF native) and offering a clean UI, it satisfies the desire for a low‑maintenance Jira replacement while leaving room for HN discussion on feature trade‑offs.

Read Later