A single page to display UPS status. Svelte frontend with a FastAPI (Python) backend.
NUT (Network UPS Tools) is used to access the UPS stats connected by USB to the server. The backend retrieves the stats, transforms them and serves them to the front. -- that's it...
Mostly to learn