And then there’s Readeck
A look at another open-source read-it-later app with Kobo support
I know I said Wallabag won, but I spun up a Readeck 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):
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):
I had originally passed over Readeck for three reasons:
- Wallabag has tighter Kobo/KOReader integration
- 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.
- 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, though.
(I ended up deleting my readeck-data Docker volume and starting over.)
Things I don’t like about Readeck:
- What I just mentioned: the lack of bulk editing
- There aren’t any hosted instances (yet)
- 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)
- 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
- It can pull from the Wallabag API for imports, but it can’t import Wallabag JSON
- 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:
- What will the monetization strategy will be in the long run? Will all features be available to self-hosters, like Wallabag?
- How does the failed-to-fetch-content percentage compare to Wallabag and Instapaper?
- How long will it exist?
More things I like about Readeck:
- It feels solid, simple, and well-built.
- You can use SQLite or PostgreSQL
- You can try it with a single Docker command (and it just works)
- It has an API, and pretty much all the features I need
- The development is on an open-source forge (Codeberg) rather than GitHub
- There are (unoffical) KOReader plugins in development (https://github.com/iceyear/readeck.koplugin, https://github.com/flip-rossi/readeck.koplugin), and a maybe-abandoned pull request for Plato.
- It’s the one supported backend for kobo-pocket-proxy, which allows you to use the default Kobo instapaper interface with an open-source, self-hosted backend.
- People say it works great as an OPDS provider for KOReader on a Kobo
- The resource requirements are modest (512mb ram, 200mb storage)
- The full text search seems to work (and is really fast)
- Did I mention that it’s one of the fastest-loading apps I’ve used?!
Readeck is developed by Olivier Meunier. It’s cool, check it out.