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.<p>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.<p>Source code:<p><a href="https://github.com/PizzaMyHeart/sammelband-server" rel="nofollow">https://github.com/PizzaMyHeart/sammelband-server</a> [back-end]<p><a href="https://github.com/PizzaMyHeart/sammelband-frontend" rel="nofollow">https://github.com/PizzaMyHeart/sammelband-frontend</a> [front-end]<p>(I'm not a professional dev, so please forgive me if the code makes your eyes bleed.)<p>Any feedback is much appreciated!