百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

AnimeTrix-next

> 前端框架
开源

Animetrix 是一个利用 Anilist 平台获取各种动漫作品信息的项目,它将这些数据与 Gogoanime API 相结合,以提供更全面的动漫资讯。

188 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Animetrix 是一个利用 Anilist 平台获取各种动漫作品信息的项目,它将这些数据与 Gogoanime API 相结合,以提供更全面的动漫资讯。

AnimeTrix

A go to platform to stream/download your favorite anime




View Demo
.
Report Bug
.
Request Feature

Table Of Contents

  • Table Of Contents
  • About The Project
  • Built With
  • Getting Started
    • Prerequisites
    • Installation
    • Local
    • Anime API Health test
    • Docker
      • Vist DockerHub Image
    • Example
  • Host your own
  • Contributing
    • Creating A Pull Request
  • Raising an issue
  • Code of conduct
  • License
  • ScreenShots
    • Home Page
    • Details
    • Stream
      • Visit Animetrix
  • Authors

About The Project

Anime Trix is an anime streaming / downloading site that offers a vast collection of anime shows for streaming and downloading. With a user-friendly interface, you can easily find your favorite anime shows and watch them in high-definition quality. Our platform is updated regularly with the latest anime episodes, so you can stay up-to-date with your favorite shows. Anime Trix is the go-to destination for anime lovers who want to watch their favorite shows anytime, anywhere.

Built With

AnimeTrix is built using NextJs

  • NextJS
  • TailwindCss
  • Mongo DB
  • BunJS

Getting Started

Prerequisites

Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.

BunJS is a JavaScript runtime, package manager, test runner and bundler built from scratch using the Zig programming language. It was designed by Jarred Sumner as a drop-in replacement for Node.js. Bun uses WebKit's JavaScriptCore as the JavaScript engine, unlike Node.js and Deno, which both use V8.

Installation

Local

Rename .env.example to .env.local and fill the required fields

git clone https://github.com/ShivaBhattacharjee/AnimeTrix-next
cd AnimeTrix-next
bun install
bun dev

Server will start at http://localhost:3000/

Anime API Health test

bun test

Docker

Vist DockerHub Image

sudo docker run -p :3000 \
-e MONGODB_URI=yourmongodburi \
-e JWT_TOKEN=yourjwttoken \
-e NEXT_PUBLIC_EMAIL_SERVICE=gmail \
-e NEXT_PUBLIC_EMAIL=youremail \
-e NEXT_PUBLIC_ANIME_API_URL= self hosted url of https://github.com/consumet/api.consumet.org \
-e NEXT_PUBLIC_EMAIL_PASSWORD=yourpassword \
-e NEXT_PUBLIC_DOMAIN=http:/localhost:3000 \
immashiva/animetrix

Example

sudo docker run -p 8080:3000 \
-e MONGODB_URI=yourmongodburi \
-e JWT_TOKEN=yourjwttoken \
-e NEXT_PUBLIC_ANIME_API_URL= self hosted url of https://github.com/consumet/api.consumet.org \
-e NEXT_PUBLIC_EMAIL_SERVICE=gmail \
-e NEXT_PUBLIC_EMAIL=youremail \
-e NEXT_PUBLIC_EMAIL_PASSWORD=yourpassword \
-e NEXT_PUBLIC_DOMAIN=http:/localhost:3000 \
immashiva/animetrix

Host your own

  • Vercel

  • Netlify

  • Render

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it

  • Please make sure you check your spelling and grammar.

Creating A Pull Request

Wanna contribute to AnimeTrix ?

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/FeatureName)
  3. Commit your Changes (git commit -m 'Add some FeatureName')
  4. Push to the Branch (git push origin feature/FeatureName)
  5. Open a Pull Request

Raising an issue

If you're experiencing any problems with Animetrix, please be sure to review our issue template before opening a new issue. The template includes a list of questions and prompts that will help us better understand the issue you're experiencing, and it will ensure that we have all of the necessary information to investigate the problem.

We kindly ask that you provide as much detail as possible when submitting an issue, including steps to reproduce the problem, any error messages that you have seen, and any other relevant information. This will help us to identify and fix the issue more quickly.

Thank you for your cooperation, and we look forward to hearing from you!

Code of conduct

Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.

License

Distributed under the Apache License 2.0 . See LICENSE for more information.

ScreenShots

Home Page

Details

Stream

Visit Animetrix

Authors

  • Shiva Bhattacharjee - Shiva Bhattacharjee - AnimeTrix

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptanimeanime-downloaderanime-searchanime-website

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架