AI-powered entertainment recognition and discovery platform. Identify movies and TV shows from screenshots and clips instantly.
- Trending Movies: Discover what's popular right now.
- AI Scanner: Upload screenshots or clips to identify movies using Gemini AI.
- Anime Recognition: Specialized support for anime frames via Trace.moe and AniList.
- Watch Providers: Real-time information on where to stream identified content legally.
- AI Expert: Talk to our specialized movie/anime agent for recommendations and trivia.
- Library: Keep track of movies and shows you want to watch.
- Frontend: React, Vite, Tailwind CSS, Motion
- Backend/Storage: Firebase (Firestore, Auth)
- AI: Google Gemini 1.5 Flash (Recognition & Chat)
- Data Sources:
- TMDB API: Global movie/TV metadata and watch providers.
- AniList API: Detailed anime metadata and character info.
- Trace.moe API: Frame-accurate anime identification.
To use the movie discovery features, you must provide a TMDB API Key.
- Get an API key from The Movie Database (TMDB).
- Open the Settings menu in the AI Studio editor.
- Add a new secret with the key
VITE_TMDB_API_KEYand your actual API key as the value.
npm install
npm run devnpm run build