Hacker News new | ask | show | jobs
by squallstar 1314 days ago
I always found bookmark apps to be missing the features I needed to I ended building my own open-source bookmarking tool back in 2015 and I still use it to this day. I'll share it here in case it's helpful to any of you.

Here's where it's being hosted as a service: https://fragments.me

Here's the open-source code: https://github.com/squallstar/fragments

1 comments

Pretty neat! How do you run it for free?
Fragments.me doesn't run it for free, I pay for hosting and devops (which I do on my own).

Running it on your own should take minutes as it's just a Meteor app, so anything like a cheap ubuntu box with node.js and meteor would do.

What a generous thing to do! Very kind.