AntReader is a simple ebook reader I wrote in PHP. It’s design is mainly optimized for mobile but also works quite well on desktop.
A very specific file-structure is required for it to function:
_books
├── Animal Farm
│ ├── content.md
│ └── cover.png
└── The War of the Worlds
├── content.md
└── cover.png