Animeflix is an open-source anime streaming service built with Next.js (TypeScript) and Tailwind CSS, powered by Consumet API, HiAnime. It lets you easily find any anime with an intuitive search & suggestion feature and stream without any ads.
View Features
- Sub Anime support
- Dub Anime support
- Intuitive search & suggestion feature
- User-friendly interface
- Mobile responsive
- Fast page load
- Character & Voice Actors
- Related Animes
- Recommended Animes
- Available seasons
- Estimated schedule of upcoming episodes
- Player
- Autoplay
- Autoskip intro/outro
- Autonext
git clone https://github.com/ChimUng/Animeflix.git
cd Animeflix
npm install # or yarn3. Refer to the .env.example to set up your .env file
npm run dev # development server
npm run build # production build
npm start # production serverHost your own instance of Animeflix on Vercel:
Host your own instance of Animeflix on Render:
- Pull requests are welcomed that address bug fixes, improvements, or new features.
- Fork the repository and create a new branch for your changes.
- Ensure your code follows our coding standards.
- Include tests if applicable.
- Describe your changes clearly in the pull request, explaining the problem and solution.
If you discover any issues or have suggestions for improvement, please open an issue. Provide a clear and concise description of the problem, steps to reproduce it, and any relevant information about your environment.
This project is licensed under the MIT License — see the LICENSE file for details.



