<?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: PureTools</title>
    <description>The latest articles on DEV Community by PureTools (@puretools).</description>
    <link>https://dev.to/puretools</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%2F3948342%2F1deefe37-8aa3-47cf-9249-ab63733f4924.png</url>
      <title>DEV Community: PureTools</title>
      <link>https://dev.to/puretools</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/puretools"/>
    <language>en</language>
    <item>
      <title>I stopped uploading my files to random websites and built my own tools instead</title>
      <dc:creator>PureTools</dc:creator>
      <pubDate>Sat, 23 May 2026 23:41:35 +0000</pubDate>
      <link>https://dev.to/puretools/i-stopped-uploading-my-files-to-random-websites-and-built-my-own-tools-instead-1h5l</link>
      <guid>https://dev.to/puretools/i-stopped-uploading-my-files-to-random-websites-and-built-my-own-tools-instead-1h5l</guid>
      <description>&lt;p&gt;Every week I'd find myself doing the same thing. Googling "compress audio, video, PDF online free", clicking the first result, uploading my file to some website I'd never heard of, and hoping for the best.&lt;/p&gt;

&lt;p&gt;One day I actually read the privacy policy of one of these tools.&lt;/p&gt;

&lt;p&gt;"Files retained for 24 hours. Processed on our servers. May be used to improve our services."&lt;/p&gt;

&lt;p&gt;That was enough for me.&lt;/p&gt;

&lt;p&gt;The browser is more powerful than most people think&lt;/p&gt;

&lt;p&gt;WebAssembly changed everything. It lets you run near-native code directly in a browser tab, no server needed.&lt;/p&gt;

&lt;p&gt;FFmpeg, the same tool professionals use for video processing? Runs client-side. PDF manipulation? Client-side. Cryptographically secure password generation? The browser has had a native API for that for years.&lt;/p&gt;

&lt;p&gt;So I started building.&lt;/p&gt;

&lt;p&gt;61 tools later&lt;/p&gt;

&lt;p&gt;What began as a simple video compressor turned into something much bigger. Every time I needed an online tool, I asked myself one question: *could this run in the browser?&lt;/p&gt;

&lt;p&gt;Almost always, the answer was yes.&lt;/p&gt;

&lt;p&gt;The result: &lt;a href="https://puretools.io" rel="noopener noreferrer"&gt;PureTools&lt;/a&gt; — 61 free utilities covering video, audio, PDF, images, passwords, finance calculators and developer tools.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Zero uploads&lt;/li&gt;
&lt;li&gt;Zero watermarks&lt;/li&gt;
&lt;li&gt;Zero signup&lt;/li&gt;
&lt;li&gt;Works offline after the first visit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The stack&lt;/p&gt;

&lt;p&gt;Embarrassingly simple. Pure HTML, CSS and vanilla JavaScript. No frameworks.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;FFmpeg.wasm for video and audio processing&lt;/li&gt;
&lt;li&gt;pdf-lib for PDF merge, split, compress and protect&lt;/li&gt;
&lt;li&gt;Web Crypto API** for password generation&lt;/li&gt;
&lt;li&gt;Service Worker** to cache everything offline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hardest part&lt;/p&gt;

&lt;p&gt;It wasn't the code. It was resisting the urge to add a backend "just for analytics" or "just for user accounts".&lt;/p&gt;

&lt;p&gt;Every time I considered adding something server-side, I realized I was becoming the thing I was trying to replace.&lt;/p&gt;

&lt;p&gt;The constraint became the product.&lt;/p&gt;

&lt;p&gt;If you're tired of uploading your files to random websites, &lt;a href="https://puretools.io" rel="noopener noreferrer"&gt;give it a try&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Your files never leave your device. That's the whole point.&lt;/p&gt;

&lt;p&gt;If you're tired of uploading your files to random websites, give it a try: puretools.io&lt;/p&gt;

&lt;p&gt;Everything runs in your browser. Your files never leave your device.&lt;/p&gt;

&lt;p&gt;That's the whole point.&lt;/p&gt;

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