---
source_url: "https://github.com/crocodilestick/Calibre-Web-Automated/issues/319"
title: "[Feature Request] Sync Progress with KOReader · Issue #319 · crocodilestick/Calibre-Web-Automated · GitHub"
mirrored_at: 2026-08-22T01:31:42.809Z
host: github.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/github.com/crocodilestick/Calibre-Web-Automated/issues/319"
---

> **Original source:** https://github.com/crocodilestick/Calibre-Web-Automated/issues/319

**Is your feature request related to a problem? Please describe.**  
I see Kobo progress sync and Hardcover.app are being worked on. I think it would also be great to sync reading progress with other ereaders running [KOReader](https://koreader.rocks/). This would include jailbroken Kindles and ereaders from Pocketbook etc, as well as Android devices.

**Describe the solution you'd like**  
Calibre-web-automated could act as a KOReader sync server, adapting or including the project here: [https://github.com/koreader/koreader-sync-server](https://github.com/koreader/koreader-sync-server)

For books in the Calibre library, progress could be displayed on the book page and synced to Hardcover.app.

**Additional context**

Komga, a comics and manga focused self-hosted library app, [added a similar integration recently.](https://komga.org/docs/guides/koreader/)

The KOReader software can currently only be configured with a single syncing server. This means that a project like Calibre-web-automated would either need to handle syncing of progress data for any book, not just those found in its database, or it would need to proxy those sync operations to a different sync server. Komga currently does neither, but has suggested it may add the option to proxy syncs for books it doesn't recognize in the future.