<?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: PabloFede</title>
    <description>The latest articles on DEV Community by PabloFede (@pablo_fede_20).</description>
    <link>https://dev.to/pablo_fede_20</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%2F4058532%2F685f7b13-aa57-47a9-bec9-a80acafe2758.png</url>
      <title>DEV Community: PabloFede</title>
      <link>https://dev.to/pablo_fede_20</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pablo_fede_20"/>
    <language>en</language>
    <item>
      <title>I built 38 free browser-only tools that never upload your files</title>
      <dc:creator>PabloFede</dc:creator>
      <pubDate>Sun, 02 Aug 2026 00:05:26 +0000</pubDate>
      <link>https://dev.to/pablo_fede_20/i-built-38-free-browser-only-tools-that-never-upload-your-files-1nhe</link>
      <guid>https://dev.to/pablo_fede_20/i-built-38-free-browser-only-tools-that-never-upload-your-files-1nhe</guid>
      <description>&lt;p&gt;Every time I needed to "compress an image online" or "merge a PDF", I ended up on some site that makes you upload your file to their server. For a random meme, fine. For a contract, an ID scan, or anything private? No thanks.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://quickkit.space" rel="noopener noreferrer"&gt;QuickKit&lt;/a&gt; — a growing kit of 38 free tools that run 100% in your browser. Your files and text never leave your device. No signup, no watermarks, no tracking of what you process.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works (the fun part)
&lt;/h2&gt;

&lt;p&gt;The whole thing is a static site — no backend, no database, no server cost. Everything happens client-side with browser APIs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Image compressor / resizer&lt;/strong&gt; → the Canvas API (&lt;code&gt;canvas.toBlob(type, quality)&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image → PDF / Merge PDF&lt;/strong&gt; → jsPDF and pdf-lib, entirely in-page&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password / UUID generators&lt;/strong&gt; → the Web Crypto API (&lt;code&gt;crypto.getRandomValues&lt;/code&gt;) for real cryptographic randomness&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;QR codes&lt;/strong&gt; → generated locally, no redirect or tracking baked in&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hash generator (SHA-256/1/512)&lt;/strong&gt; → the SubtleCrypto API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Countdown timer &amp;amp; "days since" counters&lt;/strong&gt; → shareable via the URL itself (state encoded in query params), so there's still no backend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because nothing is uploaded, the tools are faster and more private than upload-based services — and they even work offline once loaded (it's an installable PWA).&lt;/p&gt;

&lt;h2&gt;
  
  
  A few of the tools
&lt;/h2&gt;

&lt;p&gt;Files &amp;amp; docs: image compressor, image resizer, image→PDF, merge PDF.&lt;br&gt;
Dev utilities: JSON formatter, Base64, hash generator, UUID, timestamp converter, case converter.&lt;br&gt;
Everyday: QR generator, word counter, unit/percentage/age calculators, world clock, "your life in weeks".&lt;/p&gt;

&lt;h2&gt;
  
  
  The privacy architecture, in one line
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;If the browser can do it, there's no reason to send the user's data to a server.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That principle killed all the usual costs (no servers, no storage, no compliance headaches) and made privacy the default instead of a feature.&lt;/p&gt;

&lt;p&gt;Would love feedback — especially on tools you wish existed. What "online X converter" do you use that you wish ran locally?&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://quickkit.space" rel="noopener noreferrer"&gt;quickkit.space&lt;/a&gt;&lt;/p&gt;

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