I built You2Txt for the Vercel + Nvidia 2-hour hackathon. It turns any YouTube video into a transcribed .txt
file.
This project won first place in the hackathon 🏆
It's hosted at you2txt.com. However, YouTube has been rate limiting requests coming from the lambda, so if you want to use it, you'll have more luck running it locally.
If there's interest, maybe I can set up a self-hosted proxy or raspberry pi for the requests (until that inevitably gets rate limited).
This project was made with Next.js, Tailwind (shadcn), v0, and Claude (through Cursor's composer).
yarn
yarn dev
yarn build
Then open http://localhost:3000