<?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: Roushan kumar</title>
    <description>The latest articles on DEV Community by Roushan kumar (@roushan71262).</description>
    <link>https://dev.to/roushan71262</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%2F3964219%2Fcd8ff56e-97cd-4005-a2c2-57e5dc5cd55a.jpg</url>
      <title>DEV Community: Roushan kumar</title>
      <link>https://dev.to/roushan71262</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roushan71262"/>
    <language>en</language>
    <item>
      <title>Building an Open-Source, Zero-Knowledge DocSend Alternative with React 19 and Supabase</title>
      <dc:creator>Roushan kumar</dc:creator>
      <pubDate>Mon, 24 Aug 2026 05:45:47 +0000</pubDate>
      <link>https://dev.to/roushan71262/building-an-open-source-zero-knowledge-docsend-alternative-with-react-19-and-supabase-3oap</link>
      <guid>https://dev.to/roushan71262/building-an-open-source-zero-knowledge-docsend-alternative-with-react-19-and-supabase-3oap</guid>
      <description>&lt;h1&gt;
  
  
  Why We Built DocTransfer
&lt;/h1&gt;

&lt;p&gt;Sharing sensitive documents like pitch decks, financial reports, or legal contracts shouldn't require paying $250+/month for platforms that store your unencrypted files on their servers.&lt;/p&gt;

&lt;p&gt;We built &lt;strong&gt;&lt;a href="https://doctransfer.app" rel="noopener noreferrer"&gt;DocTransfer&lt;/a&gt;&lt;/strong&gt; (and open-sourced it on &lt;a href="https://github.com/simplegithubs/DocTransfer3949" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;) as a privacy-first, client-side encrypted document sharing and Virtual Data Room (VDR) platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  Zero-Knowledge Cryptography Architecture
&lt;/h2&gt;

&lt;p&gt;Most document-sharing services encrypt files &lt;em&gt;at rest&lt;/em&gt; on their cloud storage. That means their backend servers - and anyone with access to them - can view your raw documents.&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;DocTransfer&lt;/strong&gt;, encryption happens entirely on the client before the payload leaves your browser:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Client-Side OpenPGP &amp;amp; AES-256-GCM&lt;/strong&gt;: Files are encrypted in the browser using the WebCrypto API and OpenPGP.js.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-Knowledge Key Handling&lt;/strong&gt;: Encryption keys are kept in URL hash fragments (&lt;code&gt;#key=...&lt;/code&gt;), which are never sent to our servers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic Forensic Watermarking&lt;/strong&gt;: Recipient email overlays are rendered dynamically on the canvas layer, preventing unauthorized screenshots and distribution.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Tech Stack &amp;amp; Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React 19, TypeScript, Vite, Framer Motion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database &amp;amp; Auth&lt;/strong&gt;: Supabase (PostgreSQL with strict Row-Level Security, Edge Functions, Storage)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Document Processing&lt;/strong&gt;: &lt;code&gt;pdf-lib&lt;/code&gt;, &lt;code&gt;react-pdf&lt;/code&gt;, &lt;code&gt;pdfjs-dist&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security &amp;amp; Signatures&lt;/strong&gt;: OpenPGP.js, SimpleWebAuthn (Biometric sign-in), Digital Certificate generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics&lt;/strong&gt;: Real-time page-by-page engagement heatmaps &amp;amp; viewer telemetry&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Try It &amp;amp; Contribute
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live App&lt;/strong&gt;: &lt;a href="https://doctransfer.app" rel="noopener noreferrer"&gt;doctransfer.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository&lt;/strong&gt;: &lt;a href="https://github.com/simplegithubs/DocTransfer3949" rel="noopener noreferrer"&gt;github.com/simplegithubs/DocTransfer3949&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We would love to get your feedback on the client-side encryption flow, PDF rendering optimizations, and general user experience!&lt;/p&gt;

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