<?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: Mikey Bailey</title>
    <description>The latest articles on DEV Community by Mikey Bailey (@nordicnode).</description>
    <link>https://dev.to/nordicnode</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%2F4004315%2Fac126d4f-7c22-4b9f-8408-2f35e232079c.jpg</url>
      <title>DEV Community: Mikey Bailey</title>
      <link>https://dev.to/nordicnode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nordicnode"/>
    <language>en</language>
    <item>
      <title>5 Free Developer Tools That Run Entirely in Your Browser</title>
      <dc:creator>Mikey Bailey</dc:creator>
      <pubDate>Fri, 26 Jun 2026 17:58:10 +0000</pubDate>
      <link>https://dev.to/nordicnode/5-free-developer-tools-that-run-entirely-in-your-browser-3j6p</link>
      <guid>https://dev.to/nordicnode/5-free-developer-tools-that-run-entirely-in-your-browser-3j6p</guid>
      <description>&lt;p&gt;If you have ever used an online tool that asked you to create an account, verified your email, and then tried to upsell you on a paid plan before letting you format some JSON — you know the pain.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/" rel="noopener noreferrer"&gt;DevToolKit&lt;/a&gt;&lt;/strong&gt; as a free, no-signup alternative. Every tool runs 100% client-side in your browser. No data leaves your machine. No cookies. No tracking.&lt;/p&gt;

&lt;p&gt;Here are 5 tools from DevToolKit that I use almost daily:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Regex Tester
&lt;/h2&gt;

&lt;p&gt;Write a regex pattern, type test strings, and see matches highlighted in real time. Supports flags, capture groups, and a cheat sheet for common patterns.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/tools/regex-tester.html" rel="noopener noreferrer"&gt;Try the Regex Tester →&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. JSON Formatter
&lt;/h2&gt;

&lt;p&gt;Paste minified JSON and get a clean, indented view. Detects syntax errors instantly. Also validates structure — unmatched brackets, trailing commas, and more.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/tools/json-formatter.html" rel="noopener noreferrer"&gt;Try the JSON Formatter →&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. JWT Decoder
&lt;/h2&gt;

&lt;p&gt;Paste any JWT token and instantly see the header, payload, and signature details. No server calls — decode happens in your browser using base64 parsing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/tools/jwt-decoder.html" rel="noopener noreferrer"&gt;Try the JWT Decoder →&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Hash Calculator
&lt;/h2&gt;

&lt;p&gt;Compute MD5, SHA-1, SHA-256, and SHA-512 hashes from any text input. Uses the Web Crypto API — no server round-trips.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/tools/hash-calculator.html" rel="noopener noreferrer"&gt;Try the Hash Calculator →&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Base64 Encoder/Decoder
&lt;/h2&gt;

&lt;p&gt;Encode text to Base64 or decode Base64 back to text. Handles UTF-8 properly. Useful for debugging API responses, email attachments, and data URLs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/tools/base64.html" rel="noopener noreferrer"&gt;Try the Base64 Tool →&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  More Tools
&lt;/h2&gt;

&lt;p&gt;DevToolKit has 15+ free tools including a UUID generator, URL encoder, color converter, HTML entity encoder, timestamp converter, cron parser, diff checker, and more. All at:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://nordicnode.github.io/devtoolkit/" rel="noopener noreferrer"&gt;nordicnode.github.io/devtoolkit&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No signup. No tracking. Just tools.&lt;/p&gt;

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