<?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: Nzuki Mwaniki</title>
    <description>The latest articles on DEV Community by Nzuki Mwaniki (@nzuki_mwaniki).</description>
    <link>https://dev.to/nzuki_mwaniki</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%2F3753064%2F5fdb5a60-c880-4c57-a090-fed785c06f30.png</url>
      <title>DEV Community: Nzuki Mwaniki</title>
      <link>https://dev.to/nzuki_mwaniki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nzuki_mwaniki"/>
    <language>en</language>
    <item>
      <title>How I Built a Privacy-First Image PDF Converter in less than 48 Hours (No Backend)</title>
      <dc:creator>Nzuki Mwaniki</dc:creator>
      <pubDate>Wed, 04 Feb 2026 16:03:59 +0000</pubDate>
      <link>https://dev.to/nzuki_mwaniki/how-i-built-a-privacy-first-image-pdf-converter-in-less-than-48-hours-no-backend-18j9</link>
      <guid>https://dev.to/nzuki_mwaniki/how-i-built-a-privacy-first-image-pdf-converter-in-less-than-48-hours-no-backend-18j9</guid>
      <description>&lt;p&gt;Every time I needed to shrink a PNG for a PR or extract images from a PDF, I ended up on shady sites with ads, tracking, and file uploads. So I built &lt;a href="https://swiftpix.nzuki.com/" rel="noopener noreferrer"&gt;Swiftpix&lt;/a&gt; — a dead-simple, client-side tool that does it all in your browser.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Convert between JPG, PNG, WebP PDF&lt;/li&gt;
&lt;li&gt;Resize images (width/height, %, or fit)&lt;/li&gt;
&lt;li&gt;Drag &amp;amp; drop or paste files — no login, no server
How it works&lt;/li&gt;
&lt;li&gt;PDF parsing: &lt;code&gt;pdf.js&lt;/code&gt; (Mozilla’s open-source library)&lt;/li&gt;
&lt;li&gt;Image ops: HTML5 Canvas + &lt;code&gt;createImageBitmap&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;File handling: Native File API + Blob URLs&lt;/li&gt;
&lt;li&gt;Zero external requests — everything runs locally&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why developers love it&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ No cost to host (static site only)&lt;/li&gt;
&lt;li&gt;✅ Works offline after first load&lt;/li&gt;
&lt;li&gt;✅ Respects user privacy (files never leave the browser)&lt;/li&gt;
&lt;li&gt;✅ Lightweight (~50KB total)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it&lt;br&gt;
👉 &lt;a href="https://swiftpix.nzuki.com/" rel="noopener noreferrer"&gt;https://swiftpix.nzuki.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(P.S. I’m also available for AI/automation projects — helping startups ship faster. &lt;a href="https://velocity-ai-solutions.nzuki.com/" rel="noopener noreferrer"&gt;velocity-ai-solutions.nzuki.com&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>privacy</category>
      <category>tool</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
