<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Henry van den Broek</title>
    <description>The latest articles on DEV Community by Henry van den Broek (@hbroek).</description>
    <link>https://dev.to/hbroek</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3894940%2F9dd624ac-7d89-4ce5-b504-a069eede4cad.png</url>
      <title>DEV Community: Henry van den Broek</title>
      <link>https://dev.to/hbroek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hbroek"/>
    <language>en</language>
    <item>
      <title>Prompt-Based Bookmark Management: Talk to Your Bookmarks</title>
      <dc:creator>Henry van den Broek</dc:creator>
      <pubDate>Mon, 04 May 2026 13:11:32 +0000</pubDate>
      <link>https://dev.to/linkagogo/prompt-based-bookmark-management-talk-to-your-bookmarks-5c27</link>
      <guid>https://dev.to/linkagogo/prompt-based-bookmark-management-talk-to-your-bookmarks-5c27</guid>
      <description>&lt;p&gt;What if managing your bookmarks felt like talking to a colleague? Not clicking through menus, not filling out forms, not dragging items between folders. Just saying what you want done.&lt;/p&gt;

&lt;p&gt;That's what prompt-based bookmark management looks like. LinkaGoGo connects to AI assistants like Claude, ChatGPT, and Cursor through the Model Context Protocol (MCP) — giving your AI direct access to your bookmark collection. You talk. It acts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Save bookmarks without leaving your flow
&lt;/h2&gt;

&lt;p&gt;You're deep in a coding session. You find a great article about Rust's async runtime. In the old world, you'd right-click, bookmark, pick a folder, maybe add tags. That's four context switches.&lt;/p&gt;

