<?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: LinkaGoGo</title>
    <description>The latest articles on DEV Community by LinkaGoGo (@linkagogo).</description>
    <link>https://dev.to/linkagogo</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%2Forganization%2Fprofile_image%2F13148%2F2fa3d5c5-cab6-4388-b0db-9de4ef8f537a.png</url>
      <title>DEV Community: LinkaGoGo</title>
      <link>https://dev.to/linkagogo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/linkagogo"/>
    <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>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>
  </channel>
</rss>
