Project ideas from Hacker News discussions.

I am building a cloud

📝 Discussion Summary (Click to expand)

1. Cloudpricing is detached from true cost

“Cloud vendor pricing often isn’t based on cost.” — stingraycharles

2. Bare‑metal performance beats cloud I/O at a fraction of the price

“Using fio … Hetzner: ~3900 IOPS, ~15.3 MB/s, latency ≈ 2.1 ms; DO: same IOPS, latency ≈ 18 ms (99.9th pct) …” — torginus

3. Simplicity: a single VM or Docker‑compose is often all you need

“i just use Hetzner.” — faangguyindia

4. Over‑engineered orchestration (Kubernetes) adds unnecessary complexity for small‑scale workloads

“Then before you know it, the devops folks have decided that they need to put a gazillion other services and an entire software‑defined networking layer on top of it.” — dajonker

5. LLMs/Agents make self‑hosted tooling accessible

“Yes and an LLM checks it as well. I am yet to find a sysadmin task that an LLM couldn't solve neatly.” — windex

6. Funding & business‑model context shapes how the project is viewed > “One VC (well, two) understood it. Despite what you hear, there is a lot of variation.” — crawshaw


🚀 Project Ideas

NexusEdge

Summary

  • Aggregates spare dedicated‑server capacity from multiple providers into a single, easy‑to‑use API that offers predictable, low‑cost compute and egress pricing. - Eliminates hidden cloud pricing injustices (e.g., “cloud pricing often isn't based on cost”) by exposing transparent bandwidth and IOPS rates.

Details

Key Value
Target Audience Developers and small teams seeking affordable, high‑performance compute without vendor lock‑in
Core Feature Pay‑as‑you‑go access to pooled bare‑metal resources with transparent bandwidth pricing
Tech Stack Node.js backend, PostgreSQL, Docker, Terraform, Cloudflare Workers
Difficulty Medium
Monetization Revenue-ready: Tiered subscription (e.g., $5/mo base + $0.01/GB egress)

Notes

  • “cloud pricing often isn’t based on cost” – HN commenters recognize the exploit.
  • Potential for wide discussion on fair pricing and a practical alternative to hyperscalers.

BlockVault

Summary- Delivers low‑cost, high‑performance block storage with instant snapshots and PIT (point‑in‑time) recovery via an S3‑compatible API.

  • Solves the “petabyte of block storage is a poor abstraction” problem highlighted by the community.

Details

Key Value
Target Audience DevOps, database engineers, and SaaS founders needing cheap, reliable block storage
Core Feature NVMe‑backed storage with snapshot/PIT API and durability guarantees
Tech Stack Rust microservice, gRPC API, Ceph‑like backend, Kubernetes for orchestration
Difficulty High
Monetization Revenue-ready: Pay‑per‑GB‑month ($0.02/GB)

Notes

  • “Even using EBS or similar snapshots is far from being an amazing experience” – quoted by HN.
  • Addresses the need for a better storage primitive that avoids the cost traps of major clouds.

AgentShift

Summary

  • Provides a managed pool of isolated VMs for running persistent background agents, with identity‑based networking (Tailscale‑style) and auto‑scaling.
  • Eliminates the “complexity of k8s for tiny workloads” and the “expensive egress” pain points raised in the discussion.

Details

Key Value
Target Audience AI researchers, automation engineers, and hobbyist developers building always‑on agents
Core Feature Managed VM pool with identity‑based networking and auto‑scaling of agent processes
Tech Stack Go, Tailscale API, Nomad, PostgreSQL
Difficulty Medium
Monetization Revenue-ready: Subscription per active agent ($3/mo)

Notes

  • “I love Hetzner so much… I’m a really happy customer” – reflects demand for reliable, low‑cost compute for agents.
  • Offers a clear utility for the growing “agent economy” discussed on HN.

SovereignCloudEU#Summary

  • EU‑only bare‑metal cloud that guarantees data residency and transparent pricing, directly addressing “Europe is already moving into the EU cloud” concerns.
  • Provides a sovereign alternative to US‑centric hyperscalers, reducing exposure to CLOUD Act risks.

Details

Key Value
Target Audience European startups, regulated industries, and privacy‑focused developers
Core Feature Regional data centers with local peering and no cross‑border data retention
Tech Stack OpenStack, Terraform, PostgreSQL, Nginx
Difficulty High
Monetization Revenue-ready: Flat‑rate instance pricing (e.g., €8/mo)

Notes

  • “Europe is already moving into the EU cloud… partner companies” – aligns with HN sentiment on sovereign clouds.
  • Positions itself as a practical solution for teams that need compliance without sacrificing performance.

ZeroOpsDeploy

Summary

  • One‑click deployment platform that provisions VMs on any provider using declarative specs and Tailscale identity, removing the need for k8s‑level complexity. - Gives developers a “Heroku‑like” experience while retaining control over where the VM runs.

Details

Key Value
Target Audience Solo developers and small teams who want Heroku‑style simplicity without vendor lock‑in
Core Feature Template‑driven VM/container spin‑up with automatic TLS and monitoring
Tech Stack Python Flask, SQLite, Terraform Cloud, Prometheus
Difficulty Low
Monetization Hobby

Notes- “That must be worst website ever made” – the founder’s confidence resonates with HN’s appreciation for bold, self‑aware projects.

  • Potential to spark discussion on simplifying cloud deployment for non‑enterprise users.

BandwidthBroker

Summary

  • Marketplace that aggregates user‑owned bandwidth to provide cheap egress for cloud workloads, directly tackling the “10× what you pay racking a server” complaint.
  • Enables cost‑conscious SaaS founders to pay only for actual saved bandwidth.

Details

Key Value
Target Audience Cost‑conscious SaaS founders and edge‑compute operators
Core Feature Dynamic routing of traffic through participant nodes, billed per MB
Tech Stack Go, DHT networking, Redis, Docker
Difficulty Medium
Monetization Revenue-ready: Usage‑based fee (0.5% of saved bandwidth)

Notes

  • “The standard price for a GB of egress from a cloud provider is 10x what you pay racking a server” – a direct quote from HN that validates the problem. - Offers a practical, community‑driven remedy that could disrupt traditional egress pricing models.

Read Later