When a lightbulb becomes a server: the Banned Book Library hack

This is not a metaphor: an ordinary smart lightbulb connected via Wi-Fi has been reprogrammed to function as a server of banned books. The researcher behind the project – known so far only through their open-source publication – took the ESP32 microcontroller inside the bulb and turned it into a standalone access point. Anyone connecting to the lightbulb’s wireless network can browse a small catalog of forbidden texts and download them freely. The chosen name, Banned Book Library, is a manifesto as much as an application.

Under the hood: the ESP32 and its constraints

The heart of the project is the ESP32 chip, a system-on-module from Espressif that integrates Wi-Fi, Bluetooth, and a dual-core 240 MHz processor. Such devices are ubiquitous in the Internet of Things: thermostats, smart plugs, LED strips. They typically offer a few hundred kilobytes of RAM and storage on external SPI flash that rarely exceeds 16 MB. Hardly the platform you’d envision for a content server. Yet the Banned Book Library proves that even with minimal resources you can set up an independent information node.

The web server runs directly on the custom firmware, serving static or compressed pages and handling HTTP requests in a tight memory space. The Wi-Fi access point operates in softAP mode, creating a local network without any external infrastructure. Range is typical of a 2.4 GHz device: a few tens of meters, enough to cover a room or a small public area. The books – likely short texts or plain-text files – reside in the flash memory. The content selection obviously focuses on censored works or materials hard to find in certain geopolitical contexts.

From PirateBox to IoT nodes: the evolution of the portable library concept

The idea of a portable server sharing files over Wi-Fi is not new: projects like PirateBox and LibraryBox made history by activating temporary networks to share files in connectivity-deprived areas or during protests. The difference here is the form factor. Using a consumer object like a lightbulb flips the perspective: the network infrastructure is no longer a dedicated device but hides in plain sight, leveraging the mass-market hardware already present in homes and offices. A glowing bulb distributing banned books is much harder to spot and confiscate than a suspicious router.

For those who follow on-premise deployment logics – a core theme of the AI-RADAR community – this hack raises an interesting question: how much control can we extract from devices never designed for autonomy? The Banned Book Library does not talk to the cloud, requires no subscriptions or forced updates. It is a self-contained system, albeit minimal. In some ways it echoes the philosophy of bare-metal servers on a micro scale: everything runs locally, with no external dependencies.

Information sovereignty and technical limits: the trade-off

Turning a lightbulb into a banned book server is both a political and a technical gesture. On the digital sovereignty front, the project embodies a radical form of self-managed information: no intermediaries, no centralized platform, no access logs, no risk of remote shutdown. The network is open, ephemeral, anonymous for downloaders. Yet the constraints are obvious: storage cannot hold an extensive library; the CPU would not handle more than a handful of simultaneous connections; bandwidth is that of a single 2.4 GHz Wi-Fi channel. It is not a mass-distribution solution, but a symbol and a tool for those operating in repressive environments.

For professionals evaluating self-hosting scenarios, this extreme case reminds us that on-premise deployment is always a balance between hardware resources, costs, and objectives. Even in the LLM space, running inference on local hardware means dealing with VRAM constraints, throughput, and energy consumption. If a lightbulb can become an underground library, enterprise servers can host models with full privacy guarantees. But the trade-off persists: fewer external dependencies, more management responsibility.

What’s next: ephemeral devices, permanent ideas

The Banned Book Library project won’t scale to the enterprise, but it signals a trajectory: commercial hardware can be subverted for information freedom. In an era of increasingly sophisticated censorship, everyday objects can morph into distributed archives. It’s a reminder that data sovereignty isn’t just about data centers and firewalls – it can also hide in a power socket.