A curated, readable archive of video transcripts — preserved in full, chapter by chapter, so you can read, search, and reference talks about content strategy, artificial intelligence, and learning without watching the video.
What it is
- Full-text preservation — every transcript keeps its original title, styling, chapters, and scripts intact as a standalone HTML document.
- Extensionless routes — each transcript is served at a clean URL like
/transcripts/how-to-grow-from-0-to-10k-followers-on-linkedin-as-fast-as-possible. - Inline browsing — pages render directly in the browser (
Content-Disposition: inline) instead of being downloaded as files. - Live index —
/transcripts/lists every available transcript with its source filename.
Tech
- Built into the Astro site, served as static HTML documents
src/pages/transcripts/index.astro(index),src/pages/transcripts/[slug].ts(routes),src/lib/transcripts.mjs(discovery)- Nginx serves the extensionless routes with
default_type text/htmlandno-cache
Browse the index: https://rioges.xyz/transcripts/