← dani vilanova / projects / myware
live · app store

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.

users
500
app store
4.9 ★ / 27
latest
v1.11.1
shipped
2026-03-21

App Store figures checked 2026-09-13. Refresh with tools/sync-myware.py.

§01

where to get it

links
§02

why

motivation

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.

§03

what it does

the product

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.

§04

how it works

the interesting part

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».

§05

stack

verified
mobile
React Native · Expo · Expo Router · Clerk
share extension
Native Swift, so it works without opening the app
backend
FastAPI · SQLAlchemy · Postgres with pgvector · Redis
ai
Gemini for extraction and for Lumi · OpenAI embeddings
ingestion
Apify · yt-dlp · Cloudflare R2
hosting
Railway · EAS for builds and over-the-air updates
watching it
PostHog · Langfuse for the model calls · Sentry
§06

changelog

21 entries
2026-09-04 1.11.1 Saved videos play inside the app. Tap to go full screen, jump to the moment.
2026-09-01 1.11.0 Lumi, an assistant that reads your own library. Ask it by voice.
2026-08-14 1.10.0 Live status while a video is being saved, plus badges for new items.
2026-08-13 1.10.0 Create or pick a shared plan straight from the share sheet.
2026-08-09 Plans became collaborative. Invite people, see who added what.
2026-08-07 Save notifications now say exactly what you saved.
2026-08-04 1.9.0 Push notifications when a save is ready, and nudges to revisit old ones.
2026-08-02 1.8.0 Onboarding rebuilt from scratch.
§07

where it is now

live

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.