Project ideas from Hacker News discussions.

Web Browsers on Video Game Consoles

📝 Discussion Summary (Click to expand)

3 Dominant Themes fromthe Discussion

1. Legacy consoles had surprisingly capable browsers

"I remember the Wii U browser’s MP4 playback being surprisingly helpful. Running the http-server npm package, I was able to get video from my laptop to the TV in a pinch." — danbolt

These early browsers could stream video, handle Flash, and even browse simple sites, turning consoles into makeshift media centers.

2. Browsers were a gateway to homebrew, IRC, internet radio, and console jailbreaking

"It had a semi functional web browser included, without the RAM expansion cart! It somehow managed to browse most simple web pages on the inbuilt RAM from a hobbyist! It also had an IRC client, and that was my introduction to IRC." — mrguyorama

The built‑in browsers let users run IRC clients, stream internet radio, and load homebrew tools—often the entry point for custom firmware.

3. Modern consoles hide or remove browsers, sparking nostalgia and frustration

"I was amazed recently by how locked down the hidden PlayStation 5 browser is... the URL was google.com... rule violated." — mattcasmith

Currentgeneration consoles either bury the browser behind obscure triggers or strip it out entirely, leaving users yearning for the full‑featured web access they once had.


🚀 Project Ideas

ConsoleInput Remapper#Summary

  • Allows users to remap Wii Remote, DS stylus, and other console controller inputs within the built‑in browser to prevent default actions like “B = Back”.
  • Gives developers a simple JSON‑based mapping system to create custom input schemes for web apps and games on legacy consoles.

Details

Key Value
Target Audience Homebrew developers, modders, and power users of console browsers who need precise input control
Core Feature Configurable button/axis mapping stored in JSON and applied via a lightweight JavaScript shim that overrides the browser’s default mappings
Tech Stack JavaScript (browser shim) + C (homebrew kernel) + JSON config files
Difficulty Medium
Monetization Revenue-ready: Subscription

Notes

  • Commenters frequently mentioned button conflicts (“B goes Back”) and would welcome a remapper for smoother web interactions.
  • Potential utility as a plugin for RetroArch or similar homebrew frameworks, enabling richer game‑like experiences on console browsers.

RetroWeb Proxy

Summary

  • Provides a cloud‑based proxy that fetches modern web pages, strips them down, and reflows content to fit the tiny viewports of DS, Wii, and other legacy console browsers.
  • Makes everyday sites (news, forums, video streams) usable on 256×192 or 640×480 displays without redesign.

Details| Key | Value |

|-----|-------| | Target Audience | Owners of legacy console browsers who want to access contemporary web content on low‑resolution screens | | Core Feature | Automatic viewport scaling, image downsampling, and CSS simplification delivered via a simple REST API | | Tech Stack | Python (Flask) + Pillow (image processing) + Cloudflare Workers (optional front‑end) | | Difficulty | High | | Monetization | Revenue-ready: Subscription |

Notes

  • HN users lamented that even 640×480 felt too small; they’d love a service that makes browsing feasible without manual site tweaks.
  • Self‑hosted deployment offers privacy benefits and could be marketed to retro‑computing communities and hobbyist developers.

Read Later