<?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: infz</title>
    <description>The latest articles on DEV Community by infz (@infz).</description>
    <link>https://dev.to/infz</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%2F96842%2F67ff0e69-0060-4535-bd6e-e2ac8ab713d5.gif</url>
      <title>DEV Community: infz</title>
      <link>https://dev.to/infz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/infz"/>
    <language>en</language>
    <item>
      <title>Stop Doomscrolling X: I Built a Chrome Extension That Turns Bookmarks into an AI Research Engine</title>
      <dc:creator>infz</dc:creator>
      <pubDate>Tue, 17 Feb 2026 06:48:22 +0000</pubDate>
      <link>https://dev.to/infz/stop-doomscrolling-x-i-built-a-chrome-extension-that-turns-bookmarks-into-an-ai-research-engine-1116</link>
      <guid>https://dev.to/infz/stop-doomscrolling-x-i-built-a-chrome-extension-that-turns-bookmarks-into-an-ai-research-engine-1116</guid>
      <description>&lt;p&gt;Most of us don't have an information problem anymore.&lt;br&gt;
We have a &lt;strong&gt;signal problem&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I used to save dozens of "great" posts on X every week, then never use them again.&lt;br&gt;
So I built &lt;strong&gt;Digg X&lt;/strong&gt; to fix exactly that.&lt;/p&gt;

&lt;p&gt;Try it here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chrome extension: &lt;a href="https://chromewebstore.google.com/detail/digg-x-the-social-scout/jfhecghlhdbfnajfkfjnahbojkapcblm" rel="noopener noreferrer"&gt;Digg X - The Social Scout&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Web app: &lt;a href="https://diggx.nian.me" rel="noopener noreferrer"&gt;diggx.nian.me&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The problem: bookmarks are a graveyard
&lt;/h2&gt;

&lt;p&gt;If you're a founder, marketer, researcher, or builder, your X feed is full of valuable ideas.&lt;/p&gt;

&lt;p&gt;But default bookmarks are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;hard to search&lt;/li&gt;
&lt;li&gt;hard to structure&lt;/li&gt;
&lt;li&gt;hard to reuse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You save a lot. You retrieve almost nothing.&lt;/p&gt;

&lt;p&gt;That gap is what Digg X is built for.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Digg X does in one flow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;You bookmark a post/thread on X&lt;/li&gt;
&lt;li&gt;Digg X captures and structures the content&lt;/li&gt;
&lt;li&gt;It syncs into your cloud inbox&lt;/li&gt;
&lt;li&gt;You get AI-ready material for analysis, briefs, and reuse&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The goal is simple:&lt;br&gt;
&lt;strong&gt;turn passive saving into active intelligence.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this is different from "another AI tool"
&lt;/h2&gt;

&lt;p&gt;Most AI tools start with a blank input box.&lt;br&gt;
Digg X starts with your real browsing behavior.&lt;/p&gt;

&lt;p&gt;Instead of asking you to create work, it upgrades work you're already doing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;saving posts&lt;/li&gt;
&lt;li&gt;collecting references&lt;/li&gt;
&lt;li&gt;tracking people worth following&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This small UX shift massively reduces friction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Product principles I optimized for
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) One-click capture or it doesn't matter
&lt;/h3&gt;

&lt;p&gt;If saving takes too long, users stop.&lt;br&gt;
So capture had to feel instant.&lt;/p&gt;

&lt;h3&gt;
  
  
  2) Resilience over perfect elegance
&lt;/h3&gt;

&lt;p&gt;Social platforms change constantly.&lt;br&gt;
I built fallback paths so extraction keeps working.&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Signal density &amp;gt; feature count
&lt;/h3&gt;

&lt;p&gt;I care more about helping users find one high-value insight quickly than shipping ten flashy features.&lt;/p&gt;




&lt;h2&gt;
  
  
  Stack (for builders)
&lt;/h2&gt;

