Project ideas from Hacker News discussions.

Why we're moving off Cloudflare Durable Objects

📝 Discussion Summary (Click to expand)

Three prevalent themes from the discussion

Theme Supporting quote
Distrust of Fly.io’s reliability "What we built > Each organization gets one host process (Bun) on Fly Machines for all its containers. Well that is an instant nope from me. Fly.io's uptime/availability isn't something I trust and I am not alone." — zuzululu
Interest in extending Wire’s functionality to other document types "Took me a bit to understand what Wire does, but then it clicked. ... we’ve built something similar at a smaller scale inside R2, though right now it’s only for .md files." — chandureddyvari
Potential of agents or scripts for advanced retrieval "I can see this becoming much more useful once the docs get heavier: large PDFs, XLSX files, images, etc. ... But I think agents are smart enough to write scripts to retrieve what they want if we run them on a sandbox." — chandureddyvari

These points capture the main concerns and excitement expressed by participants.


🚀 Project Ideas

Generating project ideas…

EdgeCompute.sh

Summary

  • Provides a globally distributed, per‑organization edge host that persists across multiple containers, addressing the unreliability of Fly.io host processes.
  • Core value: Trustworthy, low‑latency execution environment for side projects and small teams.

Details

Key Value
Target Audience Hobbyist developers, small SaaS founders, open‑source maintainers
Core Feature Persistent edge identity that can spawn and manage multiple isolated containers with auto‑health checks
Tech Stack Cloudflare Workers, Durable Objects, Bun runtime, Redis for state
Difficulty Medium
Monetization Revenue-ready: Subscription $9/mo per organization

Notes

  • HN comment: “Fly.io's uptime/availability isn't something I trust and I am not alone.”
  • Addresses the need for a more reliable host process, likely to spark discussion about alternatives to Fly.io.

DocuSandbox AI

Summary

  • Automated multi‑format document ingestion, embedding generation, and sandboxed query execution for AI agents.
  • Core value: Turn any PDF, XLSX, or image into a searchable, AI‑ready knowledge base.

Details

Key Value
Target Audience Researchers, content creators, product teams, AI developers
Core Feature Ingest diverse files, create vector embeddings, enable sandboxed retrieval scripts via AI agents
Tech Stack Python, LangChain, ChromaDB, Playwright sandbox, FastAPI
Difficulty Medium
Monetization Hobby

Notes

  • Reference to building similar tools inside R2 for .md files and expanding to larger docs.
  • Potential to attract discussion on AI‑augmented document search and practical utility for knowledge management.

PerOrgEdgeRunner

Summary

  • A single persistent edge namespace that can host multiple isolated sandboxes (containers) for one organization, solving the “one host process per org” limitation.
  • Core value: Simplify deployment by attaching many workloads to one reliable edge identity.

Details

Key Value
Target Audience DevOps hobbyists, small SaaS operators, open‑source project maintainers
Core Feature Create a shared edge identity; spin up multiple container sandboxes under it with auto‑scaling and health monitoring
Tech Stack Cloudflare Workers + Durable Objects, underlying Docker, Redis for coordination
Difficulty High
Monetization Revenue-ready: Tiered SaaS $15/mo per namespace

Notes

  • Directly responds to the pain point of needing multiple host processes and the desire for a more stable global compute primitive.
  • Likely to generate discussion around edge‑runtime architecture and practical adoption for side projects.

Read Later