Emerging Interfaces

All of Wikipedia, No Signal Required, on a $15 Touchscreen

Developer Alun Morris repurposed the hobbyist favorite 'Cheap Yellow Display' — a bare-bones ESP32 board with a resistive touchscreen — into a fully offline Wikipedia browser, built on Kiwix's compressed archive format.

The “Cheap Yellow Display” has become a small hobbyist institution: a bargain-bin board pairing an older ESP32 with a resistive touchscreen, an SD card slot, and almost nothing else — the kind of hardware usually pressed into service as a thermostat readout or a simple sensor dashboard. Developer Alun Morris gave it a considerably bigger job: browsing all of Wikipedia, completely offline.

Turning a compressed archive into a browsable interface

The project builds on Kiwix, the nonprofit project that packages Wikipedia (and other reference sites) into single compressed archive files designed for exactly this kind of offline use — Kiwix readers already exist for phones, laptops, and low-power devices with no network access. Morris’s contribution is converting those Kiwix builds into a format his custom ESP32 browser firmware can actually parse and render on a resistive touchscreen with a fraction of a phone’s processing power, then storing the whole thing on an SD card large enough to hold complete article text and images. It’s a continuation of Morris’s earlier work building a general-purpose ESP32 web browser, aimed at a single, more ambitious target: the full encyclopedia, running on hardware that costs less than a takeout lunch.

Why a “dumb” board is the right target

The Cheap Yellow Display’s appeal has always been its bluntness — it’s cheap enough to treat as disposable and simple enough that its full capability is knowable, which is exactly what makes it a good match for a project like this. Modern SD cards have more than enough capacity to hold a compressed Wikipedia archive with images, and an ESP32 has enough headroom to page through static text and render it to a resistive touchscreen, even without the horsepower for anything more demanding. The result is a genuinely standalone reference device: no Wi-Fi, no cellular modem, no dependency on a server staying up somewhere — just a battery, a screen, and a decade of accumulated human knowledge sitting on a memory card.

Part of a bigger, quieter trend

Projects like this sit at the edge-computing end of a broader move toward local-first, network-independent tools — useful for genuinely offline settings, but also a small rebuke to how much everyday computing now assumes a live connection by default. Turning a roughly $15 board into a browsable knowledge base doesn’t need to be practical for most people to be worth building; it’s a demonstration that the dependency is a choice, not a requirement, and a genuinely useful one for the specific case of needing real information with zero infrastructure.