&lt;p&gt;Digg X is split into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chrome extension (Plasmo + React)&lt;/li&gt;
&lt;li&gt;API backend (Cloudflare Worker + Hono + D1 + KV + R2 + Queue)&lt;/li&gt;
&lt;li&gt;Web app (Vite + React)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This lets me move fast on product while keeping ingestion and sync stable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;Digg X is built for people who learn from social content professionally:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;indie hackers&lt;/li&gt;
&lt;li&gt;growth marketers&lt;/li&gt;
&lt;li&gt;startup operators&lt;/li&gt;
&lt;li&gt;content researchers&lt;/li&gt;
&lt;li&gt;curious builders who want less noise, more leverage&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I'm improving next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Better semantic search across saved content&lt;/li&gt;
&lt;li&gt;Stronger creator-level scoring&lt;/li&gt;
&lt;li&gt;Automated weekly research briefs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're building in this space, I'd love feedback.&lt;/p&gt;

&lt;p&gt;Install Digg X:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/digg-x-the-social-scout/jfhecghlhdbfnajfkfjnahbojkapcblm" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>chrome</category>
      <category>ai</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>I Built Digg X: A Chrome Extension That Turns X Bookmarks into a Searchable AI Research Inbox</title>
      <dc:creator>infz</dc:creator>
      <pubDate>Tue, 17 Feb 2026 06:35:09 +0000</pubDate>
      <link>https://dev.to/infz/i-built-digg-x-a-chrome-extension-that-turns-x-bookmarks-into-a-searchable-ai-research-inbox-71i</link>
      <guid>https://dev.to/infz/i-built-digg-x-a-chrome-extension-that-turns-x-bookmarks-into-a-searchable-ai-research-inbox-71i</guid>
      <description>&lt;p&gt;I built &lt;a href="https://diggx.nian.me" rel="noopener noreferrer"&gt;Digg X&lt;/a&gt; because I had a personal problem:&lt;/p&gt;

&lt;p&gt;I was bookmarking great posts and threads on X/Twitter every day, but I couldn't reliably turn them into reusable knowledge.&lt;/p&gt;

&lt;p&gt;So I built a workflow-first Chrome extension:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Capture what matters while you browse X&lt;/li&gt;
&lt;li&gt;Sync it into a structured cloud inbox&lt;/li&gt;
&lt;li&gt;Run AI analysis on top of clean, versioned content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Chrome Web Store:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/digg-x-the-social-scout/jfhecghlhdbfnajfkfjnahbojkapcblm" rel="noopener noreferrer"&gt;Digg X - The Social Scout&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  What Digg X does
&lt;/h2&gt;

&lt;p&gt;At a high level, Digg X is a social intelligence layer on top of X:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Extract content from posts/threads when you bookmark&lt;/li&gt;
&lt;li&gt;Convert raw content into Markdown + metadata&lt;/li&gt;
&lt;li&gt;Sync everything to a backend inbox (&lt;code&gt;/api/v2/sync/inbox&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Build profiles/insights around creators and content&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I wanted this to feel native to browsing, not like "yet another dashboard."&lt;/p&gt;


&lt;h2&gt;
  
  
  Product architecture
&lt;/h2&gt;

&lt;p&gt;Digg X is a monorepo with three main apps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;digg-x-ext&lt;/code&gt;: Chrome extension (Plasmo + React)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;digg-x&lt;/code&gt;: Cloudflare Worker backend (Hono + D1 + KV + R2 + Queue)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;digg-x-web&lt;/code&gt;: Web app (Vite + React Router + Pages Functions)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This split worked well:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extension is optimized for capture and browser context&lt;/li&gt;
&lt;li&gt;Worker backend is optimized for ingestion, sync, and APIs&lt;/li&gt;
&lt;li&gt;Web app is optimized for browsing, organization, and reports&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  Key implementation details
&lt;/h2&gt;
&lt;h3&gt;
  
  
  1) Bookmark interception with fallback extraction
&lt;/h3&gt;

&lt;p&gt;When a user clicks X's bookmark button, the extension intercepts that action, tries to extract structured data from bridge/JSON first, then falls back to DOM parsing if needed.&lt;/p&gt;

