<?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: Fazal Abbas</title>
    <description>The latest articles on DEV Community by Fazal Abbas (@fazal_abbas).</description>
    <link>https://dev.to/fazal_abbas</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%2F4112220%2F43095edb-1b01-4ba6-a85e-cd0d8d91c784.png</url>
      <title>DEV Community: Fazal Abbas</title>
      <link>https://dev.to/fazal_abbas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fazal_abbas"/>
    <language>en</language>
    <item>
      <title>I got tired of pasting my API tokens into random websites, so I built 30 dev tools that run 100% in your browser</title>
      <dc:creator>Fazal Abbas</dc:creator>
      <pubDate>Mon, 07 Sep 2026 11:46:10 +0000</pubDate>
      <link>https://dev.to/fazal_abbas/i-got-tired-of-pasting-my-api-tokens-into-random-websites-so-i-built-30-dev-tools-that-run-100-in-3poi</link>
      <guid>https://dev.to/fazal_abbas/i-got-tired-of-pasting-my-api-tokens-into-random-websites-so-i-built-30-dev-tools-that-run-100-in-3poi</guid>
      <description>&lt;p&gt;Picture the last time you needed to decode a JWT. You Googled "jwt decoder," clicked the first result, and pasted in a token — often a &lt;em&gt;live&lt;/em&gt; one — into a text box on a server you know nothing about.&lt;/p&gt;

&lt;p&gt;That moment bugged me for years. So I built &lt;a href="https://devtoolskit.uvercy.com/" rel="noopener noreferrer"&gt;DevTools Kit&lt;/a&gt;: 30 everyday developer utilities that do all their work &lt;strong&gt;inside your browser&lt;/strong&gt;. Nothing you paste is ever sent anywhere. No sign-up, no ads, no analytics watching you.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one rule: your data never leaves your machine
&lt;/h2&gt;

&lt;p&gt;This is the whole reason the project exists. When you paste a JWT, an API response, or a chunk of production SQL into most online tools, that data hits someone else's backend. DevTools Kit runs every operation client-side. Don't take my word for it — open the page, kill your network connection, and every tool still works.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Formatters&lt;/strong&gt; — JSON, XML, HTML, CSS, SQL&lt;br&gt;
&lt;strong&gt;Converters&lt;/strong&gt; — Base64, URL, HTML entities, YAML ↔ JSON, CSV ↔ JSON, JSON → TypeScript&lt;br&gt;
&lt;strong&gt;Decoders&lt;/strong&gt; — JWT decoder, Base64, URL&lt;br&gt;
&lt;strong&gt;Generators&lt;/strong&gt; — UUID, Lorem Ipsum, hashes, Unix timestamps&lt;/p&gt;

&lt;p&gt;And the one I'm most proud of:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code Compare&lt;/strong&gt; — a real side-by-side diff. Most online diff tools print one merged column, so a single changed character shows up as a whole line deleted plus a whole line added — useless for source code. Code Compare aligns the two versions in parallel columns and highlights only the characters that actually changed.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it's built
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vue 3&lt;/strong&gt; for the interface&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Server-side rendered at build time&lt;/strong&gt; — every tool is a static HTML page, so it loads instantly and works even with JavaScript disabled&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Pages&lt;/strong&gt; on the edge&lt;/li&gt;
&lt;li&gt;Lighthouse: &lt;strong&gt;100 Performance, 100 SEO, 100 Best Practices&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  It's free, and there's nothing to sign up for
&lt;/h2&gt;

&lt;p&gt;If it stops you from pasting one sensitive token into a sketchy site, it's done its job.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Try it: &lt;a href="https://devtoolskit.uvercy.com/" rel="noopener noreferrer"&gt;devtoolskit.uvercy.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now I'm curious: &lt;strong&gt;what's a tool you keep using online that you wish ran locally instead?&lt;/strong&gt; Drop it in the comments — I'm actively adding tools and yours might be next.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>vue</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
