Transvribe
Transvribe was a YouTube video Q&A web app that let you paste a link and ask natural-language questions about the spoken content. It used AI embeddings over transcript text, built with Next.js, Tailwind CSS, and LangChain, to surface answers without scrubbing the timeline manually.
Unlike generic chatbots, Transvribe focused on a single workflow: turn one YouTube video into a searchable knowledge base. That narrow scope worked until YouTube tightened get_transcript API checks requiring per-session visitorData and configInfo tokens validated against browser fingerprints.
The homepage now states the service is no longer functional, and developer Zahid open-sourced the project on GitHub at zaarheed/transvribe. Students and self-directed learners were the intended audience, but the hosted product no longer processes URLs.
Pasted a YouTube URL to query video transcript content with AI embeddings
Built with Next.js, Tailwind CSS, LangChain, and GPT-backed search
Open-source repository zaarheed/transvribe on GitHub with 85 stars
Homepage shutdown notice documents YouTube get_transcript API blocker
Example video links on the landing page showed the prior search workflow
Simple paste-a-URL workflow for questioning long YouTube tutorials
Open-source codebase remains available on GitHub for study or forks
Shutdown notice on the site documents the technical cause clearly
Hosted service no longer processes YouTube URLs
Relied on unofficial transcript access blocked by YouTube API changes
No official export, multi-video search, or enterprise features before shutdown
Is Transvribe still working?
No, Transvribe is no longer functional. The transvribe.com homepage states YouTube API changes blocked server-side transcript extraction, so pasted YouTube URLs no longer return answers.
Why did Transvribe shut down?
Transvribe shut down because YouTube's get_transcript endpoint now requires session-specific visitorData and configInfo tokens tied to browser fingerprints. The developer could not bypass that validation reliably on the server.
What did Transvribe do before it closed?
Transvribe let users paste a YouTube URL and ask questions about the video using AI embeddings over transcript text. It targeted learners who wanted searchable answers from long YouTube tutorials.
Can I still use Transvribe code?
Yes, Transvribe source code is on GitHub at zaarheed/transvribe. Self-hosting still faces the same YouTube transcript restrictions that broke the hosted service.
Was Transvribe free?
Transvribe was a free web tool with no paid tier listed on the site. The shutdown notice and GitHub repo describe a hosted demo rather than a subscription product.
Who built Transvribe?
Transvribe was built by Zahid, who signed the shutdown notice on transvribe.com and maintains the open-source repository on GitHub under zaarheed.

