ReimiV2

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.

Home Page

Home Page

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

Anime Home Page

Anime Home Page

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

Anime Banner

Anime Banner

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

Latest Anime Episodes

Latest Anime Episodes

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

Anime Details Page

Anime Details Page

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

Anime Video Player

Anime Video Player

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

Context Menu – Servers

Context Menu – Servers

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

Context Menu – Episodes

Context Menu – Episodes

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

Context Menu – Shortcuts

Context Menu – Shortcuts

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

Episode Title Hover

Episode Title Hover

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

Progress Bar Hover

Progress Bar Hover

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

Search Page

Search Page

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

Manga Home Page

Manga Home Page

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

Manga Banner

Manga Banner

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

Latest Manga Updates

Latest Manga Updates

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

Manga Details Page (Arabic)

Manga Details Page (Arabic)

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

Manga Details Page (English)

Manga Details Page (English)

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

Manga Reader

Manga Reader

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

Library View

Library View

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

Add Category

Add Category

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

Entry Context Menu

Entry Context Menu

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

Manage Categories

Manage Categories

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

Category Filter

Category Filter

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.