Skip to content

mastra-ai/template-chat-with-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with YouTube

An AI assistant that helps you understand YouTube videos. Paste a link and ask questions, get summaries, or generate chapter timestamps — all backed by the actual transcript with clickable citations. Built with Mastra.

Why we built this

This template shows how to build a conversational agent with persistent memory that uses custom tools to fetch and analyze external content. It demonstrates tool composition — getting metadata first for context, then fetching the transcript for detailed analysis.

Features

  • Summarize video content with timestamped sections
  • Answer questions about what was said in the video
  • Generate chapter timestamps for easy navigation
  • Find specific moments where topics are discussed
  • Clickable timestamp citations that link directly to the video
  • Conversational memory to ask follow-up questions

Prerequisites

Quickstart

  1. Clone the template
    • Run npx create-mastra@latest --template chat-with-youtube to scaffold the project locally.
  2. Add your API keys
    • Copy .env.example to .env and fill in your OpenAI key.
  3. Start the dev server

Making it yours

Open Studio and start chatting with the chat-with-youtube agent. Paste any YouTube URL and ask for a summary, specific questions about the content, or chapter timestamps. The agent fetches the transcript and responds with citations you can click to jump to that moment in the video.

Swap in a different model, add your own tools for video analysis, or wire the agent into your app using the Mastra Client SDK. The agent and tools are all in src/ — edit them directly to fit your use case.

About Mastra templates

Mastra templates are ready-to-use projects that show off what you can build — clone one, poke around, and make it yours. They live in the Mastra monorepo and are automatically synced to standalone repositories for easier cloning.

Want to contribute? See CONTRIBUTING.md.

About

Template repository for template-chat-with-youtube

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors