<?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: Ajay Mauli</title>
    <description>The latest articles on DEV Community by Ajay Mauli (@ajay_mauli_c2fe3402e8aca0).</description>
    <link>https://dev.to/ajay_mauli_c2fe3402e8aca0</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%2F4051970%2F7791d110-2984-4197-bf61-154dddcabd74.png</url>
      <title>DEV Community: Ajay Mauli</title>
      <link>https://dev.to/ajay_mauli_c2fe3402e8aca0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajay_mauli_c2fe3402e8aca0"/>
    <language>en</language>
    <item>
      <title>How I built a zero-server, 100% private web toolkit (UtilityKits)</title>
      <dc:creator>Ajay Mauli</dc:creator>
      <pubDate>Tue, 28 Jul 2026 19:47:19 +0000</pubDate>
      <link>https://dev.to/ajay_mauli_c2fe3402e8aca0/how-i-built-a-zero-server-100-private-web-toolkit-utilitykits-47gp</link>
      <guid>https://dev.to/ajay_mauli_c2fe3402e8aca0/how-i-built-a-zero-server-100-private-web-toolkit-utilitykits-47gp</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fiou14rgen7wbglti5rnr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fiou14rgen7wbglti5rnr.png" alt=" " width="799" height="499"&gt;&lt;/a&gt;&lt;br&gt;
Hi everyone!&lt;/p&gt;

&lt;p&gt;I kept running into the same annoying problem: every time I needed to compress an image for an online form or fix my Instagram caption spacing, I ended up on sketchy websites filled with pop-up ads. Even worse, most of them upload my private photos to their servers to process them.&lt;/p&gt;

&lt;p&gt;So, I built UtilityKit, a minimalist 4-in-1 toolkit that runs 100% on the client-side.&lt;/p&gt;

&lt;p&gt;What's inside?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Image Compressor &amp;amp; Cropper: Uses the HTML5 Canvas API to crop to social ratios (1:1, 16:9) and compress images to exact KB sizes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Caption Formatter: Uses invisible Unicode spaces (\u2060) to force social media platforms to keep line breaks. It also extracts hashtags to a "First Comment" box.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;QR Code Generator: High-res, no watermarks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Password Generator: Uses Math.random() and crypto for secure, instant passwords.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Tech Stack&lt;br&gt;
It is built with pure HTML, CSS, and Vanilla JavaScript. No frameworks, no backend servers. Because everything happens in the browser, my hosting cost is $0 (Netlify), and user privacy is 100% guaranteed. I literally have no database for them to hack!&lt;/p&gt;

&lt;p&gt;I'd love to know what you think or what tool I should build next. You can check out the live site here: &lt;a href="https://utilitykits.netlify.app/" rel="noopener noreferrer"&gt;https://utilitykits.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

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