&lt;p&gt;This reduced breakage when X's UI changed.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Simplified from bookmark scanner logic&lt;/span&gt;
&lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tweetId&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;tweetResult&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nf"&gt;getTweetDataFromBridge&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tweetId&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tweetResult&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="nx"&gt;data&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;MarkdownExtractor&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;extractFromTweetResult&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tweetResult&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="nx"&gt;data&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;data&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;MarkdownExtractor&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;extractFromPage&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;bookmarkButton&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="nx"&gt;HTMLElement&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  2) Structured sync API for ingestion
&lt;/h3&gt;

&lt;p&gt;The extension sends normalized content to the backend sync endpoint:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;PUT /api/v2/sync/inbox
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;On the backend, this lands in D1 and object storage, with queue-based async processing for heavier tasks.&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Side panel AI profile analysis
&lt;/h3&gt;

&lt;p&gt;Digg X includes an analyzer flow in the side panel. It attempts API-based analysis first, and falls back to UI automation if the API route fails.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;try&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;result&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nf"&gt;executeViaAPI&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;handle&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;lang&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;pluginI18n&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;selectors&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nf"&gt;mergeWithDomData&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;result&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;domData&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;interceptedData&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;catch&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;result&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nf"&gt;executeViaUI&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;handle&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;lang&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;pluginI18n&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;selectors&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nf"&gt;mergeWithDomData&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;result&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;domData&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;interceptedData&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This "API-first, UI-fallback" strategy made the feature significantly more resilient.&lt;/p&gt;

&lt;h3&gt;
  
  
  4) Practical usage limits for free users
&lt;/h3&gt;

&lt;p&gt;I added a lightweight local quota mechanism for free users (currently 3 analyses/day). It keeps costs controlled while still giving users a real experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Cloudflare for the backend
&lt;/h2&gt;

&lt;p&gt;I chose Cloudflare because the stack maps well to this product shape:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Worker for fast API edge runtime&lt;/li&gt;
&lt;li&gt;D1 for relational query patterns&lt;/li&gt;
&lt;li&gt;KV for hot cache&lt;/li&gt;
&lt;li&gt;R2 for content/media blobs&lt;/li&gt;
&lt;li&gt;Queue for async enrichment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a browser-first tool with many small sync operations, this setup has been cost-effective and operationally simple.&lt;/p&gt;




&lt;h2&gt;
  
  
  Lessons learned
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) "Capture quality" matters more than model quality
&lt;/h3&gt;

&lt;p&gt;If extraction is noisy, downstream AI outputs are noisy. The biggest wins came from improving ingestion and normalization.&lt;/p&gt;

&lt;h3&gt;
  
  
  2) Build graceful degradation everywhere
&lt;/h3&gt;

&lt;p&gt;Social platforms change often. Fallbacks (JSON -&amp;gt; DOM, API -&amp;gt; UI) are not optional in extension products.&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Keep the first action incredibly fast
&lt;/h3&gt;

&lt;p&gt;If saving content feels slow, users stop doing it. One-click capture with immediate feedback was critical.&lt;/p&gt;

&lt;h3&gt;
  
  
  4) Don't over-centralize too early
&lt;/h3&gt;

&lt;p&gt;Keeping extension, API, and web responsibilities separate made iteration faster and safer.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;I'm currently focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better semantic retrieval across saved items&lt;/li&gt;
&lt;li&gt;Stronger creator-level insight scoring&lt;/li&gt;
&lt;li&gt;More automation around weekly "research brief" generation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're building dev tools, research tools, or browser extensions, I'd love to compare notes.&lt;/p&gt;

&lt;p&gt;Try Digg X:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/digg-x-the-social-scout/jfhecghlhdbfnajfkfjnahbojkapcblm" rel="noopener noreferrer"&gt;Chrome extension&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;&lt;a href="https://diggx.nian.me" rel="noopener noreferrer"&gt;Web app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>extension</category>
      <category>ai</category>
      <category>cloudflare</category>
    </item>
  </channel>
</rss>
