๐๐ OpenReader
April 16, 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 synchronized read-along playback.
Previously named OpenReader-WebUI.
Get started in the docs.
โจ Highlights
- ๐ฏ Multi-provider TTS with OpenAI-compatible endpoints and cloud providers (Kokoro-FastAPI, KittenTTS-FastAPI, Orpheus-FastAPI or OpenAI, Replicate, DeepInfra).
- ๐ Read-along playback for PDF/EPUB with sentence-aware narration.
- โฑ๏ธ Word-by-word highlighting via optional
whisper.cpptimestamps. - ๐ Sync + library import to bring docs across devices and from server-mounted folders.
- ๐๏ธ Flexible storage with embedded SeaweedFS or external S3-compatible backends.
- ๐ง Audiobook export in
m4b/mp3with resumable chapter processing. - ๐ณ Self-host friendly with Docker, optional auth, and automatic startup migrations.
๐ Start Here
| Goal | Link |
|---|---|
| Run with Docker | Docker Quick Start |
| Deploy on Vercel | Vercel Deployment |
| 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.