Reimi V2 is one of my most meaningful projects—built with passion and a deep love for anime and manga. Over the past year, I developed it as a full-featured Electron.js app focused on Arabic content, allowing users to watch anime and read manga through custom web scraping. Features like library management and categories are handled client-side using localStorage. Used by friends and constantly evolving, Reimi V2 has been a rewarding learning experience.
The app is still in development, but you can try the beta (v0.0.2) via GitHub: Download v0.0.2 Beta.

Displays the user's personalized library of anime and manga entries stored locally using localStorage.

Features a banner of pinned anime followed by a dynamic section of the latest episode updates scraped from Anime4up.

An interactive Swiper.js-powered banner displaying pinned anime entries that redirect to their respective details pages when clicked.

Lists the latest anime episode releases from Anime4up. Clicking an item navigates the user directly to the video player.

Provides detailed information about the selected anime including title, synopsis, genres, status, and episode list with an option to add it to the library.

A custom video player that supports advanced features and is accessible from both the home and details pages.

First section of the custom modal triggered on right-click, allowing the user to switch between available video servers.

Second section of the modal offering navigation between episodes and a quick return to the anime details page.

Final section displaying all available keyboard shortcuts to enhance playback control and user experience.

Displays the current episode title when the user hovers near the top of the video player.

Reveals the video progress bar on hover with auto-hide functionality using mouse enter/leave events.

Supports both anime and manga queries, displaying all matching entries retrieved from multiple sources.

Displays pinned manga entries and latest chapters across three sources: two Arabic (3asq, Despair) and one English (Comick).

Swiper-based banner showcasing highlighted manga titles from all supported sources.

Displays recently updated manga entries across sources in a clean and scrollable format.

Presents full details for Arabic manga including chapters, categories, and an 'Add to Library' option.

Same as the Arabic version, but for English sources such as Comick, showing chapters and metadata.

A simple, functional manga reader that displays all pages of a selected chapter. Will be enhanced in future versions.

The main dashboard for users to view all anime and manga they’ve added, stored via localStorage.

Allows users to create custom categories from the sidebar for organizing their library entries.

Right-clicking a library entry opens a modal with options to manage or remove it from categories.

A modal that provides the ability to assign entries to categories or delete them from existing ones.

Displays all user-created categories in the sidebar. Clicking on one filters the library view to its entries.
Note: This project is still under active development, but you can download the current version or explore the source code on GitHub:
https://github.com/4nglp/ReimiV2
The next planned beta release (v0.0.3) will feature an improved manga reader and support for user accounts, replacing localStorage with a more scalable system.