All Projects → chirag-droid → animeflix

chirag-droid / animeflix

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to animeflix

yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (-46.01%)
Mutual labels:  anime, anime-search, anime-scraper
EsseX
A telegram bot to fetch anime, character and manga info.
Stars: ✭ 40 (-87.73%)
Mutual labels:  anime, anime-search
pysaucenao
PySauceNao is an unofficial asynchronous library for the SauceNao API. It supports lookups via URL or from the local filesystem.
Stars: ✭ 24 (-92.64%)
Mutual labels:  anime, anime-search
animeflv
Animeflv is a custom API that has the entire catalog of the animeflv.net website. You can enjoy all the content with subtitles in Spanish and the latest in the world of anime for free.
Stars: ✭ 37 (-88.65%)
Mutual labels:  anime, anime-scraper
Tako-Play
A Mobile App To Watch Anime Online With No Ads !!
Stars: ✭ 78 (-76.07%)
Mutual labels:  anime-search, anime-scraper
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-93.56%)
Mutual labels:  anime, anime-scraper
gogoanime
Gogoanime is a custom API that provides data from the 10.gogoanime.io website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
Stars: ✭ 64 (-80.37%)
Mutual labels:  anime, anime-scraper
animepahe-dl
⬇️ animepahe anime downloader
Stars: ✭ 66 (-79.75%)
Mutual labels:  anime, anime-scraper
MalScraper
Scrape everything you can from MyAnimeList.net
Stars: ✭ 132 (-59.51%)
Mutual labels:  anime, anime-search
dsmtech
🚀 The best tech companies and startups in the Greater Des Moines area.
Stars: ✭ 21 (-93.56%)
Mutual labels:  tailwind, vercel
static-template-nextjs
A Next.js based template of a blog built using the Collected Notes API
Stars: ✭ 19 (-94.17%)
Mutual labels:  tailwind, vercel
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (-88.34%)
Mutual labels:  anime, anime-scraper
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-79.45%)
Mutual labels:  tailwind, vercel
waifu-generator
Let's pick up your favorite waifu just from the API
Stars: ✭ 31 (-90.49%)
Mutual labels:  anime, vercel
shallty
Let me suck your fucking trash fansub!
Stars: ✭ 30 (-90.8%)
Mutual labels:  anime, anime-scraper
adl
🍿 anime-downloader + trackma wrapper
Stars: ✭ 91 (-72.09%)
Mutual labels:  anime, anime-search
github-jobs-client
Clone of GitHub Jobs website using the design from Frontend Mentor.
Stars: ✭ 22 (-93.25%)
Mutual labels:  vercel
annict-developers-jp
Developer portal site by Annict. (日本語)
Stars: ✭ 13 (-96.01%)
Mutual labels:  anime
worker
⚒ Web crawler that analyzes and dissects subtitles into database entries
Stars: ✭ 16 (-95.09%)
Mutual labels:  anime
filename-simplifier
☄ Simplify your library
Stars: ✭ 14 (-95.71%)
Mutual labels:  anime

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].