A dark flipbook-style ebook shelf that lets you upload a folder containing an ebook file plus a cover image, then read it with page-turn animations, bookmarks, quests, achievements, fullscreen, and backup save codes.
- Open PowerShell in this folder.
- Run
./serve.ps1 -OpenBrowser - The app will open at
http://localhost:4173/
If PowerShell blocks scripts, run:
powershell -ExecutionPolicy Bypass -File .\serve.ps1 -OpenBrowser
Put these files inside one folder:
- one ebook file such as
book.pdf,story.epub,notes.docx,chapter.txt,story.md, orbook.html - one image file, ideally
cover.jpg,cover.png, orcover.webp
- Progress, bookmarks, quests, and achievements save locally in the browser.
- A cookie mirror is written when possible.
- The
Save Code/Load Codebuttons let you export and restore a full backup string if browser storage fails.
A ready-to-test sample folder is included at sample-book/.