A comprehensive, searchable archive of YouTube channel videos with transcripts, summaries, and cross-referenced topics.
The GitHub Pages site provides a markdown viewer that renders any file from this repo with clickable navigation.
| Channel | Handle | Videos | Total Views | Focus |
|---|---|---|---|---|
| Aboard Podcast | @AboardPodcast | 25 | 41K | Tech, AI, business culture, vibe coding |
| All-In Podcast | @allin | 50 | 14.4M | Tech, politics, economics, venture capital |
| Dwarkesh Patel | @DwarkeshPatel | 20 | 12.3M | Long-form interviews, AI, tech, history, geopolitics |
| Hard Fork | @hardfork | 19 | 565K | NYT tech podcast, AI news, culture |
| Lex Fridman | @lexfridman | 32 | 28.4M | Long-form interviews, AI, science, philosophy |
| MKBHD | @mkbhd | 39 | 182.7M | Tech reviews, smartphones, gadgets |
| Relentless | @relaboratories | 40 | 410K | Hard tech, manufacturing, aerospace, AI/robotics |
| The Iron Snail | @TheIronSnail | 32 | 14.6M | Fashion, clothing, heritage brands |
| Turing Post | @RealTuringPost | 66 | 101K | AI/ML deep dives, industry interviews |
Each archived channel contains:
- Video summaries - 2-3 paragraph overviews of each video
- Key points - Timestamped highlights with direct links to the video
- Full transcripts - Complete transcripts organized into logical paragraphs with clickable timestamps
- Mentions - Companies, products, technologies, and people referenced
- Notable quotes - Surprising or memorable statements with timestamps
- Cross-referenced index - Topics, tags, and categories for easy discovery
{channel-name}/
├── index.md # Channel index with stats and topic cross-reference
└── videos/ # Individual video summaries
├── {video_id}.md
└── ...
Visit the GitHub Pages site to browse any markdown file with rendered formatting and clickable links.
# Find videos mentioning a topic
grep -r "kubernetes" */videos/
# Find all companies mentioned
grep -r "### Companies" -A 20 */videos/
# Search transcripts for specific content
grep -r "quote text" */videos/See CLAUDE.md for the detailed process to archive a new channel.