Projects
A collection of side projects, experiments, and shipped products across AI/ML, web, and mobile.
Feb 2026
Inkwell is an always-on e-paper dashboard for the desk — a 7.5" e-ink panel that wakes every few seconds, pulls a freshly rendered 800×480 image from a single endpoint, and paints the day in black and white. There is no app on the device and no UI framework anywhere: a FastAPI service fans out to weather, Todoist, market, flight, and calendar sources, then draws the entire screen pixel by pixel with Pillow — dithered patterns instead of greys, hand-placed type instead of CSS. Todos, reading progress, a live overhead-flight map, NSE/BSE movers, air quality, a monthly calendar, a daily quote, and a rotating photo all share one glanceable layout, backed by DynamoDB and S3 with JWT-scoped device tokens and a TTL cache that keeps upstream APIs from ever seeing the refresh rate.