NotebookLM is genuinely powerful but has no real import/export, no cross-tool bridge, no bulk organization. Kortex is a browser extension that sits on top and fixes exactly that — one button that sends ChatGPT/Claude/Gemini conversations straight into a notebook, plus bulk export, tagging, and automation.
Kortex is a Chrome extension that injects buttons into other AI tools' interfaces and adds a management layer on top of NotebookLM itself — it doesn't replace NotebookLM, it removes its friction points.
Injected directly into those sites' UI via a content script — looks native, not like a bolted-on extra.
The full conversation gets captured with citations intact, and the user picks an existing notebook or creates a new one — all in two clicks.
All-sources view, tags, collections, and global search (Ctrl+K) — organization NotebookLM's own UI doesn't offer natively.
Export entire notebooks to Markdown/ZIP, or set automation triggers like "auto-generate a podcast when a notebook hits 5 sources."
NotebookLM is exploding among Indian students and UPSC/competitive-exam aspirants for converting syllabus PDFs into Q&A and audio summaries. The tooling gap around it is wide open for a local angle.
Scoped to one bridge tool (ChatGPT only, skip Claude/Gemini/Perplexity for v1) plus the Hindi audio differentiator — the rest of the toolkit can come after launch.
Content scripts inject the capture button into ChatGPT's UI and the dashboard enhancements into NotebookLM's own pages.
Extensions favor minimal frameworks — keeps the injected UI fast and avoids conflicts with the host page's own scripts.
Stores capture history and user settings locally in the browser — no backend database needed for the core feature.
Generates the regional-language audio summary — the key India-specific differentiator.
₹199/month premium tier, gated via a lightweight license-check call to a small backend.
A minimal serverless endpoint just for the paid-tier check and the Hindi TTS call — everything else stays client-side.
Honest heads up: Chrome Web Store review typically takes a few days to about a week for extensions requesting broad host permissions (which this needs, since it injects into multiple sites). Submit early in the weekend, not last.
This prompt sets up the full build context so the AI scopes, plans, and starts coding the project with you from message one.