Built: A tool to score kids' movies scene-by-scene using subtitles and LLMs(tinyviewers.vercel.app)
tinyviewers.vercel.app
Built: A tool to score kids' movies scene-by-scene using subtitles and LLMs
https://tinyviewers.vercel.app/
https://tinyviewers.vercel.app/
So I built TinyViewers: a searchable database that breaks down kids’ movies scene by scene, with age-specific “scary” scores (for ages 2–5) and content warnings.
How it works:
Pulled subtitle .srt files and stored them in postgres DB
Used Claude/GPT to chunk scenes + assess intensity
Assigned age-based scary scores (2, 3, 4, 5)
Built with Supabase + Next.js (using Cursor AI)
Added a UI to be able to analyze movies that aren't in DB currently (hidden behind a passcode)
This was a recurring pain point in our house — figured it might help other parents too.