Sumora is a Netflix-style movie discovery website built with Next.js, TypeScript, and Tailwind CSS.
It uses TMDB for movie data and a local rule-based chatbot parser for natural language movie recommendations. OMDb can be configured with a free API key to enrich movie cards with IMDb ratings when available.
Create .env.local:
TMDB_API_KEY=your_tmdb_api_key
OMDB_API_KEY=your_free_omdb_api_keyRun the development server:
npm run dev