<?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: sudeep rai</title>
    <description>The latest articles on DEV Community by sudeep rai (@raisudeep66).</description>
    <link>https://dev.to/raisudeep66</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%2F4015140%2F8a19bdbc-6672-42e7-88a6-7d4c98b153bc.png</url>
      <title>DEV Community: sudeep rai</title>
      <link>https://dev.to/raisudeep66</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raisudeep66"/>
    <language>en</language>
    <item>
      <title>I built 84 free developer tools that run 100% in your browser — no signup, no server, no tracking</title>
      <dc:creator>sudeep rai</dc:creator>
      <pubDate>Sat, 04 Jul 2026 14:12:22 +0000</pubDate>
      <link>https://dev.to/raisudeep66/i-built-84-free-developer-tools-that-run-100-in-your-browser-no-signup-no-server-no-tracking-29li</link>
      <guid>https://dev.to/raisudeep66/i-built-84-free-developer-tools-that-run-100-in-your-browser-no-signup-no-server-no-tracking-29li</guid>
      <description>&lt;p&gt;Every time I needed to quickly decode a JWT, format some JSON, or generate a UUID, I ended up on some tool site that either wanted me to sign up, buried the actual tool under three ad units, or — worse — silently sent whatever I pasted in to a server I had no reason to trust. For a lot of these tasks (hashing a password, decoding a token, checking a cert), that's not just annoying, it's a real thing to think twice about.&lt;br&gt;
So I built Encoder.guru — a suite of developer tools that runs entirely client-side. No backend, no accounts, nothing you type or upload ever leaves your device. You can open dev tools and watch the Network tab to verify that yourself.&lt;br&gt;
&lt;strong&gt;What's in it&lt;/strong&gt;&lt;br&gt;
84 tools across 11 categories at this point: JSON &amp;amp; text, encoding, hashing &amp;amp; security, image, PDF, CSS generators, code tools, text tools, color tools, and web/SEO utilities. A few I'm most happy with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JWT Builder &amp;amp; Verifier&lt;/strong&gt; — builds, signs, and verifies JSON Web Tokens with HMAC, entirely in-browser via the Web Crypto API.&lt;br&gt;
&lt;strong&gt;AES Encrypt/Decrypt&lt;/strong&gt; — AES-256-GCM encryption using crypto.subtle, no third-party crypto library needed.&lt;br&gt;
&lt;strong&gt;SSL Certificate Decoder&lt;/strong&gt; — paste a PEM cert, see every field decoded, no server round-trip.&lt;br&gt;
&lt;strong&gt;JSON Studio&lt;/strong&gt; — an all-in-one JSON workspace: format, validate, JSONPath queries, YAML/CSV conversion, diffing, flattening, and TypeScript type generation, all in one page.&lt;br&gt;
&lt;strong&gt;Mock JSON Data Generator&lt;/strong&gt; — define a schema, get realistic fake data with 24+ field types, useful for populating test fixtures without hitting an API.&lt;br&gt;
&lt;strong&gt;CIDR Subnet Calculator&lt;/strong&gt; — network address, broadcast, host range from any IPv4 CIDR block, for the moments ipcalc isn't installed.&lt;/p&gt;

&lt;p&gt;Plus the usual suspects: Base64, all the SHA variants, regex tester, timestamp converter, PDF merge/split/compress, image resize/convert — the stuff you reach for a few times a week and shouldn't need to think hard about.&lt;br&gt;
&lt;strong&gt;Why "runs in your browser" was the actual hard part&lt;/strong&gt;&lt;br&gt;
It's easy to say "no backend" — it's a different thing to make every tool actually work well without one. A few examples of what that meant in practice:&lt;/p&gt;

&lt;p&gt;Hashing and encryption use the native &lt;strong&gt;Web Crypto API&lt;/strong&gt; rather than pulling in a JS crypto library, which keeps the bundle small and the implementation auditable.&lt;br&gt;
PDF tools run against &lt;strong&gt;pdf-lib&lt;/strong&gt; and &lt;strong&gt;pdfjs-dist&lt;/strong&gt; client-side — merging, splitting, and compressing PDFs entirely in the tab.&lt;br&gt;
Image tools lean on &lt;strong&gt;Canvas / OffscreenCanvas&lt;/strong&gt; so resizing and format conversion don't block the UI thread.&lt;br&gt;
The whole thing is installable as a PWA with a service worker, so once you've opened a tool it keeps working offline.&lt;/p&gt;

&lt;p&gt;No React, no build step, no framework — just modular vanilla HTML/CSS/JS per tool, which turned out to be the right call for something this size: fast to load, easy to keep consistent, and there's no bundler to fight with when I want to ship a new tool in an afternoon.&lt;br&gt;
&lt;strong&gt;What's next&lt;/strong&gt;&lt;br&gt;
This is genuinely early — I'm actively adding tools and would rather build the ones people actually want than guess. If there's a tool you find yourself needing that isn't there, or something on the site that's rough around the edges, I'd like to hear about it.&lt;br&gt;
Try it at &lt;a href="https://encoder.guru" rel="noopener noreferrer"&gt;https://encoder.guru&lt;/a&gt; — and if you have five minutes, I'd appreciate any feedback in the comments, good or bad.&lt;/p&gt;

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