<?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: Kaveesha</title>
    <description>The latest articles on Forem by Kaveesha (@kaveesha_a57ac2bb990e2910).</description>
    <link>https://forem.com/kaveesha_a57ac2bb990e2910</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%2F3876907%2Fe32066dd-893e-4ef9-9df0-326ac03d093b.png</url>
      <title>Forem: Kaveesha</title>
      <link>https://forem.com/kaveesha_a57ac2bb990e2910</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kaveesha_a57ac2bb990e2910"/>
    <language>en</language>
    <item>
      <title>Why I Built a Privacy-First PDF Suite with Zero Server Uploads (using WebAssembly)</title>
      <dc:creator>Kaveesha</dc:creator>
      <pubDate>Mon, 13 Apr 2026 14:58:39 +0000</pubDate>
      <link>https://forem.com/kaveesha_a57ac2bb990e2910/why-i-built-a-privacy-first-pdf-suite-with-zero-server-uploads-using-webassembly-51e0</link>
      <guid>https://forem.com/kaveesha_a57ac2bb990e2910/why-i-built-a-privacy-first-pdf-suite-with-zero-server-uploads-using-webassembly-51e0</guid>
      <description>&lt;p&gt;As developers, we often handle sensitive documents—identity cards, bank statements, or legal contracts. But have you ever felt uneasy uploading these files to "free" online PDF tools? I certainly did.&lt;/p&gt;

&lt;p&gt;Most popular PDF converters process your files on their servers. Even if they claim to "delete after 1 hour," your data still leaves your device. I decided to change that and built Fluxbase PDF Suite.&lt;/p&gt;

&lt;p&gt;The Challenge: Serverless Productivity&lt;br&gt;
My goal was simple: create a tool that performs heavy PDF operations (like merging, splitting, and watermarking) entirely within the user's browser. No backend. No data uploads. Total privacy.&lt;/p&gt;

&lt;p&gt;The Tech Stack&lt;br&gt;
To achieve near-native performance for document manipulation, I used:&lt;/p&gt;

&lt;p&gt;WebAssembly (WASM): For high-speed processing without the overhead of a server.&lt;br&gt;
pdf-lib: To handle complex document structures locally.&lt;br&gt;
JavaScript/React: To build a sleek, industrial-grade user interface.&lt;br&gt;
Why Client-Side Processing is the Future&lt;br&gt;
Absolute Security: Your confidential documents don't just stay secure—they never leave your computer.&lt;br&gt;
Zero Latency: No more waiting for uploads or downloads. The processing is near-instant.&lt;br&gt;
Offline Capability: Once the app is loaded, you could theoretically disconnect from the internet and it would still work.&lt;br&gt;
What Fluxbase Can Do&lt;br&gt;
I’ve integrated all the essential tools into one clean interface:&lt;/p&gt;

&lt;p&gt;Merge &amp;amp; Split: Fast and intuitive reordering.&lt;br&gt;
Security: AES-256 encryption/decryption right in your browser.&lt;br&gt;
Branding: Add custom watermarks without compromising the original file.&lt;br&gt;
I’m sharing this project with the community because I believe privacy shouldn't be a premium feature. I&lt;br&gt;
t should be the standard.&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://fluxbase.me" rel="noopener noreferrer"&gt;fluxbase.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback on the architecture or any tools you think I should add next! 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>privacy</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
