This is a self-hosted FastAPI backend that emulates the TRMNL cloud so e-paper devices can fetch fresh images and metadata from your local network. It is loosely based on a Flask implementation by ...
For production, a database like PostgreSQL would be more suitable for concurrent writes and scaling. But for this demo, I chose SQLite because of: Simplicity: No external database setup required - ...