Used to browse information, save notes, and then later forget about it or browse for it again and again

So thought of building an AI powered chrome extension that saves important information while you browse be it on Google or ChatGPT or Claude or Reddit or X, It remembers what you have searched for earlier and pings you when you search for it again.

Challenges faced were about natural language processing, because stop words are common and so every note would be displayed whenever the user browsed for any topic.

This project taught me a lot about how people actually process information online. I realized that users don't just want to save links; they want to save context. Learned how to use AI models to summarize and extract keywords from unstructured data and how to manage browser data so that everything stays private and organized. Also got a deep dive into building modern chrome extensions and how to make AI feel like a natural part of the browsing experience.

What's next is want to expand its "memory" by adding the ability to save and summarize PDFs and long YouTube videos. Also plan to build a "Knowledge Graph" feature that shows you how your different notes to a topic are connected to each other.

Share this project:

Updates