Users just search → click → see poster + IMDb + Rotten Tomatoes (when available). No keys in the browser. TMDb/OMDb keys live on the server.
npm install
cp .env.example .env.local
# edit .env.local with your keys
npm run dev- Add env vars in the project settings:
TMDB_KEY(required)OMDB_KEY(optional but recommended)SITE_NAME(optional UI text)
- Deploy. Done.
- Search & posters: TMDb
- Ratings: IMDb (from OMDb
imdbRating) and Rotten Tomatoes if present in OMDbRatings. - We do not scrape RT; we link to RT search if no score is available.