ayushiee/nextflix — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Netflix style web app called Nextflix. I want the home page to look and feel like Netflix, with a big featured movie or show area, rows of movie posters, and a clean dark theme.
Use movie data from TMDB so the page shows real titles, posters, backdrops, and basic details. When I click a movie or show, I want to see its information in a nice details view or modal, like title, overview, rating, release date, and background image. Keep it focused on browsing and viewing media details, not login, payments, profiles, or streaming playback.
Make it responsive so it works nicely on desktop and mobile. Use Next.js with TypeScript and Sass, and keep the code organized so it’s easy to understand and update. Add the setup needed for the TMDB API key and make sure it can run locally on port 3000. Look up current docs online if you need to.
Want more depth? Deep Reverse