Theo Ferguson

Streamlist

Your Letterboxd watchlist, finally streamable. StreamList reads a Letterboxd account's public RSS watchlist feed, checks which of those films are actually streaming right now, and filters the result down to the services you already pay for — turning a long aspirational list into a short one you can press play on tonight. A separate recommendations tab uses Claude to suggest taste-matched films based on what is already on the watchlist. React 18 with Redux Toolkit and Vite on the frontend, Node and Express behind it, streaming availability from the Movie of the Night API, and an in-memory response cache to stay comfortably inside its free tier. The streaming provider is deliberately isolated behind a single route module, so swapping it for Watchmode or JustWatch touches one file and leaves the store and UI untouched. Deployed on Fly.io. Github: https://github.com/theoferguson/streamlist

Visit project