5 ms·
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
by squallstar 4y 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 https://fragments.me
Here's the open-source code: https://github.com/squallstar/fragments https://github.com/squallstar/fragments
- tomcam 4y agoPretty neat! How do you run it for free?
- squallstar 4y agoFragments.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.
- tomcam 4y agoWhat a generous thing to do! Very kind.