NullFlix is a free movie streaming platform designed for simplicity and accessibility. Built with the help of v0.dev and GitHub Copilot (agent mode), NullFlix aims to provide a seamless experience for discovering and watching movies online.
- Free Movie Streaming: Watch movies without any subscription or payment.
- Modern UI: Built with Next.js and Tailwind CSS for a fast, responsive, and visually appealing interface.
- TMDB API Integration: Fetches movie data from the TMDB API (configurable in settings).
- Bookmarks & Search: Easily search for movies and bookmark your favorites.
- Settings Customization: Adjust API usage and other preferences.
- Upcoming: Anime streaming support (coming soon).
- Framework: Next.js
- Styling: Tailwind CSS
- API: TMDB API
- Utilities: TypeScript, React Hooks
- Clone the repository:
git clone <your-repo-url> cd nullflix
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open in browser:
- Visit http://localhost:3000
- Configure TMDB API Key (Optional):
- Set your TMDB API key in the settings dialog to get more TMDB rates.
app/— Main application pages and layoutcomponents/— UI components and dialogshooks/— Custom React hookslib/— Utility functionsservices/— API and data servicespublic/— Static assetsstyles/— Global stylesutils/— Database and utility helpers
⚠️ Warning: NullFlix does not host or store any movies or video content. All streaming and data are provided via third-party APIs. NullFlix is for educational and personal use only. Please respect copyright laws when streaming content.