For years, I’ve had those moments watching a movie where I’d think “wait, didn’t these two actors work together in something else?” or “I wonder what movies both Leonardo DiCaprio and Tom Hanks appeared in together.” Sure, you could dig through IMDb for each actor individually, but there was never a simple tool to just… match them up.
So I built one.

What It Does
Matcher.mov is dead simple: it has two modes that solve the exact problems I always had.
Movie Mode: Pick two movies, see which actors appeared in both. Ever wonder if any of the same people were in “Inception” and “The Dark Knight”? Now you know in seconds.
Actor Mode: Pick two actors, see which movies they both appeared in. Finally answered my DiCaprio/Hanks question (it’s “Catch Me If You Can”).
The Tech Stack
Built this as a Next.js app with:
- TypeScript for sanity
- Tailwind CSS for quick styling
- The Movie Database (TMDb) API for all the movie/actor data
- Deployed on Vercel because it just works
The autocomplete search makes finding movies and actors fast, and everything loads with proper images and links back to TMDb for more details.
Why This Scratched My Itch
Sometimes you just need a tool that does one thing really well. IMDb is amazing for deep dives, but terrible for quick “who was in what with whom” questions. It’s also full of ads, and really hard to do simple searches. This fills that gap.
It’s the kind of utility I’ll bookmark and actually use during movie nights when those random “hey wait a minute…” questions come up.
Check it out at Matcher.mov and finally get answers to those actor connection questions that have been bugging you for years.

Leave a Reply