ReadRot is a client-side reading app for PDF, EPUB, and text-like formats.
It runs fully in the browser with no backend.
- Upload and read: PDF, EPUB, TXT, MD, HTML, XML, JSON, CSV, RTF, and more
- Reading modes: Classic, Bionic, Speed (RSVP), ROT
- Reader controls: typography, colors, width, spacing, traversal, chapter mode
- Progress tracking: chapter and reading position persistence
- Keyboard shortcuts for playback and navigation
Use any static server from the project root.
npx http-server -p 8080Then open http://localhost:8080.
Open index.html with Live Server.
Use the Deploy to Cloudflare button above.
- Go to Cloudflare Dashboard -> Workers & Pages -> Create -> Pages -> Connect to Git.
- Select this repository.
- Configure build:
- Framework preset: None
- Build command: (leave empty)
- Build output directory:
.
- Deploy.
index.html
src/
main.js
parser/
modes/
ai/
ui/
utils/
- API keys (Gemini/OpenAI/OpenRouter) are stored in browser storage only.
- EPUB parsing uses robust fallback logic for compatibility across different EPUB files.