MyBibliotheca is your self-hosted personal library & reading tracker—an open-source alternative to Goodreads, StoryGraph, and Fable. Log, organize, and visualize your reading journey.
🚀 Installation & full documentation live only at mybibliotheca.org — click the “Documentation” badge below to get started!
- ISBN Lookup & bulk-import via CSV
- Reading progress states: Reading, Want to Read, Finished
- Daily logs + streak tracking
- Monthly wrap-up image collages
- Multi-user authentication & admin tools
- Responsive UI (Bootstrap)
For the full feature list, screenshots, and guides, head over to the docs linked above.
docker run -d \
--name mybibliotheca \
-p 5054:5054 \
-v /path/to/data:/app/data \
-e TIMEZONE=America/Chicago \
-e WORKERS=6 \
--restart unless-stopped \
pickles4evaaaa/mybibliotheca:1.1.1Licensed under the MIT License.
MyBibliotheca is open source and contributions are welcome!
Pull requests, bug reports, and feature suggestions are appreciated.