I'll be upfront: I'm not a daily NotebookLM user.
I'm a developer, and what I do read constantly is papers — mostly arXiv in ML. I go hunting for new ones pretty much every day, so I know the pain of wrangling sources and references firsthand.
But the actual reason I started building this is my friend in med school.
She lives inside NotebookLM to study. And she kept hitting the same walls, over and over:
- It generates flashcards, but she can't get them into Anki — which is where she actually reviews. Rebuilding them by hand is hours of work.
- The citations are vague. A number next to an answer, a highlighted chunk of a 40-page PDF, no page number, nothing clean she can drop into a reference list.
- Every notebook is its own island. No way to search across all of them once she had a dozen.
At first I figured someone must have solved this already. So I looked. There are a couple of extensions out there, but most of them just do plain export — nothing actually built around doing research and studying. And it's clearly not just her: dig around and you find the same complaints everywhere from students and researchers.
So I started building one.
What it does so far
It's a Chrome extension that sits on top of NotebookLM:
- Pulls citations out and turns them into real APA / MLA / Chicago / BibTeX references you can paste straight into a paper
- Searches across all your notebooks at once
- Exports the AI flashcards to Anki — but with the source printed on the back of each card, so when you review you can actually check where it came from instead of blindly trusting the AI
That last one is the piece I care about most, because it came from a real person's actual problem, not a feature list.
The part nobody tells you
The code was the easy part. NotebookLM has no public API, so everything works by reading the page's HTML directly. Which means the day Google redesigns something, parts of this can just break, and I'll be chasing it. Every tool in this space has the same problem — so, here we are.
Where I'm at
Being honest, because that's the whole point of posting this:
- Users: 0
- Paying: 0
- Revenue: $0
It's still in development. I'm putting it out this early because I'd rather build in the open and get it wrong in public than polish it forever in private and never ship.
So, a genuine question for anyone who uses NotebookLM for research or studying: what's the single thing that annoys you most about it? That's literally going to be my roadmap.
Top comments (0)