
TubeMine: free YouTube comments to CSV (no signup, no API key)
Quick one. Built this yesterday in 2.5 hours.
What it does: paste any YouTube URL, get a CSV of every top-level comment. 1,000 comments per IP per month, free, no signup, no API key.
Use cases I had in mind: ML researchers building training sets, marketers running sentiment analysis, indie devs validating audience reactions, anyone who wants the data without the scraping mess.
Stack: Next.js 16 + Tailwind v4 + shadcn/ui + u/googleapis/youtube + Upstash Redis.
Phase 0 prototype, no auth/billing yet. If validation signals come in this week, I add Supabase Auth + paid tier (100K comments/month) for Phase 1.
Would love bug reports or use-case ideas. What would you do with this?