CVBuilder: offline infrastructure for a Ugandan community school
Watoto, Intl. · Kampala, Uganda · Built February – June 2026
A resume-building app that runs entirely on a single-board computer broadcasting its own Wi-Fi hotspot — no power grid or internet required.
Read more & watch demo ▾
The community school this was built for doesn't have reliable power, and it doesn't have stable internet. Most software assumes both. CVBuilder is designed around the opposite assumption: that connectivity might never come, and the system still has to work.
The entire application runs on a LattePanda Iota, a single-board edge computer small and power-efficient enough to operate in a low-resource environment. A GL.iNet Opal router turns that device into its own private network, broadcasting a WPA3-secured hotspot that students connect to directly. There's no route to the outside internet because there doesn't need to be one. The app, the database, and the network it runs on are all self-contained on the same device.
The stack is a Django REST API backed by PostgreSQL, served through Gunicorn, with a React frontend and an Nginx reverse proxy handling HTTPS and captive-portal routing. Every architectural decision traces back to the same constraint: this has to keep working through power outages, with no IT support on hand, for students who have never had a reason to trust that a piece of technology would work for them.
The system is built and technically complete. Deployment is on hold until the team can travel to Uganda. More detail on the internship this came out of is on the Experience page.




