Skip to content

Personal web application for streaming anime with Russian voice acting

License

Notifications You must be signed in to change notification settings

ixieanais/aniweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Aniweb

Aniweb is a personal web application for streaming anime with Russian voice acting.

English | Russian

Overview

Aniweb is a personal web application for streaming anime with Russian voice acting from AniLiberty. The AniLiberty API is used to retrieve information about anime. The interface is made with love and specifically for those who used to watch anime on jut.su. The project is intended for local or self-hosted use.

Features

  • External APIs: uses the AniLiberty API to fetch information
  • Home page: shows the latest updated releases and releases that are queued for viewing
  • Release catalog: you can find interesting anime using filters: you can find interesting anime using filters
  • Top search bar: searches anime by query
  • Favorite releases: you can add a selected release to your favorites. To see all your favorite releases, go to the favorites section on the top panel
  • Player: instead of the usual player in HTML, the convenient and simple Plyr.js is used.
  • Mobile support: currently very poor support, but it partially exists
  • Marked watched episodes: when you finish watching an episode, the current episode is marked as watched

Tech Stack

Backend:

  • Python
  • FastAPI
  • uvicorn
  • Jinja2
  • SQLite

Frontend:

  • HTML
  • CSS
  • JavaScript
  • HLS.js
  • Plyr.js

Installation

Requirements: Python 3.11+

git clone https://github.com/ixieanais/aniweb.git
cd aniweb

pip install -r requirements.txt

Running

python main.py

Contributing

If you want to contribute to the project, I would be happy to see any interesting contributions!

  1. Fork the repository
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

License

Copyright © 2026 ixieanais.
Aniweb is MIT licensed.