<?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: lugwiire benard</title>
    <description>The latest articles on DEV Community by lugwiire benard (@lugwiire_benard_f91d020cf).</description>
    <link>https://dev.to/lugwiire_benard_f91d020cf</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4051947%2F24dd9d45-897c-40da-9669-70f77b4543e2.jpg</url>
      <title>DEV Community: lugwiire benard</title>
      <link>https://dev.to/lugwiire_benard_f91d020cf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lugwiire_benard_f91d020cf"/>
    <language>en</language>
    <item>
      <title>Building FetchMark: A clutter-Free Bookmark Manager (No AI, Pure DOM parsing)</title>
      <dc:creator>lugwiire benard</dc:creator>
      <pubDate>Tue, 28 Jul 2026 19:26:02 +0000</pubDate>
      <link>https://dev.to/lugwiire_benard_f91d020cf/building-fetchmark-a-clutter-free-bookmark-manager-no-ai-pure-dom-parsing-f9b</link>
      <guid>https://dev.to/lugwiire_benard_f91d020cf/building-fetchmark-a-clutter-free-bookmark-manager-no-ai-pure-dom-parsing-f9b</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;I recently deployed &lt;strong&gt;&lt;a href="https://fetchmarkapp.com" rel="noopener noreferrer"&gt;FetchMark&lt;/a&gt;&lt;/strong&gt;, a clutter-free bookmark manager designed to solve two common web reading problems: dead links and ad-choked pages.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Most bookmarking tools simply save a URL. But web pages change, site structures break, and reading an archived article often means dodging auto-play video ads, cookie popups, and tracker clutter.&lt;/p&gt;

&lt;h2&gt;
  
  
  How FetchMark Works
&lt;/h2&gt;

&lt;p&gt;When you save a link, FetchMark automatically extracts and archives the clean, readable text content while filtering out dead links, homepages, and non-article elements.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why I Decided Against Using AI/LLMs
&lt;/h3&gt;

&lt;p&gt;The trending approach for text extraction is wrapping an OpenAI or Gemini API call. However, I deliberately built FetchMark using &lt;strong&gt;deterministic DOM parsing heuristics&lt;/strong&gt; instead:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Instant Latency:&lt;/strong&gt; Structural parsing (evaluating paragraph density, &lt;code&gt;&amp;lt;article&amp;gt;&lt;/code&gt;/&lt;code&gt;&amp;lt;main&amp;gt;&lt;/code&gt; tags, and text-to-link ratios) completes in milliseconds.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Hallucinations:&lt;/strong&gt; Verbatim source content remains 100% accurate—no AI rewriting or summaries.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ultra-Low Cost:&lt;/strong&gt; Keeps infrastructure lean without paying per-token API costs.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React + Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend &amp;amp; DB:&lt;/strong&gt; Supabase (Auth, Database, Edge Functions)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Email:&lt;/strong&gt; Resend&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Looking for Feedback
&lt;/h2&gt;

&lt;p&gt;I’d love for the community to give it a test run at &lt;strong&gt;&lt;a href="https://fetchmarkapp.com" rel="noopener noreferrer"&gt;fetchmarkapp.com&lt;/a&gt;&lt;/strong&gt;! &lt;/p&gt;

&lt;p&gt;Specifically looking for feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Extraction accuracy:&lt;/strong&gt; How does it parse your favorite tech blogs or news sites?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI/UX:&lt;/strong&gt; Speed and readability of saved articles.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edge cases:&lt;/strong&gt; Any URLs that fail to extract properly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop any thoughts, feedback, or questions in the comments below!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
