<?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.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 PDF Every week I'd find myself doing the same thing. Googling &lt;em&gt;"compress PDF online free"&lt;/em&gt;, 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;blockquote&gt;
&lt;p&gt;"Files retained for 24 hours. Processed on our servers. May be used to improve our services."&lt;/p&gt;
&lt;/blockquote&gt;

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

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

&lt;p&gt;&lt;strong&gt;WebAssembly&lt;/strong&gt; 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;h2&gt;
  
  
  54 tools later
&lt;/h2&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: &lt;em&gt;could this run in the browser?&lt;/em&gt;&lt;/p&gt;

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

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

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

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

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

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

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

&lt;p&gt;It wasn't the code. It was resisting the urge to add a backend &lt;em&gt;"just for analytics"&lt;/em&gt; or &lt;em&gt;"just for user accounts"&lt;/em&gt;.&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;strong&gt;&lt;a href="https://puretools.io" rel="noopener noreferrer"&gt;give it a try&lt;/a&gt;&lt;/strong&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>
