Analysis updated 2026-05-18
Convert a coding tutorial video into transcripts, step by step guides, and code snippets
Push extracted knowledge from a video directly into Claude Code or Codex as a starter workspace
Run a local analysis engine over YouTube videos without sending data to a third party server
| detour-ninja/detours-eavesdrop | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires bringing your own API key for one of five supported AI providers.
Detours Eavesdrop is a local first TypeScript workbench that takes a YouTube video URL and converts the video into structured engineering knowledge. It extracts the content, transcripts, coding skills, step by step guides, rules, prompts, hooks, agent patterns, and code snippets, and lets you push the results directly into Claude Code, Codex, or a brand new GitHub repository as a starter workspace. Everything runs on your own machine. Analyses and history are stored in a local SQLite database, so you never pay twice to analyse a video you have already processed. There is no server side storage and no built in AI keys, you supply your own credentials, bring your own key, for any of five supported providers: OpenAI, Anthropic, OpenRouter, Eliza Cloud, or ChatGPT via Codex OAuth. A live model dropdown fetches the current model list directly from each provider and caches it for 24 hours, so you always see up to date model names. You can use it two ways: as a web UI served locally at port 3000, with keyboard shortcuts and a history sidebar, or as an interactive command line tool that auto detects whichever provider credentials are already configured on your machine. The same analysis engine is also exposed as a REST endpoint and a Model Context Protocol server for programmatic or agent driven use. The stack is Bun for the runtime and HTTP server, Vite and React for the browser UI, bun:sqlite for the local database, and Tailwind for styling. The full README is longer than what was shown.
A local tool that turns a YouTube video into structured notes, code snippets, and starter files you can push into Claude Code or a new repo.
Mainly TypeScript. The stack also includes TypeScript, Bun, React.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.