(all of Creative Technology)

2026 · infrastructure · networking · raspberry-pi · python · self-hosted

Home Lab

(A wake-on-demand home server — an always-on Pi wakes the hibernating family PC over a mesh VPN.)

Home Lab

Instead of buying a NAS, this project turns the family Windows PC into one — but only while it’s needed. The PC holds all the drives and heavy services and hibernates when idle; an always-on Raspberry Pi 3B is the coordinator.

dashboard button → Pi sends Wake-on-LAN → PC: off → waking → booting → active

The whole thing is deliberately boring on dependencies — Flask plus the Python standard library on the Pi, vanilla JS on the dashboard, PowerShell on the PC — because it has to keep working unattended, and every phase was built to be independently useful and testable before the next began.