Paste a link.
Keep what's inside the video.
Youty turns YouTube, Instagram, and TikTok videos into a local folder of Markdown transcripts and frame snapshots — an AI-readable corpus your assistant can search, watch, and reason over.
- title:
- Next.js in 100 Seconds
- channel:
- Fireship
- platform:
- youtube
- url:
- youtube.com/watch?v=Sklc_fQBmcs
- saved:
- 2026-06-15
- frames:
- 24
[00:00]Next.js is a React framework for building fast, full-stack web apps with almost zero config.
[00:42]By default every component is a server component — it renders ahead of time and ships zero JavaScript to the browser.
[01:24]Add “use client” to opt into interactivity only where you actually need it.
A folder of files you own — not a database you rent.
Every save writes plain .md and .jpg files to a vault on your Mac. Open it in Finder, version it in git, delete it in one drag. The artifact is the product.
video.mdYAML frontmatter + the full transcript with timestamps — plain Markdown you can read, grep, or feed to any AI.
00000000.jpgFrame snapshots, named by millisecond offset. Your AI can pull the right one by what it shows — not just its filename.
manifest.jsonA one-line-per-video index of the whole corpus — the spine your tools read from.
Not a downloader. Not a notepad.
A corpus you can ask questions of.
Downloads a video file.
Youty builds a searchable corpus.
yt-dlp hands you a 200 MB .mp4 to scrub through. Youty extracts the transcript and frames into Markdown you can actually search and read.
Manual copy-paste.
Automatic transcript, frames & an AI-ready corpus.
No more pausing to type notes. Paste a link and the transcript, key frames, and a meaning-based index are written for you automatically.
Your data on someone's server.
Local AI. Your vault stays on your Mac.
No account, API key, or vault upload. Search runs locally on Apple Silicon; only content fetching and signed update checks use the network.
Your AI assistant, reasoning
over your whole vault — the way Youty is meant to be used.
Claude, Cursor & Claude Code,
wired into your vault.
Youty ships an MCP server, so Claude, Cursor, and Claude Code can search your vault by meaning, pull whole transcripts into context, and see the right frames — then answer. Retrieval is on-device; the reasoning is your assistant's. One command to connect it:
$ claude mcp add youty -- uvx youty-mcp@latestOr drop it into any MCP client's config:
{
"mcpServers": {
"youty": { "command": "uvx", "args": ["youty-mcp@latest"] }
}
}searchFind the most relevant moments across every videoget_transcriptPull a whole video's transcript into contextview_framesLoad the matching frames into your AI's visionsearch_framesFind frames by what they show, not their filenamefind_similarFind related videos by meaninglist_videosBrowse the vault, newest first — filter by platformget_videoFrontmatter, folder listing, and frame paths
Scriptable from your shell.
The youty CLI saves, lists, and runs fast keyword search across the vault — perfect for pipelines and scripts. Meaning-based search lives in the MCP; the terminal stays keyword-fast.
$ youty save https://youtube.com/watch?v=… $ youty list --platform youtube $ youty search "ai influencers" $ youty transcript yt:GmM5Sg8RGBA --json
Your vault stays on your Mac.
Because there's nowhere for it to go.
On-device
Transcription and meaning-based search run locally — EmbeddingGemma and SigLIP via Core ML on Apple Silicon. No API key.
No Youty account
There's no Youty account. Instagram saving may require a platform login inside the app; that session remains on your Mac.
No telemetry
No analytics, tracking, or crash reports. Network access is limited to content you request and checks for signed Youty updates.
No paid tiers. No subscriptions. No Youty account. Youty is MIT licensed and fully open source — read it, fork it, ship your own. The only thing it asks for is the link you paste.
Three ways in. Pick your surface.
The Youty app
Paste, transcribe, and save — the app builds your vault. The notarized DMG from GitHub Releases. Pair it with the MCP to chat with everything you save.
Download .dmg ↓macOS 26 (Tahoe)+ · Apple Silicon · signed & notarized
youty in your shell
Save, list, and keyword-search the vault from the terminal. Scriptable, fast, pipeable.
$ brew install legetdev/youty/youtyThe MCP server
Let Claude, Cursor, and Claude Code read, watch, and reason over your whole vault. The @latest pin keeps it current automatically.
$ uvx youty-mcp@latestQuestions, answered.
Stop scrubbing.
Start searching.
Turn the videos you watch into a knowledge base you own — free, open, with a vault that stays on your Mac.