Click the image above to watch a quick demo of the Smart Movie AI App in action. This project uses AI and real-time movie data to deliver smart, personalized movie recommendations. Netflix-style movie browsing meets community-driven recommendations.
Built with real-time TMDb data, a dark UI, and future plans for AI chat and social commentary.
- 🔥 Modern Netflix-inspired UI (Next.js + TailwindCSS)
- 🎥 Hover-to-play trailers for select movies
- 🎯 Community picks powered by mock influencer profiles
- 🧠 Planning AI-based movie suggestions (coming soon)
- 🎭 Genre rows: Horror, Comedy, Sci-Fi, Adventure, etc.
- ✅ Clean layout — no login required to browse
- Framework: Next.js 13 (App Router)
- Styling: TailwindCSS
- API: TMDb (The Movie Database)
- Hosting: Vercel (optional)
- Icons: Heroicons / Custom SVG
- Build UI and fetch movie data
- Add autoplay video previews
- User sign-up for community discussions
- Comment + rating system
- AI Chatbot: “What should I watch tonight?”
git clone https://github.com/YOUR_USERNAME/smart-movie-app.git
cd smart-movie-app
npm install
npm run dev
