<?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>Forem: 0xSmold</title>
    <description>The latest articles on Forem by 0xSmold (@0xsmold).</description>
    <link>https://forem.com/0xsmold</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%2F3854357%2Fb83198b6-b586-44b1-aba0-f116abfba27c.png</url>
      <title>Forem: 0xSmold</title>
      <link>https://forem.com/0xsmold</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/0xsmold"/>
    <language>en</language>
    <item>
      <title>Why I replaced a 3MB "Burn-after-reading" tool with my own 30KB Phoenix engine</title>
      <dc:creator>0xSmold</dc:creator>
      <pubDate>Tue, 31 Mar 2026 23:51:36 +0000</pubDate>
      <link>https://forem.com/0xsmold/why-i-replaced-a-3mb-burn-after-reading-tool-with-my-own-30kb-phoenix-engine-4k7n</link>
      <guid>https://forem.com/0xsmold/why-i-replaced-a-3mb-burn-after-reading-tool-with-my-own-30kb-phoenix-engine-4k7n</guid>
      <description>&lt;p&gt;Hi Dev.to! 👋&lt;/p&gt;

&lt;p&gt;I've always been a fan of "burn after reading" tools like Privnote, but recently I noticed how bloated they have become. One popular open-source alternative I used was pulling in a &lt;strong&gt;3MB Tailwind CDN script&lt;/strong&gt; on every page load, just to style a simple text area!&lt;/p&gt;

&lt;p&gt;So, I spent my weekend building &lt;strong&gt;SmoldPaper v2.0.0 "Phoenix"&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Goal: Extreme Performance &amp;amp; Autonomy
&lt;/h3&gt;

&lt;p&gt;I wanted a tool that is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Zero-Knowledge:&lt;/strong&gt; Encryption happens locally (AES-GCM 256-bit).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast:&lt;/strong&gt; Pre-compiled styles (29KB) instead of runtime engines.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Independent:&lt;/strong&gt; Zero external calls. No CDNs. No tracking.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React (compiled to static HTML/JS).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; A single PHP file with SQLite (WAL mode enabled).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security:&lt;/strong&gt; Strict SQL &lt;code&gt;DELETE&lt;/code&gt; commands for physical shredding.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I managed to shrink the total size by &lt;strong&gt;100x&lt;/strong&gt; while making it significantly faster and easier to self-host.&lt;/p&gt;

&lt;p&gt;Check out the code here: &lt;a href="https://github.com/0xSmold/smoldpaper" rel="noopener noreferrer"&gt;github.com/0xSmold/smoldpaper&lt;/a&gt;&lt;br&gt;
Live Demo: &lt;a href="https://smoldpaper.org" rel="noopener noreferrer"&gt;smoldpaper.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your thoughts on the architecture or the "no-CDN" approach!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>security</category>
    </item>
  </channel>
</rss>
