If you're in the extremely specific niche of webcomic artist who also dabbles in some webdev (Neocities, etc.), you might find this interesting.
The Cloudburst Comic Reader is an open-source JS comic reader I designed for my Neocities site. You can check out the repo here: https://github.com/hydromecha/cloudburst_comic_reader
For a live demo of the reader, check out Hydromecha.Website (if something looks broken try clearing your browser's cache/hitting ctrl+F5)
Key Features
- Can be used to host multiple comics all from a single webpage.
- URL hashes let you bookmark or link to specific comics/chapters/pages.
- Next and previous (if applicable) pages are preloaded to make for a smoother reading experience.
- Procedurally creates menu elements based on the information you enter.
- Built-in tutorial (clone the repo and open the html file in a browser).