Project ideas from Hacker News discussions.

We’re making Bunny DNS free

📝 Discussion Summary (Click to expand)

4 Dominant Themes in the Discussion

Theme Supporting Quote
1. Mandatory $1/month minimum spend As with all bunny.net services, accounts using the platform are subject to our standard $1/month minimum spend.” — khurs
2. “Free DNS” marketed as free but actually costly There seems to be a $1 minimum charge on all accounts, regardless of whether or not you use them.” — phlsa
3. EU positioning & competition with Cloudflare I’m not choosing BunnyNet because it’s European, I’m choosing it because it’s a good company that is providing a good service.” — dizhn
4. Technical perception of Bunny DNS (authoritative, scriptable) Its an authoritative DNS service, so it can host your domains.” — farfatched

These four themes capture the core of the community’s reactions: the unavoidable $1 fee, the perception that “free” DNS is misleading, the appeal of a European alternative to Cloudflare, and the technical view of Bunny DNS as a genuine authoritative service.


🚀 Project Ideas

Free DNS Guardian

Summary

  • Service that monitors DNS query usage and balance, sending proactive alerts before hitting the $1 minimum spend.
  • Core value: Prevent surprise charges and negative‑balance incidents for Bunny DNS users.

Details

Key Value
Target Audience Hobbyist developers, indie site owners, small businesses using Bunny DNS
Core Feature Real‑time usage dashboard with configurable email/SMS alerts when projected spend exceeds free allowance
Tech Stack Backend: Node.js + PostgreSQL; Frontend: React; Integration via Bunny API; Deployable on Railway
Difficulty Medium
Monetization Revenue-ready: Freemium (basic alerts free, premium alert channels $5/mo)

Notes

  • Directly addresses complaints about unexpected $1 minimum and negative balances, a frequent frustration in the HN thread.
  • Can integrate with existing DNS management workflow, encouraging users to stay on Bunny while feeling safe.
  • Potential to attract users who otherwise migrate to Cloudflare for clearer billing.

Scoped DNS API Keys

Summary

  • Platform that issues API keys with granular scopes (e.g., zone read/write, record updates only) to mitigate risk of key leakage.
  • Core value: Fine‑grained security for automation pipelines, enabling safe CI/CD deployments without exposing full credentials.

Details

Key Value
Target Audience DevOps engineers, CI/CD pipelines, indie hackers building automated DNS workflows
Core Feature API key generator with selectable scopes and expiration; UI + SDK for popular languages
Tech Stack Backend: Go (gRPC); Auth: OIDC; Storage: MongoDB; Frontend: Vue; Deploy: Docker Hub
Difficulty High
Monetization Revenue-ready: Enterprise tier $15/mo per 1,000 scoped keys, hobby free limited to 5 keys

Notes

  • Users expressed security concerns about over‑scoped keys that could affect other services if leaked.
  • Adds a differentiator for Bunny compared to Cloudflare, which already offers scopes.
  • Could be marketed as a security‑first DNS provider, appealing to privacy‑focused EU audience.

One‑Click Static Site Deploy CLI

Summary

  • CLI tool and GitHub Action template that auto‑deploy static sites to Bunny CDN with zero‑config zone setup and automatic cache purge.
  • Solves friction for indie developers who want simple static publishing but are overwhelmed by manual DNS/zone imports.

Details

Key Value
Target Audience Indie bloggers, open‑source project maintainers, hobbyist website creators
Core Feature bunnyup command that reads a repo, creates/updates a pull zone, pushes site files, and invalidates cache; integrates with GitHub Actions
Tech Stack CLI in Rust; GitHub Action via Node; API calls to Bunny DNS/CDN; Deploy via Vercel or Railway
Difficulty Low
Monetization Hobby (free) – encourages adoption; premium hosted version $9/mo for private repos & SLA

Notes

  • Crowd commented about “moving everything to Bunny” and desire for easy deployment.
  • A simple CLI reduces perceived complexity and aligns with users wanting “one‑command deployments”.
  • Could drive traffic to Bunny’s ecosystem, potentially upselling to paid CDN features.

Transparent Pay‑As‑You‑Go DNS Marketplace

Summary

  • Marketplace that offers a truly free DNS tier with no mandatory $1 minimum, using a usage‑based credit system that auto‑suspends on zero balance and displays clear caps.
  • Addresses the marketing confusion around “free DNS” that actually requires a $1 minimum spend.

Details

Key Value
Target Audience Budget‑conscious developers, open‑source projects, students
Core Feature Credits allocated per query (e.g., 10k free queries/mo), auto‑suspend on zero balance, optional prepaid top‑up with transparent UI
Tech Stack Backend: Python Flask; Database: SQLite; Frontend: SvelteKit; Deploy: Cloudflare Workers
Difficulty Medium
Monetization Revenue-ready: Pay‑as‑you‑go $0.001 per 1k queries after free quota, plus optional $5/mo “priority” tier

Notes

  • Directly resolves the “misleading free DNS” criticism from multiple commenters.
  • Could attract users hesitant to enroll because of the $1 minimum spend requirement.
  • Positions Bunny as the most transparent DNS provider for low‑volume use cases.

Read Later