Fetching latest headlines…
I built a clickable concept index for long YouTube coding tutorials
NORTH AMERICA
πŸ‡ΊπŸ‡Έ United Statesβ€’May 11, 2026

I built a clickable concept index for long YouTube coding tutorials

1 views0 likes0 comments
Originally published byDev.to

The problem

I watch a lot of long coding tutorials on YouTube β€” 2, 3, sometimes
4 hours. React, Node, full-stack builds.

The problem: I always need to go back and find a specific part.
"Where did he set up the auth context?" or "When did she configure
the middleware?" Every time, it's 5 minutes of scrubbing through
the progress bar trying to find the right moment.

YouTube chapters help sometimes, but they're broad
("Part 3: Backend") β€” not specific enough when you need
the exact moment a concept is introduced.

What I built

A tool that extracts the key concepts from a tutorial video and
shows them next to the player with timestamps.

Click any concept β†’ the video jumps to that exact moment.

Think of it as a clickable table of contents for any long
YouTube tutorial, but at the concept level β€” not just chapters.

Example: for a 3-hour React tutorial, you'd see terms like
useEffect, auth context, protected routes, JWT,
middleware β€” each one clickable, each one jumping you
to where it's explained.

Try it

Here's a demo on a real tutorial: https://www.atlandex.app/v/NZKUirTtxcg

(Heads-up: the demo video shows an extension prototype; the web version is the stable way to try it: https://www.atlandex.app/speech/paste

I'd love honest feedback:

  • Is this useful when you're working through long tutorials?
  • Is the YouTube scrubbing bar good enough for you?
  • What would make this more useful?

I'm a solo dev, so brutal honesty is welcome β€”
better to hear it now than after building more.

Comments (0)

Sign in to join the discussion

Be the first to comment!