MCPcopy Index your code
hub / github.com/akuya-ekorot/notebooklm-mastra

github.com/akuya-ekorot/notebooklm-mastra @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
114 symbols 373 edges 90 files 5 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Extension points exported contracts — how you extend this code

NotebookSummaryProps (Interface)
(no doc)
src/components/custom/notebook-summary.tsx
NotebookPageProps (Interface)
(no doc)
src/app/notebook/[notebookId]/page.tsx
SidebarNotebooksProps (Interface)
(no doc)
src/components/custom/sidebar-notebooks.tsx
CustomSidebarProps (Interface)
(no doc)
src/components/custom/custom-sidebar.tsx
StatusCardProps (Interface)
(no doc)
src/components/custom/status-card.tsx
NavbarProps (Interface)
(no doc)
src/components/custom/navbar.tsx

Core symbols most depended-on inside this repo

cn
called by 68
src/lib/utils.ts
useSidebar
called by 4
src/components/ui/sidebar.tsx
formatBytes
called by 3
src/lib/utils.ts
isFileWithPreview
called by 2
src/components/custom/file-uploader.tsx
pollJobStatus
called by 2
src/lib/submit-parse-job.ts
useCallbackRef
called by 2
src/hooks/use-callback-ref.ts
getStepProgress
called by 1
src/components/custom/status-card.tsx
handleDeleteNotebook
called by 1
src/components/custom/notebooks-view.tsx

Shape

Function 82
Interface 25
Method 5
Class 2

Languages

TypeScript100%

Modules by API surface

src/components/custom/file-uploader.tsx8 symbols
src/lib/play-ai.ts7 symbols
src/components/custom/sources/source-item-content.tsx6 symbols
src/db/queries/notebooks/index.ts5 symbols
src/lib/utils.ts3 symbols
src/lib/submit-parse-job.ts3 symbols
src/hooks/use-steps.tsx3 symbols
src/hooks/source-processing-hooks/index.ts3 symbols
src/components/ui/sheet.tsx3 symbols
src/components/custom/uploads/upload-sources.tsx3 symbols
src/components/custom/studio-panel/index.tsx3 symbols
src/components/custom/status-card.tsx3 symbols

For agents

$ claude mcp add notebooklm-mastra \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page