Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ animeflix Public archive

A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required

License

Notifications You must be signed in to change notification settings

chirag-droid/animeflix

Repository files navigation

Logo

Animeflix - Watch animes online

Github Stars

The open-source anime streaming service made with NextJs and TailwindCSS. It lets you search, watch animes without any ads with a beautiful ui. It can be self hosted or deployed online.


Acknowledgements

AniList and Kitsu are the underlying public free API's that are used for fetching the data about animes.

riimuru/gogoanime-api is used for interacting with GogoAnime and scrape video soures.

Also thanks to these open source libraries Next.js, tailwindCSS, redux-toolkit, graphql etc.

Online Deployment

Following are the recommended online deployment services which are tested to work with this project. If you want to add a deployment service just open an issue.

Deploy on Railway

Deploy with Vercel

Deploy with netlify

Docker Deployment

The docker images for this app is available at dockerhub. chiragdroid/animeflix.

Run it easily using this command

docker run -p 3000:3000 ghcr.io/chirag-droid/animeflix

This will start animeflix at port 3000. You can change the port by doing -p <port>:3000,

You can run this as a background service by adding -d flag

Local Deployment

You need to have nodejs and git installed on your pc for following the intructions

First download the repository using

git clone https://github.com/chirag-droid/animeflix

Next make sure you have yarn installed on your system

npm i -g yarn

this step probably requires admin perms

This should download this repository to your computer. Next, to download the dependencies run

yarn install

Now build and start the production build of the site using

yarn build
yarn start

This will start the app on http://localhost:3000

Sponsor this project

"Buy Me A Coffee"

About

A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required

Topics

Resources

License

Stars

Watchers

Forks