> ## Content Index
> Fetch the complete content index at: https://www.autodidacts.io/llms.txt
> Use this file to discover other available public pages before exploring further.

# First impressions of Readeck
- URL: https://www.autodidacts.io/readeck-open-source-read-it-later-app-with-kobo-support/
- Published: 2026-01-15T04:02:42.000Z
- Updated: 2026-01-29T15:24:28.000Z
- Description: A look at another open-source read-it-later app with Kobo support reminds me how pleasant it is to use well-built software
- Author: Curiositry
- Tags: 100DaysToOffload, Read-it-later, Wallabag, KOReader, Kobo, Readeck

I know [I said Wallabag won](https://www.autodidacts.io/wallabag-wins-despite-its-flaws/), but I spun up a [Readeck](https://readeck.org/?ref=autodidacts.io) instance with one Docker command, and it’s really impressive.

The main thing that caught my attention? The pageload times are *insanely* fast.

Here is a local install of Readeck serving the all articles page (with \~4,000 articles imported from Pocket CSV):

![](https://www.autodidacts.io/content/images/2026/01/local-readeck-all-articles-performance.png) 

It’s definitely not apples-to-apples because it’s a hosted instance (so no network latency, probably lower specs than my laptop), but here’s the page size and timings for a … *different* read it later app, with \~30 articles in the archive, loading the unread view (zero articles):

![](https://www.autodidacts.io/content/images/2026/01/hosted-wallabag-empty-view-performance.png) 

I had originally passed over Readeck for three reasons:

1. Wallabag has tighter Kobo/KOReader integration. **Update:** [not any more](https://github.com/curiositry/readeck.koplugin?ref=autodidacts.io).
2. I’m not a data hoarder (no, really, I’m not!) who needs or wants a complete forever archive of all the articles I’ve read, with images and everything.
3. It’s new, and apps like this come and go all the time

I tried importing my Pocket CSV. It seemed to be doing a pretty good job of fetching the content until the internet glitched. I didn’t figure out a way to *resume* fetching articles from an import. At this point I discovered another thing: unlike Wallabag etc, there didn’t seem to be a way to bulk-delete articles (either using bulk actions from a filter view, or a delete everything button on the user profile page). Annoying! [It’s on the roadmap](https://codeberg.org/readeck/readeck/issues/5?ref=autodidacts.io), though.

(I ended up deleting my `readeck-data` Docker volume and starting over.)

![Notice: in the screenshot, this article has no post image, because the screenshot hadn't been taken yet.](https://www.autodidacts.io/content/images/2026/01/readeck-read-it-later-screenshot-1.png) 

Notice: in the screenshot, this article has no post image, because the screenshot hadn’t been taken yet.

### Things I don’t like about Readeck:

1. What I just mentioned: the lack of bulk editing
2. There aren’t any hosted instances ([yet](https://readeck.org/en/start?ref=autodidacts.io#:~:text=Hosted%20service))
3. No option to limit complete archiving to starred articles, or disable images and just save fulltext, or disable content extraction entirely and just save URLs and metadata (personally, I want it to save fulltext for starred articles, and Internet Archive Wayback Machine links for everything else)
4. I haven’t found a way to manually re-fetch content for a specific article or set of articles, the way you can with Wallabag
5. It can pull from the Wallabag API for imports, but it can’t import Wallabag JSON
6. It has .zip exports that can be imported into Readeck, but doesn’t support exporting to a format that can be imported into other Read-it-later services without munging (having seen so many services come and go, seamless data portability is just about the #1 feature I look for; it bugs me when software puts more care into their import process than they do into exports, though I see the logic)

### Things I don’t know yet:

1. What will the monetization strategy will be in the long run? Will all features be available to self-hosters, like Wallabag?
2. How does the failed-to-fetch-content percentage compare to Wallabag and Instapaper?  
  - **Update:** Favourably! Readeck failed to fetch 1,043 articles, and Wallabag failed to fetch 1,108\. So very similar numbers, but Readeck wins by a small margin. At least 608 of these Pocket had failed to fetch, and many of the others are due to linkrot that isn’t Wallabag or Readeck’s fault.
3. How long will it exist?

### More things I like about Readeck:

1. It feels solid, simple, and well-built.  
  - **Update:** I read through the release-notes posts for every version of Readeck ever, and it re-inforced my confidence. The devloper seems to care about performance, privacy & security, and code quality; listen to user feedback, but not unquestioningly; accept contributions; and have a positive, community-minded attitude.  
    - I appreciated the thoughtful, non-dogmatic, pragmatic stance on AI integration. Oliver was clear he would not foist unwanted AI features on users, yet would consider using a well-tuned LLM for things that an LLM would actually be the right technology for, like auto-tagging.
2. You can use SQLite or PostgreSQL
3. You can try it with a single Docker command (and it just works)
4. It has an API, and pretty much all the features I need. **Update:** [and I found the API pleasant to use](https://www.autodidacts.io/readeck-api-like-star-favorite-entries-by-url-python-script/).
5. The development is on an open-source forge ([Codeberg](https://codeberg.org/readeck/readeck?ref=autodidacts.io)) rather than GitHub
6. There are (unoffical) KOReader plugins in development ([https://github.com/iceyear/readeck.koplugin](https://github.com/iceyear/readeck.koplugin?ref=autodidacts.io), [https://github.com/flip-rossi/readeck.koplugin](https://github.com/flip-rossi/readeck.koplugin?ref=autodidacts.io)), and a [maybe-abandoned pull request](https://github.com/baskerville/plato/pull/402?ref=autodidacts.io) for Plato.  
  - **Update:** I installed iceyear’s plugin on my Kobo, and it works. It is *slightly* less polished than the Wallabag plugin, but quite serviceable. (I would have chosen flip-rossi’s, because of signs that iceyear’s was vibecoded, but iceyear’s was significantly more active.)
  - **Update #2:** I [forked](https://github.com/curiositry/readeck.koplugin?ref=autodidacts.io) iceyear’s plugin, and added a (much better) version of [the patch I contributed to the Wallabag plugin to add starring support](https://www.autodidacts.io/star-wallabag-entry-from-koreader/), and have [opened a pull request (#20)](https://github.com/iceyear/readeck.koplugin/pull/20?ref=autodidacts.io).
7. It’s the one supported backend for [kobo-pocket-proxy](https://github.com/marklar423/kobo-pocket-proxy?ref=autodidacts.io), which allows you to use the default Kobo instapaper interface with an open-source, self-hosted backend. **Update:** I ran across two other projects that do the same thing, [Kobeck](https://github.com/Lukas0907/kobeck?ref=autodidacts.io) and [Readeckobo](https://github.com/eleith/readeckobo?ref=autodidacts.io).
8. [People say it works great as an OPDS provider](https://angelaambroz.com/posts/readeck/?ref=autodidacts.io) for KOReader on a Kobo  
  - **Update:** they’re right. Setting up OPDS and browsing Readeck from KOReader on my Kobo was straightforward, and doesn’t require any 3rd-party plugins. However, OPDS is read-only (no support for archiving, starring, annotating, or tagging from the client) so it doesn’t suit my article-reading workflow.
9. The resource requirements are modest (512mb ram, 200mb storage)
10. The full text search seems to work (and is really fast)
11. Did I mention that it’s one of the fastest-loading apps I’ve used?!

Readeck is developed by [Olivier Meunier](https://mamot.fr/@aspyrine?ref=autodidacts.io). It’s cool, check it out. 

****Note:** this post is part of [#100DaysToOffload](https://www.autodidacts.io/100daystooffload/), a challenge to publish 100 posts in 365 days. These posts are generally shorter and less polished than our normal posts; expect typos and unfiltered thoughts! [View more posts in this series.](https://www.autodidacts.io/tag/100daystooffload/)