So, Pocket's shutting down. Cue the minor existential crisis for a 10-year power user like myself. Over a thousand articles saved – a digital trail of my internet rabbit holes and "aha!" moments. The announcement hit, and it wasn't just about losing a service; it was about realizing how much of that curated knowledge was locked away, just for me. And the big question: migrate to another silo, or... something else?
I chose "something else."
The thought of another decade of private bookmarking, another walled garden of links, just didn't sit right. Why store up all this good stuff? Why not make it a public, evolving resource? And even better, why not let others chip in?
That's the new plan: Public, collaborative bookmarks, baked right into my static site.
Here's the details on how I'm pulling this off:
First, liberation. I grabbed my Pocket data (shoutout to them for a clean CSV export). Then came the data-janitor phase (loong hours on the job): I did some cleaning, replaced old links with updated ones, pruned the dead links, and removed articles that were well past their sell-by date. This newly-curated treasure trove of links is now living on a plain HTML bookmarks.html page on my site. Simple and effective.
Now, for the collaborative bit – this is where it gets fun (and very GitHub-y). I've added an "Add Bookmark" button. Clicking it doesn't pop up a sleek modal or hit a fancy API. Nope. It throws you straight into the GitHub editor for that bookmarks.html file.
The idea is beautifully simple:
- I/You find a cool link.
- I/You click "Add Bookmark."
- I/You paste the URL and title into the HTML (minimal formatting needed, I'll tidy it up).
- I/You submit a Pull Request.
- I review, merge, and boom – my/your contribution is live for everyone.
Is it as slick as Pocket's one-click save? Nah. The beauty is in its transparency and the "good enough" approach. I can quickly paste a link myself without fuss, knowing I'll circle back to format it properly later during a review.
This isn't just about replacing a tool; it's an experiment in open knowledge sharing. Will anyone else contribute? Maybe, maybe not. But the door's open. And either way, my digital breadcrumbs are now out in the open, hopefully leading others to some of the awesome corners of the web I've stumbled upon.
Let's see what the next decade of open bookmarking brings.