Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.58 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.58 KB

MangaStack Home Page

https://mangastack.cf/

About

MangaStack is a free, web-based manga reader for MangaDex.

It uses MangaDex's API version 2

Currently, the backend is hosted on Heroku free tier, which can sometimes lead to slow cold starts.


Project Status

Currently being reworked to use MangaDex's new V5 API. The V2 API, which this site originally used, is no longer available.

Features

  • Mobile friendly
  • Dark theme (Halloween)
  • Automatic bookmarks/tracking of reading progress
  • Fast search through MangaDex's catalog
  • No authentication required
  • Multiple language support

Screenshots


MangaDex Search API

Uses the https://mangadb-search.herokuapp.com/mangadb/search API endpoint to allow for fast search of all of MangaDex's titles, without the need for authentication.

Go to the mangadb repo for more info.