๐๐ OpenReader
June 6, 2026 ยท View on GitHub
๐๐ OpenReader
OpenReader is an open-source, self-host-friendly text-to-speech document reader built with Next.js for EPUB, PDF, TXT, MD, and DOCX with multilingual, synchronized read-along playback.
Previously named OpenReader-WebUI.
Get started in the docs.
โจ Highlights
- ๐งฑ Layout-aware PDF parsing with PP-DocLayoutV3 (ONNX) โ structured block detection, cross-page stitching, and geometry-based highlighting for precise read-along sync.
- โฑ๏ธ Word-by-word highlighting via ONNX Whisper alignment through the compute worker control plane (NATS JetStream-backed).
- โก Segment-based read-along for EPUB, PDF, TXT, MD, and DOCX โ sentence-aware TTS with cached audio segments, background preloading, and resumable playback.
- ๐ฏ Multi-provider TTS โ self-hosted OpenAI-compatible servers (Kokoro-FastAPI, KittenTTS-FastAPI, Orpheus-FastAPI) or cloud APIs (OpenAI, Replicate, DeepInfra).
- ๐ Multilingual support โ choose a document language for language-aware narration and highlighting. Available languages depend on the configured TTS provider and voice.
- ๐ง Audiobook export in
m4b/mp3with resumable chapter processing. - ๐๏ธ Flexible backend โ embedded SeaweedFS or S3-compatible storage, SQLite or Postgres, server library import, and device sync.
- ๐ณ Self-host friendly โ Docker (amd64/arm64), built-in auth/session support, and automatic startup migrations.
๐ Start Here
| Goal | Link |
|---|---|
| Run with Docker | Docker Quick Start |
| Deploy on Vercel | Vercel Deployment |
| Deploy external compute worker | Compute Worker (NATS JetStream) |
| Develop locally | Local Development |
| Configure auth | Auth |
| Configure SQL database | Database and Migrations |
| Configure object storage | Object / Blob Storage |
| Configure TTS providers | TTS Providers |
| Run Kokoro locally | Kokoro-FastAPI |
| Run KittenTTS locally | KittenTTS-FastAPI |
| Get support or contribute | Support and Contributing |
๐งญ Community
- Questions and ideas: GitHub Discussions
- Bug reports: GitHub Issues
- Contributions: open a pull request
๐ License
MIT. See LICENSE.