Skip to content

puzzlerush/mangastack

Repository files navigation

MangaStack Home Page

https://mangastack.netlify.app/

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.