AnimeHi is an open-source anime streaming service that uses the consumet API, built using NextJS with typescript and Tailwind CSS. It lets you search, watch animes without any ads with a beautiful user interface.
Try the App: AnimeHI
This app would not have been possible without the kind and rapid support of the experts over at Consumet. AnimeHI was built using the Consumet API to supply 99% of the data.
- Watch Animes without ads
- Stay up to date with the latest anime trends
- Search your favorite Anime
- Recently release Anime
- All time popular Anime list
- All time favorite Anime list
- Favorite this season
- Airing Scheduled
- Bookmark Anime
- Continue Watching
- AutoNext/AutoPlay/AutoSkip features
- Fully Responsive
- Login/Register Account using anilist
- Share your episode thoughts on comment sections
- ...enough talk see it yourself
Authorization system with anilist✅Watch list✅Recently Watching✅PWA✅Advance Search and filter genres✅Dark more✅Comments✅Reply Comment✅Like/Dislike Comment/Replies✅- Own domain name
- … and many more
git clone https://github.com/benjoquilario/animehi-stream.git
cd animehi-stream
- You can use Bun to install dependencies quickly. If you prefer,
npm
/yarn
orpnpm
can also be used with equivalent commands.
pnpm install
.env.local
&.env
are both viable options, you can also set.env.test.local
,.env.development.local
or.env.production.local
cp .env.example .env.local
- Create a database instance in neon.tech
npx prisma migrate dev
- Run on development mode
pnpm run dev
- Run on production mode
pnpm run preview
You are all set! Open localhost:3000 to see the app.
Note
This project is a work in progress, it still contains bugs and will constantly be updated to stay up-to-date with the latest framework changes.
Caution
Self-hosting this application is strictly limited to personal use only. Commercial utilization is prohibited, and the inclusion of advertisements on your self-hosted website may lead to serious consequences, including potential site takedown measures. Ensure compliance to avoid any legal or operational issues.
This project is governed by a Custom BY-NC License. What does this entail? Simply put, you are permitted to utilize, distribute, and modify the code for non-commercial purposes. However, it is imperative that due credit is accorded to our platform, animehi-stream. Any commercial utilization of this code is strictly prohibited. For comprehensive details, please refer to the LICENSE file. Should you have inquiries or require special permissions, do not hesitate to contact us.
Your ideas, translations, design changes, code cleaning, real heavy code changes, or any help are always welcome. The more is the contribution, the better it gets.
Pull requests will be reviewed
- Twitter: @iambenjo
- Github: @benjoquilario
- Portfolio: @benjoquilario
Please give this repository a ⭐️ if you liked this app. It seems like a little thing, but it helps a lot with the motivation.