~/bhavin-code

A Chrome extension that finds any page you've seen from a natural-language description, using embeddings and cosine similarity.

/work/replay

Replay - semantic browsing history

Solo build · TypeScript · Supabase · OpenAI embeddings

Problem

Browser history is chronological; memory is semantic. You remember what a page was about, not when you saw it.

Approach

Embed each visited page’s content, store vectors in Supabase, and rank history by cosine similarity to the query.

Result

Ctrl-Space opens a search overlay; describe the page and jump straight to it.