Hi HN, I'm lmw-lab, the builder behind Script Snap.
The Backstory:
I built this out of pure frustration. A while ago, I was trying to figure out a specific configuration for a project, and the only good resource I could find was a 25-minute YouTube video. I had to scrub through endless "smash the like button" intros and sponsor reads just to find a single 5-line JSON payload.
I realized I didn't want an "AI summary" of the video; I just wanted the raw code hidden inside it.
What's different:
There are dozens of "YouTube to Text" summarizers out there. Script Snap is different because it is explicitly designed as a technical extraction engine.
It doesn't give you bullet points about how the YouTuber feels. It scans the transcript and on-screen visuals to extract specifically:
Code snippets
Terminal commands
API payloads (JSON/YAML)
Security warnings (like flagging sketchy npm installs)
It strips out the "vibe" and outputs raw, formatted Markdown that you can copy straight into your IDE.
Full disclosure on the launch: Our payment processor (Stripe) flagged us on day one (banks seem to hate AI tools), so I've pivoted to a manual "Concierge Alpha" for onboarding. The extraction engine is fully operational, just doing things the hard way for now.
I'd love to hear your thoughts or harsh feedback on the extraction quality!
04:03:26> [STATUS] Deepgram Nova-3 Engine docked. Ready. 04:03:26> [LOAD] Mounting 'Tech Stack Dictionary v4.0'... 04:03:26> [INFO] Loaded modules: CUDA, Ada Lovelace, M4 Pro. 04:03:26> [STREAM] Ingesting audio stream (48kHz)... 04:03:26> [WARN] Ambiguity detected at 04:12: 'Pie Torch'
The video I submitted (https://youtu.be/0q6Ujn_zNH8) definitely doesn’t mention “Pie Torch”.
And I also haven’t seen any actual output except for “ ◧ Processing...”, 10 minutes after submitting the video. A progress bar of some sort or maybe timestamp currently being analyzed would be nice.
Also would this work in situations where the video creator is scrolling through a long code file in their IDE? Would the engine show it as one file multiple separate sections?
Apart from that, cool project!