<?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: Lukasz</title>
    <description>The latest articles on DEV Community by Lukasz (@quashudev).</description>
    <link>https://dev.to/quashudev</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%2F3969992%2F536aa816-a6dc-48d4-9933-607d818f4476.png</url>
      <title>DEV Community: Lukasz</title>
      <link>https://dev.to/quashudev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/quashudev"/>
    <language>en</language>
    <item>
      <title>I built a content tool where the AI runs 100% in the browser — no servers, no API keys</title>
      <dc:creator>Lukasz</dc:creator>
      <pubDate>Fri, 05 Jun 2026 14:51:07 +0000</pubDate>
      <link>https://dev.to/quashudev/i-built-a-content-tool-where-the-ai-runs-100-in-the-browser-no-servers-no-api-keys-8ed</link>
      <guid>https://dev.to/quashudev/i-built-a-content-tool-where-the-ai-runs-100-in-the-browser-no-servers-no-api-keys-8ed</guid>
      <description>&lt;p&gt;Most "AI content" tools send everything you write to a server. I didn't want that — so I built &lt;a href="https://24-u.vercel.app/landing" rel="noopener noreferrer"&gt;24U&lt;/a&gt; to run the model &lt;strong&gt;entirely in the browser&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;Paste one article, note, or voice memo → get 11 platform-native posts (LinkedIn, Instagram, TikTok, X, Reddit, YouTube, Threads, Pinterest, Telegram, WhatsApp, Facebook). Each written for that platform's style, not copy-paste.&lt;/p&gt;

&lt;p&gt;The twist: &lt;strong&gt;nothing you write ever leaves your device.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How it runs locally
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;WebLLM + WebGPU&lt;/strong&gt; load a quantized LLM into the browser. After a one-time ~2GB download it runs offline.&lt;/li&gt;
&lt;li&gt;No backend inference, no API keys, no per-token cost — the "server" is the user's own GPU.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;COOP&lt;/code&gt;/&lt;code&gt;COEP&lt;/code&gt; headers enable &lt;code&gt;SharedArrayBuffer&lt;/code&gt; (required for the WASM/WebGPU runtime).&lt;/li&gt;
&lt;li&gt;ONNX/native deps are kept out of the server bundle so the Next.js function stays tiny.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tradeoffs (honest)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Needs a WebGPU browser — Chrome/Edge today, Safari/Firefox are WIP.&lt;/li&gt;
&lt;li&gt;That one-time 2GB download is the price of full privacy + offline use.&lt;/li&gt;
&lt;li&gt;A small in-browser model isn't GPT-4 — but for "rewrite this for platform X" it's more than enough, and it never sees a server.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why one-time pricing
&lt;/h2&gt;

&lt;p&gt;No server compute to pay for → no subscription. You own it once.&lt;/p&gt;

&lt;p&gt;Building 24U solo and in public — privacy-first AI that runs 100% in your browser (competitive analysis, SWOT &amp;amp; content from your data, nothing uploaded). I'm all-in and running lean. If it resonates, support means the world — backers get a free lifetime license 🙏 ko-fi.com/lukaszdev&lt;/p&gt;

&lt;p&gt;Curious what the dev crowd thinks of in-browser inference as a privacy pattern — would you trust "runs locally" over "we promise we don't read your data"?&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://24-u.vercel.app/landing" rel="noopener noreferrer"&gt;https://24-u.vercel.app/landing&lt;/a&gt;&lt;/p&gt;

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