Sous Clip – Extract recipes from short-form cooking videos
Extracts recipes from TikToks/YouTube locally—no cloud, no subscription, just yours.

Strips YouTube filler for code—but 'AI summarizer' space is crowded with copycats.
Content creators, developers, technical educators
Descript · Fireflies.ai · Rev.com (API)
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!
Extracts recipes from TikToks/YouTube locally—no cloud, no subscription, just yours.
Runs Karpathy's Micrograd code directly in the browser without setup.
Smart frame filtering plus knowledge graph extraction—useful but Fireflies.ai and Otter.ai exist.
Tests live in README as plain English; clever partial parsing eliminates Gherkin boilerplate overhead.
Summarizes long YouTube videos by topic—Glasp and similar extensions exist, but UX is thoughtfully tuned.
AI video wrapper when Descript and Runway already dominate this space.