Hacker News new | ask | show | jobs
Show HN: Collate web pages to read later with Sammelband (sammelband.app)
1 points by pizzicato 1562 days ago
1 comments

Hello HN. sammelband.app is a hobby project written in Javascript that I started recently after stumbling upon Mozilla's Readability library. It is a web app that takes one or more URLs and extracts the relevant content from each web page to a single document, which can then be downloaded to your device or sent to your email. Pocket integration is available, and I plan to add integrations with other bookmarking services.

How useful is this? Honestly, I'm not sure, but I've learned a ton about web dev during the month I spent on this. There's also a special joy in seeing something I kludged together in my free time live on the Internet.

Source code:

https://github.com/PizzaMyHeart/sammelband-server [back-end]

https://github.com/PizzaMyHeart/sammelband-frontend [front-end]

(I'm not a professional dev, so please forgive me if the code makes your eyes bleed.)

Any feedback is much appreciated!