A cook-along app that walks you through a recipe one step at a time.
One Step at a Thyme.
Instead of scrolling up and down a recipe with flour-covered hands, Thymer paste-parses a recipe from a link or raw text and shows just one step on screen at a time, with timers built in for anything that needs waiting — “simmer for 10 minutes” becomes an actual countdown, not a sentence you have to remember.
Recipe websites are a nightmare to actually cook from — walls of text, life stories before the ingredients, and constant scrolling with messy hands. Thymer strips all of that away and leaves just the next thing you need to do.
The entire parsing pipeline was ported from a Python/FastAPI backend into TypeScript so the app runs fully on-device — no server required at all.