nanoreader - a tiny readlater 2019-02-18 I wanted a simple self-hosted read-it-later service, something akin to Instapaper and Pocket, but without the overheads involved in running something like Wallabag. Failing to find one, I wrote my own[1], and have just released it to the wilds. It is very *very* simple, and uses Andres Rey’s php port of Mozilla’s Readability.js[2] to grab pages for reading. There’s no interface to speak of, just a lightweight api with POST and a DELETE calls exposed. All files are saved as flat html, with a json index. No databases. While writing it I’ve been prototyping it on my own site, and have been loving the experience. Its like the web, but the way it should be. If anyone else finds it useful, that’s a bonus. References [1] https://ringdown.ascraeus.org/dgold/nanoreader [2] https://github.com/andreskrey/readability.php