Ask HN: Does anybody still use bookmarking services?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • linkding

    Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.

  • Yup, I use a self hosted version of [1]

    [1]: https://github.com/sissbruecker/linkding

  • copy-as-org-mode

    A Firefox Add-on (WebExtension) to copy selected web page into Org-mode formatted text!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • promnesia

    Another piece of your extended mind

  • grasp

    A reliable org-capture browser extension for Chrome/Firefox

  • linkwarden

    ⚡️⚡️⚡️Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages and articles.

  • I’m working on one which auto captures them as a screenshot and PDF:

    https://github.com/Daniel31x13/link-warden

  • Yacy

    Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance

  • I have started doing something completely different than using bookmarks. I set up yacy[1] on a personal, internal server at my home, which I can access from all my devices, since they are always on my wireguard vpn.

    Yacy is actually a distributed search engine, but I run in 'Robinson mode' as a private peer, to keep it isolated, as I just want a personal search of only sites I have indexed.

    Anytime I come across something of interest, I index it with yacy, using a a depth of 0 (since I only want to index that one page, not the whole site). This way, I can just go to my search site, and search for something, and anything related that I've indexed before pops up. I found this works way better than trying to manage bookmarks with descriptions and tags.

    Also, yacy will keep a cache of the content which is great if the site ever goes offline or changes.

    If I need to browse, I can go use yacy's admin tools to see all the urls I have indexed.

    I have been using this for several months and I am using this way more than I ever used my bookmarks.

    [1] https://yacy.net/

  • ssh-bm

    An ssh bookmarking program

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Shaarli

    The personal, minimalist, super-fast, database free, bookmarking service - community repo

  • What you're looking for is Shaarli => https://github.com/shaarli/Shaarli

    There's a whole community of "shaarlist" in France, you can also fuse several shaarli in a "river"... Some rivers are my 2nd HckrNws when I want to read something.

  • my-awesome-template

    git-bookmarks template

  • * easy to access from the phone e.g. telegram

    These are my bookmarks https://myawesome.dev and this is the template https://github.com/my-awesome/my-awesome-template

    it's not perfect but it cover my needs ;-)

  • alfred-my-mind

    Alfred workflow to search through my notes and bookmarks

  • My bookmarking service is Alfred workflow I wrote: https://github.com/nikitavoloboev/alfred-my-mind

    It searches through links in my wiki: https://github.com/nikitavoloboev/knowledge

  • knowledge

    Everything I know

  • My bookmarking service is Alfred workflow I wrote: https://github.com/nikitavoloboev/alfred-my-mind

    It searches through links in my wiki: https://github.com/nikitavoloboev/knowledge

  • zotero

    Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.

  • I use Zotero for this now. I have a bunch of sub-collections (e.g. technical, interesting, fitness, etc.) and when I see a webpage I like I use the plug-in to save to Zotero. Better than a bookmark because it also saves a snapshot of the webpage, and, I can easily cite it if I'm writing a document.

    https://www.zotero.org/

  • LinkAce

    LinkAce is a self-hosted archive to collect links of your favorite websites.

  • I use self-hosted [linkace][1]. It is similar to Shaarli but has a little nicer interface.

    [1]: https://www.linkace.org/

  • ArchiveBox

    🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...

  • ArchiveBox documents how to automatically archive links from your browser history:

    https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Import-l...

  • spyglass

    A personal search engine: Create a searchable library from your personal documents, interests, and more!

  • A bit different, but I've been building something similar that runs locally: https://github.com/a5huynh/spyglass

    You create some rules for topics you want to index and it'll go out and crawl them. Searching through it is a global hotkey away.

  • Shiori

    Simple bookmark manager built with Go

  • This is the one I'm leaning towards using as well. (Though https://github.com/go-shiori/shiori was a close second.)

    Linkding uses SQLite as the database, which for self-hosting is such a huge win. It doesn't do much in the way of local archiving, but the interface looks so incredibly clean.

    I haven't tried this yet, but since I have "HTTP Shortcuts" (wonderful Android app) already installed I really appreciated the ability to be able to send bookmarks from my phone easily without installing anything new:

    https://github.com/sissbruecker/linkding/blob/ebbf0022bc44bf...

  • osmosmemo

    Turn GitHub into a bookmark manager

  • I use a browser extension to store bookmarks in GitHub https://github.com/osmoscraft/osmosmemo

  • Toshi

    A full-text search engine in rust

  • I do something similar, though I index the page myself via a little browser extension I wrote. I click a button, the content gets POSTed to a server that throws it in Toshi[1]. I hacked it together on a Saturday, and it's been pretty handy; as you describe, much more useful than any bookmarking approach I've tried before.

    [1] https://github.com/toshi-search/Toshi

  • filum

  • I use Pocket quite a bit.

    I've also recently cobbled together a CLI tool that lets me save discussion threads on Reddit, HN and Stack Exchange. Very much a beginner-level project but here it is in case anyone is interested:

    https://github.com/PizzaMyHeart/filum

  • programming-math-science

    This is a list of links to different freely available learning resources about computer programming, math, and science.

  • For some types of bookmarks I started to use a GitHub repositories with a markdown document in them. Those are my bookmarks collected mainly through HN:

    - A list of freely available articles, tutorials, book about programming, math and science: https://github.com/bobeff/programming-math-science

    - A list of open source games: https://github.com/bobeff/open-source-games

  • open-source-games

    A list of open source games.

  • For some types of bookmarks I started to use a GitHub repositories with a markdown document in them. Those are my bookmarks collected mainly through HN:

    - A list of freely available articles, tutorials, book about programming, math and science: https://github.com/bobeff/programming-math-science

    - A list of open source games: https://github.com/bobeff/open-source-games

    I've been using upvotes as a way to save things, and then using a script (https://github.com/anishthite/HN-Saved-Links-Export) to export them to json so I can search through them.

  • pinprick

    Pinboard bookmark mailer

  • I use the API to send myself a daily email with a combination of random and anniversary bookmarks:

    https://github.com/klenwell/pinprick

    I find it a good way to keep in touch with past bookmarks and do some light maintenance.

  • OneTab-Night-Mode

    Little theme for the onetab page to make it less eye raping.

  • Thanks for the recommendation. This is going to change my life.

    https://www.one-tab.com/

  • goggles-quickstart

    Educational material to learn about Goggles and how to create your own.

  • Not sure if you noticed this bubble up on HN earlier in the week but this might be helpful.

    It's not bookmarking as much as site-marking, and then having your own search engine based on that collection.

    Figured it was worth mentioning.

    https://github.com/brave/goggles-quickstart/blob/main/gettin...

  • bookmarks

    My personal DIY bookmarks app (by blakewatson)

  • I’ve been a Pinboard customer since 2010 and I subscribed to the archival service several years. But archival seems to have stopped on my account. I think I emailed once but never received a reply (which I’ve heard is common). I love the philosophy of Pinboard and I also like Maciej. That said I recently decided to roll my own bookmarks tool with Wayback Machine archival capability.

    https://github.com/blakewatson/bookmarks

  • xBrowserSync

    xBrowserSync browser extensions / mobile app (by xbrowsersync)

  • cli-bookmarker

    Discontinued A portable command line bookmarking tool that allows fuzzy search and configurable launchers.

  • yacy-it

    Discontinued Add browser pages to your local YACY index

  • I really liked this setup. The only point of friction for me was adding the links to the index via the crawler everytime. So I created a Firefox Extenstion to do it directly from the address-bar.

    If someone is interested, you can download it from here: https://addons.mozilla.org/en-US/firefox/addon/yacy-it/

    Limitation: It currently supports only YaCy running on localhost and unprotected. You might have to configure CORS as outlined here -> https://github.com/tecoholic/yacy-it#configuring-yacy

  • YaCyIndexerGreasemonkey

    Greasemonkey script to index visited websites with the YaCy P2P search engine.

  • I had trouble with that, I ended up using this userscript https://github.com/JeremyRand/YaCyIndexerGreasemonkey

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts