MY/WARE
Save a TikTok, a Reel or a YouTube video and get back the place to visit, the recipe to cook, the book to read, the event to attend. On the App Store since March 2026.
App Store figures checked 2026-09-13. Refresh with tools/sync-myware.py.
where to get it
why
I kept saving things I wanted to do and then never doing them. Jordi and I decided to fix that, so we built the thing that turns a saved video into the place, the recipe or the book that was actually in it.
what it does
You share a video into it from the phone's share sheet, without opening the app. It watches the video and gives you back typed things: places with a map pin, recipes with their steps, books, events, products.
Since September it also has Lumi, an assistant that can read your own library rather than answer in general, and it plays the videos back inside the app so you can jump to the moment something was mentioned.
how it works
The extraction runs on Gemini in an agentic mode: instead of feeding it every frame, the model navigates the video itself and asks for what it needs. On a 21 minute video that took the input from 116.958 tokens down to 3.276.
Search is hybrid. Full text, vector similarity and trigram and geographic matching, combined with reciprocal rank fusion, because none of them alone finds «that ramen place from the video».
stack
changelog
where it is now
500 users. Shipping regularly: collaborative plans in August, Lumi on the first of September, in-app video four days later as four over-the-air updates with no new build.