&lt;p&gt;With MCP, you stay where you are:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Save &lt;a href="https://tokio.rs/blog/async-runtime" rel="noopener noreferrer"&gt;https://tokio.rs/blog/async-runtime&lt;/a&gt; to my Rust folder with keywords async runtime concurrency"&lt;br&gt;
`&lt;br&gt;
Done. Title fetched automatically. Keywords added. Filed in the right folder. You never left your editor.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is especially powerful during research sessions. You've been evaluating five database options and have the URLs ready. Instead of bookmarking each one individually:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Create a folder called Database Evaluation and save these five bookmarks. Tag them all with 2026-q2-research."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One prompt replaces fifteen minutes of manual filing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwy9wesq57d3wpcvlqmym.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwy9wesq57d3wpcvlqmym.png" alt="Save while you research" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Ask questions about your collection
&lt;/h2&gt;

&lt;p&gt;Your bookmarks aren't just a list — they're a dataset. A record of everything you've found worth keeping over the years. Prompt-based management lets you query that dataset naturally:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"How many bookmarks do I have about machine learning?"&lt;/li&gt;
&lt;li&gt;"What's my most visited bookmark this month?"&lt;/li&gt;
&lt;li&gt;"Show me bookmarks I added last week but never visited"&lt;/li&gt;
&lt;li&gt;"Do I have any dead links?"&lt;/li&gt;
&lt;li&gt;"What reminders are due today?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;code&gt;get_stats&lt;/code&gt; tool gives you a bird's-eye view: total bookmarks, folder count, dead links, and more. But the real power is combining search with action.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh3pdk6syqce0ulct7fam.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh3pdk6syqce0ulct7fam.png" alt="Ask about your collection" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Bulk cleanup in plain English
&lt;/h2&gt;

&lt;p&gt;Every bookmark collection accumulates cruft. Dead links to pages that moved. Duplicates from different browsers. Bookmarks with titles like "Untitled" or "localhost:3000" that made sense at the time.&lt;/p&gt;

&lt;p&gt;Cleaning this up manually is soul-crushing. With prompts, it's a conversation:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Find all my dead links"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The AI checks your collection and returns a list of broken URLs, redirects, and uncertain links — complete with Wayback Machine matches for anything that's been archived.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Delete the dead ones and update the redirected ones to their new URLs"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hundreds of bookmarks cleaned up in two sentences. Or go deeper:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Find bookmarks I haven't visited in over two years and remove them from favorites"&lt;/p&gt;

&lt;p&gt;"Tag all bookmarks in my News folder that don't have keywords yet with 'news untagged'"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Keywords that actually get written
&lt;/h2&gt;

&lt;p&gt;Here's an honest truth about bookmark management: nobody writes keywords. You save the link, maybe pick a folder, and move on. The keywords field sits empty on 90% of bookmarks.&lt;/p&gt;

&lt;p&gt;With AI enhancement, you can fix years of neglect in minutes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Find bookmarks without keywords and suggest some based on their titles and URLs"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;LinkaGoGo's batch AI Enhance does this at scale. Select a folder of bookmarks, click &lt;strong&gt;AI&lt;/strong&gt;, and every bookmark gets a proper title, description, and keywords generated from its content. But through MCP, you can be even more specific:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Add the keyword 'reference' to all bookmarks in my Documentation folder"&lt;/p&gt;

&lt;p&gt;"Remove the tag 'old' from everything in Recipes"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The research workflow
&lt;/h2&gt;

&lt;p&gt;Where prompt-based management really shines is research. When you're exploring a topic — evaluating tools, comparing approaches, building a reading list — bookmarks are your working memory.&lt;/p&gt;

&lt;p&gt;A typical research session through MCP:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Start&lt;/strong&gt;: "Create a folder called Kubernetes Migration"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collect&lt;/strong&gt;: "Save these five articles about K8s migration strategies to that folder" (paste URLs)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Annotate&lt;/strong&gt;: "Add the keyword 'helm' to the ones about Helm charts"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rate&lt;/strong&gt;: "Give 5 stars to the official migration guide and the CNCF best practices doc"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remind&lt;/strong&gt;: "Set a weekly reminder on the migration checklist"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Review later&lt;/strong&gt;: "What's in my Kubernetes Migration folder?"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No tabs to manage. No forms to fill. No UI to navigate. Just the research.&lt;/p&gt;

&lt;h2&gt;
  
  
  Export and share
&lt;/h2&gt;

&lt;p&gt;Your collection isn't just for you. Need to share your cooking bookmarks with a friend? Send a reading list to a colleague?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Export my Recipes folder as an HTML bookmark file"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The AI calls LinkaGoGo's export and hands you a standard Netscape bookmark file that any browser can import. Or export as XBEL to preserve all the LinkaGoGo metadata — ratings, reminders, keywords, visit counts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting it up
&lt;/h2&gt;

&lt;p&gt;Connecting LinkaGoGo to your AI assistant takes about two minutes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generate an API key in &lt;strong&gt;Account &amp;gt; API Keys&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Add the LinkaGoGo MCP server to your assistant's config&lt;/li&gt;
&lt;li&gt;Start talking to your bookmarks&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Full setup instructions for Claude Desktop, VS Code, Cursor, and other MCP-compatible clients are on the &lt;a href="https://www.linkagogo.com/mcp-setup" rel="noopener noreferrer"&gt;MCP setup page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F00zqhh08yjvl85f55jxv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F00zqhh08yjvl85f55jxv.png" alt="Your bookmarks in every conversation" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The shift
&lt;/h2&gt;

&lt;p&gt;Traditional bookmark management is a chore you do separately from your actual work. You stop what you're doing, open the bookmark manager, click through folders, fill in fields, and go back to what you were doing. Most people don't bother, which is why most bookmark collections are a mess.&lt;/p&gt;

&lt;p&gt;Prompt-based management dissolves that boundary. Your bookmarks become part of your conversation, your research flow, your coding session. You don't manage bookmarks — you just mention them, and they get managed.&lt;/p&gt;

&lt;p&gt;The best organizational system is the one you actually use. And nothing is easier to use than your own words.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkagogo.com/mcp-setup" rel="noopener noreferrer"&gt;Set up MCP integration&lt;/a&gt; and start managing your bookmarks by talking to them. Plus and Premium plans include API access.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>productivity</category>
      <category>bookmarks</category>
    </item>
    <item>
      <title>Rewriting LinkaGoGo - my 25 year old Online Bookmark Manager</title>
      <dc:creator>Henry van den Broek</dc:creator>
      <pubDate>Mon, 27 Apr 2026 16:11:00 +0000</pubDate>
      <link>https://dev.to/hbroek/rewriting-linkagogo-my-25-year-old-online-bookmark-manager-25c9</link>
      <guid>https://dev.to/hbroek/rewriting-linkagogo-my-25-year-old-online-bookmark-manager-25c9</guid>
      <description>&lt;p&gt;I've been running LinkaGoGo since 2001. Here's what it took to rebuild it from scratch with AI.&lt;/p&gt;

&lt;p&gt;About a year ago, I tried using AI coding assistants. The results were disappointing — occasionally there'd be a magic moment, but most of the time the code didn't work and required extensive debugging. I walked away and wrote it off as hype.&lt;/p&gt;

&lt;p&gt;Then, this February, two things made me reconsider. My sister mentioned her company was exploring AI to automatically resolve JIRA tickets. And a blog post described building real applications in vanilla HTML/CSS/JavaScript — no frameworks — with AI assistance. Something had changed. I decided to find out what.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Brief History: 25 Years of Bookmarks
&lt;/h2&gt;

&lt;p&gt;LinkaGoGo went live in May 2001 — before "social bookmarking" was a phrase, before del.icio.us existed, when storing bookmarks online so you could reach them from any computer felt genuinely futuristic.&lt;/p&gt;

&lt;p&gt;Over the years, the codebase accumulated layers. Features were bolted on. The UI got tweaks but never a rethink. The underlying Java servlets worked, but it was the kind of code you're afraid to touch because you've forgotten why half of it exists. By 2026, I had more than 6,000 bookmarks across 300+ folders and a loyal user base — but the product was showing its age badly.&lt;/p&gt;

&lt;p&gt;I'd attempted rewrites before. REST APIs in XML, then JSON. Different frontend frameworks. I even built my own reactive framework, Reken, to make a rewrite easier — got a working prototype I used for years — but never made it public because it couldn't match the scope of the original. AI hadn't helped much there either; it struggled with a framework it had barely seen.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rebuild: Claude as Co-Developer
&lt;/h2&gt;

&lt;p&gt;The turning point came during a walk, where I got the idea: what if I ditched all the old code and started from scratch — keeping only the database and its schema?&lt;/p&gt;

&lt;p&gt;I installed Claude Code in an empty directory, added a markdown file describing the schema and UI paradigm (semantic HTML5, JavaScript, CSS — no frameworks), and started iterating. We landed on Python FastAPI for the backend, fronted by nginx. Within a week, 80% of LinkaGoGo was rebuilt with a responsive, modern UI. Within two weeks, I felt confident enough to ship it.&lt;/p&gt;

&lt;p&gt;What came out the other side:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A completely new UI&lt;/strong&gt; — clean, fast, single-page app with light and dark mode, multiple views (folder tree, timeline, rating-sorted), and a customizable dashboard. The classic interface still runs for longtime users who prefer it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Advanced search&lt;/strong&gt; — operators like &lt;code&gt;url:&lt;/code&gt;, &lt;code&gt;visited:30d&lt;/code&gt;, &lt;code&gt;created:1095d+&lt;/code&gt;, &lt;code&gt;sort:visit_count_desc&lt;/code&gt;. The kind of power-user syntax that makes managing 5,000 bookmarks tractable. Claude helped design the query parser, write the MySQL queries, and catch edge cases I'd have missed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Browser extensions&lt;/strong&gt; — manifest versions, content scripts, background workers, cross-browser quirks. Claude handled the boilerplate and, more importantly, helped think through the UX.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI integration via MCP&lt;/strong&gt; — LinkaGoGo now has a Model Context Protocol server that lets you manage bookmarks by talking to Claude, ChatGPT, or any MCP-compatible client. Say "find all my AI bookmarks I haven't visited in six months" and it just works. The irony of building an AI feature with AI, for an AI to use, is not lost on me.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Email-to-bookmark, dead link detection, duplicate finder, reminder system, shared public folders&lt;/strong&gt; — feature after feature, built faster and with fewer bugs than I'd have managed alone.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Actually Changed
&lt;/h2&gt;

&lt;p&gt;A year ago, AI coding felt like autocomplete on steroids — useful for individual lines, but not for the kind of thinking that goes into architecture.&lt;/p&gt;

&lt;p&gt;What I experience now is closer to having a senior developer available at any hour: someone who remembers everything in the session, can context-switch between your database schema, your frontend JavaScript, your nginx config, and your marketing copy without losing the thread, and will push back when your approach has a problem without lecturing you.&lt;/p&gt;

&lt;p&gt;The single biggest productivity unlock wasn't any specific feature. It was being able to think out loud. I could say "I'm not sure whether to handle this in the backend or the frontend — here are the tradeoffs" and get a response that genuinely extended my thinking rather than just agreeing with me.&lt;/p&gt;

&lt;p&gt;That wasn't my experience a year ago. Something changed — in the models, in the tooling, or in how I learned to work with them. Probably all three.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Product, Today
&lt;/h2&gt;

&lt;p&gt;LinkaGoGo in 2026 is faster, cleaner, and more capable than anything I could have built alone in a reasonable timeframe. It's also the same service that has been running continuously since 2001 — the oldest registered users have 25 years of bookmarks intact.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.linkagogo.com/" rel="noopener noreferrer"&gt;www.linkagogo.com&lt;/a&gt; — the rebuilt app, 7-day free trial&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.linkagogo.com/screenshots" rel="noopener noreferrer"&gt;www.linkagogo.com/screenshots&lt;/a&gt; — new UI screenshots&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.linkagogo.com/mcp-setup" rel="noopener noreferrer"&gt;www.linkagogo.com/mcp-setup&lt;/a&gt;] — MCP integration for AI clients&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The old UI is still at &lt;a href="http://www.linkagogo.com/go/Home" rel="noopener noreferrer"&gt;www.linkagogo.com/go/Home&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The lesson I keep coming back to: the tools got better, but so did I. Learning to work with an AI collaborator — what context to give it, when to trust it, when to push back, how to break problems down — is a skill. I didn't have it a year ago. I do now.&lt;/p&gt;

&lt;p&gt;That skill is probably worth more than any single feature I shipped.&lt;/p&gt;

&lt;p&gt;Originally published at &lt;a href="https://blog.henryvandenbroek.com/rewrite-linkagogo-my-25-year-old-online-bookmark-manager/" rel="noopener noreferrer"&gt;https://blog.henryvandenbroek.com/rewrite-linkagogo-my-25-year-old-online-bookmark-manager/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>indiehacker</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Why Bookmark Managers Keep Dying — and How to Pick One That Won't</title>
      <dc:creator>Henry van den Broek</dc:creator>
      <pubDate>Fri, 24 Apr 2026 04:00:00 +0000</pubDate>
      <link>https://dev.to/linkagogo/why-bookmark-managers-keep-dying-and-how-to-pick-one-that-wont-1i8f</link>
      <guid>https://dev.to/linkagogo/why-bookmark-managers-keep-dying-and-how-to-pick-one-that-wont-1i8f</guid>
      <description>&lt;p&gt;There's a graveyard of bookmark services that were, at one point, the obvious choice. Delicious. Google Bookmarks. Pocket. Each one attracted millions of users, earned trust, and then disappeared.&lt;/p&gt;

&lt;p&gt;If you've ever lost a bookmark collection to a shutdown, you know the feeling. It's not catastrophic — it's not like losing family photos. But it's a slow, annoying erosion of something you built over years. All those links you carefully saved, tagged, and organized — gone because someone else's business model didn't work out.&lt;/p&gt;

&lt;h2&gt;
  
  
  The graveyard
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Delicious&lt;/strong&gt; (2003-2017) — The original social bookmarking service. Acquired by Yahoo in 2005, neglected, sold to AVOS in 2011, sold again to Pinboard in 2017, then shut down. Fourteen years of slow death by acquisition.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google Bookmarks&lt;/strong&gt; (2005-2023) — Google's standalone bookmark service, separate from Chrome bookmarks. Quietly discontinued in 2023 with minimal notice. If Google won't maintain a bookmark service, what does that tell you?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pocket&lt;/strong&gt; (2007-2025) — Started as Read It Later, rebranded to Pocket, acquired by Mozilla in 2017. Mozilla shut it down in 2025 as part of cost-cutting. Eight years of Mozilla ownership, then gone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Diigo&lt;/strong&gt; — Still technically alive, but development stalled years ago. The interface looks like 2012 because it is. Users report bugs that never get fixed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pinboard&lt;/strong&gt; — A one-person operation that attracted a loyal following with its "social bookmarking for introverts" pitch. The sole developer moved on to other interests. The service still runs, but feature development stopped long ago.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why they die
&lt;/h2&gt;

&lt;p&gt;The pattern is remarkably consistent.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8uuxfekk77dd28s8pxns.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8uuxfekk77dd28s8pxns.png" alt="The VC death cycle" width="680" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Free services can't sustain themselves.&lt;/strong&gt; Delicious was free. Google Bookmarks was free. Pocket had a free tier that most users never upgraded from. When the money runs out or priorities shift, free users have no leverage. You're not a customer — you're a metric.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VC-funded companies need to 10x.&lt;/strong&gt; Venture capital demands exponential growth. A bookmark manager is a utility — people use it steadily, not virally. When a VC-backed bookmark service can't hit hockey-stick growth targets, the founders pivot to something else or the company gets acqui-hired for the team, not the product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Acquisitions kill products.&lt;/strong&gt; Yahoo bought Delicious for the team and the user base, not because they cared about bookmarks. Mozilla bought Pocket to bundle it with Firefox, not to run a standalone service. When the acquirer's priorities change, the acquired product is the first thing cut.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solo developers burn out.&lt;/strong&gt; Running a web service is relentless. Servers need monitoring, spam needs blocking, support emails need answering, browsers keep changing APIs. A single developer can sustain this for years, but not forever.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes a bookmark manager survive?
&lt;/h2&gt;

&lt;p&gt;Turn the failure patterns inside out and you get a blueprint for survival:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paid from day one.&lt;/strong&gt; When users pay, the business has customers instead of metrics. Revenue aligns incentives — the company survives by keeping users happy, not by chasing growth or selling data. This is boring. Boring is the point.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Small and sustainable.&lt;/strong&gt; A bookmark manager doesn't need fifty engineers. It needs a small team that can maintain the service profitably without external funding. No VC means no pressure to pivot, no pressure to sell, no pressure to "grow or die."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standard export formats.&lt;/strong&gt; Even the most trustworthy service should let you leave. Netscape HTML and XBEL are open bookmark formats that every browser and most bookmark tools can import. If a service doesn't support full export in a standard format, your bookmarks are hostages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A track record.&lt;/strong&gt; Anyone can launch a bookmark manager. The question is whether they'll still be running it in five years. Or ten. Or twenty.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ikflf9xsxtmk33ukft6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ikflf9xsxtmk33ukft6.png" alt="Always have an exit plan" width="680" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  LinkaGoGo's story
&lt;/h2&gt;

&lt;p&gt;LinkaGoGo has been online since 2001. Twenty-five years.&lt;/p&gt;

&lt;p&gt;It's not a startup. It's not VC-funded. It's not a side project that might get abandoned when something shinier comes along. It's a small, self-funded business that charges money for a service and uses that money to keep the service running. That's the entire business model.&lt;/p&gt;

&lt;p&gt;Plans start at $4.95/year. Not $4.95/month — per year. The pricing is designed to be low enough that you never think about canceling, and high enough that the service can sustain itself without ads, data mining, or VC subsidies.&lt;/p&gt;

&lt;p&gt;LinkaGoGo exports in both Netscape HTML and XBEL formats. If you ever want to leave, your bookmarks come with you. No lock-in, no data ransom, no "please contact support to request an export."&lt;/p&gt;

&lt;p&gt;This isn't a pitch for why LinkaGoGo is the best bookmark manager in every dimension. It's a pitch for why it will still be here next year, and the year after that. In an industry where services keep dying, longevity is a feature.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdewh5m5ffa6ptb6up5pl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdewh5m5ffa6ptb6up5pl.png" alt="Still here" width="680" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to evaluate any bookmark manager
&lt;/h2&gt;

&lt;p&gt;Before trusting a service with your bookmark collection, ask these questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Does it export?&lt;/strong&gt; If not, walk away. Your data should be portable in a standard format (HTML or XBEL) at all times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Is it profitable?&lt;/strong&gt; A free service with no clear revenue model will eventually shut down or start selling your data. Check if it charges money and whether those charges seem sustainable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Is it a side project?&lt;/strong&gt; Solo-developer projects can be excellent, but they carry risk. If the developer loses interest, the service decays. Look for signs of active maintenance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Who owns it?&lt;/strong&gt; If a VC firm owns it, the service exists to generate returns for investors, not to serve you. If a large company owns it, the service exists until the next cost-cutting round.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How long has it been running?&lt;/strong&gt; Longevity isn't a guarantee of future survival, but it's the best signal we have. A service that has been running for ten years has already survived the phases where most services die.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The boring conclusion
&lt;/h2&gt;

&lt;p&gt;The best bookmark manager is the one that will still exist when you need it. Features matter, but they matter less than survival. A dead service with great features is worse than a live service with good ones.&lt;/p&gt;

&lt;p&gt;Pick a bookmark manager that charges money, exports your data, and has been around long enough to prove it can last. Then stop worrying about it and go back to saving bookmarks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkagogo.com/app/?signup" rel="noopener noreferrer"&gt;Try LinkaGoGo free for 7 days&lt;/a&gt; — online since 2001, plans from $4.95/year, full export in HTML and XBEL.&lt;/p&gt;

&lt;p&gt;Originally published at linkagogo.com/blog/why-bookmark-managers-keep-dying&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>discuss</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Hello from LinkaGoGo — indie dev, cyclist, camper vanner</title>
      <dc:creator>Henry van den Broek</dc:creator>
      <pubDate>Fri, 24 Apr 2026 00:05:56 +0000</pubDate>
      <link>https://dev.to/hbroek/hello-from-linkagogo-indie-dev-cyclist-camper-vanner-1ike</link>
      <guid>https://dev.to/hbroek/hello-from-linkagogo-indie-dev-cyclist-camper-vanner-1ike</guid>
      <description>&lt;p&gt;Hi Dev.to! I'm Henry, an indie developer based in MA. I've been building LinkaGoGo (&lt;a href="https://www.linkagogo.com" rel="noopener noreferrer"&gt;https://www.linkagogo.com&lt;/a&gt;) — an online bookmark manager that's been running since 2001 — and a few other projects like Reken (&lt;a href="https://reken.dev" rel="noopener noreferrer"&gt;https://reken.dev&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I'll be sharing posts about building indie products, bookmark management, and the IndieWeb. First real post coming soon.&lt;/p&gt;

&lt;p&gt;When I'm not coding I'm on a bike or travelling in my self-built camper van.&lt;/p&gt;

</description>
      <category>indiehacker</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>introduceyourself</category>
    </item>
  </channel>
</rss>
