<?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: Zhang Enquan</title>
    <description>The latest articles on DEV Community by Zhang Enquan (@devenquan).</description>
    <link>https://dev.to/devenquan</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%2F4106337%2F104d7bf2-22ff-405e-a91b-9f2cec4a68df.jpeg</url>
      <title>DEV Community: Zhang Enquan</title>
      <link>https://dev.to/devenquan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devenquan"/>
    <language>en</language>
    <item>
      <title>I Built 35+ Browser-Side Tools Because I Was Tired of Uploading My Data to Random Servers</title>
      <dc:creator>Zhang Enquan</dc:creator>
      <pubDate>Wed, 02 Sep 2026 14:50:11 +0000</pubDate>
      <link>https://dev.to/devenquan/i-built-35-browser-side-tools-because-i-was-tired-of-uploading-my-data-to-random-servers-4h9n</link>
      <guid>https://dev.to/devenquan/i-built-35-browser-side-tools-because-i-was-tired-of-uploading-my-data-to-random-servers-4h9n</guid>
      <description>&lt;p&gt;Every time I needed to format a JSON payload or compress an image, I found myself on some random tool site with three problems:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;My data went to their server.&lt;/strong&gt; Paste a password or an API token into a "hash generator" and you're just trusting that site not to log it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ads everywhere.&lt;/strong&gt; The tool was buried under banners, and half the buttons were ad-click traps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sign-up walls.&lt;/strong&gt; Want to download your converted file? Create an account first.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So I built &lt;a href="https://aisubtools.xyz" rel="noopener noreferrer"&gt;AI SubTools&lt;/a&gt; — a collection of 35+ free tools where &lt;strong&gt;everything runs client-side in JavaScript&lt;/strong&gt;. No uploads. No accounts. No ads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why client-side matters
&lt;/h2&gt;

&lt;p&gt;It's not just a privacy stance. When the tool runs in your browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;It's instant.&lt;/strong&gt; No round-trip to a server, no queue. Image compression happens as fast as your CPU allows.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It works offline&lt;/strong&gt; once the page is loaded.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your data never leaves your device.&lt;/strong&gt; For tools that touch passwords, tokens, or checksums, this should be the default, not a feature.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Some of the more interesting tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cron expression generator &amp;amp; tester&lt;/strong&gt; — with plain-English explanations of what your expression actually does&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PNG background remover&lt;/strong&gt; — runs entirely in-browser, no upload&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Robots.txt + XML sitemap generator&lt;/strong&gt; — for the SEO-minded&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EAN/UPC barcode creator&lt;/strong&gt; — for e-commerce sellers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JSON formatter &amp;amp; validator, Base64 encoder/decoder, MD5/SHA-256 generators&lt;/strong&gt; — the daily-driver classics&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The technical trade-offs
&lt;/h2&gt;

&lt;p&gt;The hardest parts were making &lt;strong&gt;image compression&lt;/strong&gt; and &lt;strong&gt;background removal&lt;/strong&gt; perform well without WASM. Canvas-based processing is fast enough for most images, but there's a real art to avoiding UI freezes on large files — chunked processing and careful memory management matter more than raw algorithm speed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;The site is a side project that grew out of my own daily frustration. New tools are added regularly, and I'm currently prioritizing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More file-format converters&lt;/li&gt;
&lt;li&gt;Better mobile experience for the image tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What tools would you want added?&lt;/strong&gt; I'd genuinely love to hear what's missing from your daily workflow — the best suggestions will get built.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;P.S. Everything is free, forever. No premium tier hiding the useful stuff.&lt;/em&gt;&lt;/p&gt;

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