<?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: Pradeep Rathod</title>
    <description>The latest articles on DEV Community by Pradeep Rathod (@pradeeprathod1165).</description>
    <link>https://dev.to/pradeeprathod1165</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%2F4144455%2F219287d3-c09d-40be-abb7-51df7c13a12c.jpg</url>
      <title>DEV Community: Pradeep Rathod</title>
      <link>https://dev.to/pradeeprathod1165</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pradeeprathod1165"/>
    <language>en</language>
    <item>
      <title>I built a 100% client-side File Converter in React &amp; WebAssembly (Zero Cloud Uploads)</title>
      <dc:creator>Pradeep Rathod</dc:creator>
      <pubDate>Sat, 26 Sep 2026 14:21:21 +0000</pubDate>
      <link>https://dev.to/pradeeprathod1165/i-built-a-100-client-side-file-converter-in-react-webassembly-zero-cloud-uploads-m9n</link>
      <guid>https://dev.to/pradeeprathod1165/i-built-a-100-client-side-file-converter-in-react-webassembly-zero-cloud-uploads-m9n</guid>
      <description>&lt;p&gt;Every time I needed to convert an iPhone &lt;code&gt;.HEIC&lt;/code&gt; photo, merge PDFs, or convert a CSV to Excel, online tools forced me to upload private files to their cloud servers and hit me with a "Max 3 files per day" paywall.&lt;/p&gt;

&lt;p&gt;With modern browser APIs, uploading files to a backend server just to convert formats isn't necessary anymore. So I built &lt;strong&gt;ZeroConvert&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Live Tool:&lt;/strong&gt; &lt;a href="https://getzeroconvert.com" rel="noopener noreferrer"&gt;https://getzeroconvert.com&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How It Works Under the Hood
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Images (HEIC, WebP, AVIF, PNG, JPG):&lt;/strong&gt; Processed locally using HTML5 Canvas and client-side decoding buffers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Documents &amp;amp; PDFs:&lt;/strong&gt; Merged and converted in local RAM via &lt;code&gt;pdf-lib&lt;/code&gt; and &lt;code&gt;pdfjs-dist&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spreadsheets &amp;amp; Data (XLSX, CSV, JSON, XML):&lt;/strong&gt; Parsed instantaneously in the browser using SheetJS.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audio &amp;amp; Video (MP4, MP3, WAV, WebM):&lt;/strong&gt; Powered by &lt;code&gt;FFmpeg.wasm&lt;/code&gt; running inside Web Workers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because there are zero server uploads, conversions happen at native memory speed with 100% privacy and zero daily caps. &lt;/p&gt;

&lt;p&gt;Would love for you to test it out and let me know what formats or features I should add next!&lt;/p&gt;

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