Project ideas from Hacker News discussions.

Wi-Fi 8 is the first wireless upgrade in years that isn't chasing speed

📝 Discussion Summary (Click to expand)

1️⃣ Unit‑confusion (bits vs bytes)

  • "You used the wrong units there. Should be Mbps and Gbps."trvz
  • "I did not use the wrong units, I converted them. The speeds available in my area currently max out at 1.2Gbps which is 150 MBps."LoganDark
  • The widely‑accepted convention is to use bits for line speeds. When converting to bytes, use "b/s" (e.g., 150 MB/s) to avoid ambiguity. — gib444

2️⃣ Value of higher speeds for actual tasks

  • "It's nice to have the fastest Wi‑Fi possible even if your upstream internet is slower. Sometimes you want to transfer files locally between devices, or run backups etc. Faster Wi‑Fi here can make a huge difference to those tasks."Reason077
  • "You can still make use of more. Local video streaming from your PC to tv, file transfers between nearby devices etc."Gigachad

3️⃣ Real‑world limits: coverage, latency, and roaming

  • "Having a AP in every room can be a significant boost if the walls impede the signal a lot. In fact we have one wall which is especially bad. Stand in front of it or next to it and reception from the front of the house is decent. Take one step back behind the wall and signal drops to less than 10%."spockz
  • "My only scepticism is how much of this survives real consumer hardware. Wi‑Fi 6 had things like OFDMA that sounded great on paper, but support/implementation was pretty uneven."Anonymous comment

These three themes capture the most common viewpoints in the discussion.


🚀 Project Ideas

Generating project ideas…

Bandwidth Clarity Dashboard

Summary

  • A browser extension + CLI that automatically detects internet speed test results and displays them in both bits‑per‑second and bytes‑per‑second, preventing unit confusion.
  • Provides a real‑time widget for ISP portals and router UIs, flagging inaccurate “Mbps” vs “MBps” labels.

Details

Key Value
Target Audience Home users, tech‑savvy HN readers who frequently misinterpret bandwidth numbers
Core Feature Dual‑unit display and conversion, error‑highlighting of misleading labels
Tech Stack JavaScript/TypeScript (browser extension), Node.js CLI, Rust for conversion logic
Difficulty Low
Monetization Revenue-ready: Freemium with premium analytics $4.99/mo

Notes

  • HN commenters repeatedly complained about “150MBps vs 1.2Gbps” confusion; a tool that auto‑converts would directly address their frustration.
  • Could be packaged as a lightweight widget for router admin pages, increasing adoption among non‑technical users.

Smart Roaming Orchestrator

Summary

  • Open‑source agent that monitors per‑AP signal quality and client RSSI, then triggers seamless hand‑off to the best AP, eliminating the “sticky client” problem described in the thread.
  • Offers a simple UI for home and small‑office users to prioritize low‑latency tasks (gaming, local streaming).

Details

Key Value
Target Audience Home users with multi‑AP mesh, small office networks, gamers, streamers
Core Feature Real‑time roaming decision engine with configurable thresholds and priority queues
Tech Stack Python backend, React frontend, integrates via REST with UniFi, TP‑Link, OpenWrt APIs
Difficulty Medium
Monetization Revenue-ready: One‑time license $79 for advanced features, free core version

Notes

  • Commenters like “WhyNotHugo” and “Razengan” highlighted the need for reliable roaming; this tool would turn that into a sellable service.
  • Could be bundled with a hardware kit (e.g., a small Raspberry Pi gateway) for plug‑and‑play deployment.

DECT‑Gateway IoT Platform

Summary

  • A SaaS that provisions and manages DECT‑NR+ devices for low‑bandwidth, high‑reliability telemetry in warehouses or factories, bridging DECT to standard LAN and providing automatic roaming and OTA updates.
  • Targets the niche where Wi‑Fi struggles with interference, offering a “set‑and‑forget” radio link.

Details

Key Value
Target Audience Industrial users, warehouse managers, hobbyist robotics enthusiasts
Core Feature Central DECT gateway with API for device provisioning, roaming control, and telemetry ingestion
Tech Stack Node.js backend, Dockerized gateway containers, MQTT for telemetry, React dashboard
Difficulty High
Monetization Revenue-ready: Subscription $15/mo per gateway + $0.01 per active device

Notes

  • Multiple HN users referenced DECT’s reliability (e.g., “DECT has been flawless”) and asked about proxying it over LAN; this platform fulfills that request.
  • Addresses the pain point of needing stable low‑bandwidth links without massive 5G costs, directly inspired by “DECT or DECT‑NR+?” discussion.

Read Later