<?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>Forem: Moni-2634</title>
    <description>The latest articles on Forem by Moni-2634 (@moni2634).</description>
    <link>https://forem.com/moni2634</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3809954%2F13c0d827-b3f2-4d77-a0a0-2e602f10ab53.png</url>
      <title>Forem: Moni-2634</title>
      <link>https://forem.com/moni2634</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/moni2634"/>
    <language>en</language>
    <item>
      <title>I Built 50 Free Developer Tools That Run Entirely in Your Browser</title>
      <dc:creator>Moni-2634</dc:creator>
      <pubDate>Fri, 06 Mar 2026 13:28:19 +0000</pubDate>
      <link>https://forem.com/moni2634/i-built-35-free-developer-tools-that-run-entirely-in-your-browser-2do8</link>
      <guid>https://forem.com/moni2634/i-built-35-free-developer-tools-that-run-entirely-in-your-browser-2do8</guid>
      <description>&lt;p&gt;I built &lt;a href="https://evmtools.dev" rel="noopener noreferrer"&gt;EVMTools&lt;/a&gt; - a collection of 50 free&lt;br&gt;
online developer tools. Everything runs client-side in your browser.&lt;br&gt;
No data is sent to any server, no signup required.&lt;/p&gt;

&lt;h2&gt;
  
  
  General Developer Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON Formatter&lt;/strong&gt; - Format, minify, and validate JSON&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;QR Code Generator&lt;/strong&gt; - Generate QR codes from any text or URL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password Generator&lt;/strong&gt; - Cryptographically secure passwords&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Diff Checker&lt;/strong&gt; - Side-by-side text comparison&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Word Counter&lt;/strong&gt; - Count words, characters, sentences&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Character Counter&lt;/strong&gt; - With platform limits (Twitter, meta tags)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Markdown Preview&lt;/strong&gt; - Live markdown rendering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Color Picker&lt;/strong&gt; - Convert HEX, RGB, HSL with contrast checker&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text Case Converter&lt;/strong&gt; - camelCase, snake_case, Title Case, etc.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cron Expression Parser&lt;/strong&gt; - Parse and explain cron schedules&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SHA-256 / MD5 Hash Generator&lt;/strong&gt; - Generate hashes instantly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JWT Decoder&lt;/strong&gt; - Decode and inspect JSON Web Tokens&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UUID Generator&lt;/strong&gt; - Generate v4 UUIDs in bulk&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Regex Tester&lt;/strong&gt; - Test patterns with real-time highlighting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;URL / Base64 / HTML Encoder&lt;/strong&gt; - Encode and decode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image to Base64&lt;/strong&gt; - Convert images to Base64 strings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JSON to CSV Converter&lt;/strong&gt; - Bidirectional conversion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lorem Ipsum Generator&lt;/strong&gt; - Placeholder text&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Slugify Tool&lt;/strong&gt; - URL-friendly slugs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Number Base Converter&lt;/strong&gt; - Binary, octal, decimal, hex&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;## Ethereum / Crypto Tools&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ABI Encoder/Decoder&lt;/li&gt;
&lt;li&gt;Calldata Decoder&lt;/li&gt;
&lt;li&gt;Keccak256 Hash Generator&lt;/li&gt;
&lt;li&gt;Function Selector Calculator&lt;/li&gt;
&lt;li&gt;Gas Calculator &amp;amp; ETH Unit Converter&lt;/li&gt;
&lt;li&gt;Checksum Address Validator&lt;/li&gt;
&lt;li&gt;Signature Verifier&lt;/li&gt;
&lt;li&gt;CREATE2 Address Calculator&lt;/li&gt;
&lt;li&gt;Merkle Proof Generator&lt;/li&gt;
&lt;li&gt;and more...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;## 38 Developer Guides&lt;br&gt;
  Comparison articles, tutorials, and explainers on DeFi, staking, token&lt;br&gt;
   standards, smart contracts, and more.&lt;/p&gt;

&lt;p&gt;## Why I built this&lt;/p&gt;

&lt;p&gt;I was tired of googling "json formatter online" or "password&lt;br&gt;
  generator" every time I needed a quick tool. So I built one place with everything I use daily.&lt;/p&gt;

&lt;p&gt;All tools are completely free and run locally in your browser. Your&lt;br&gt;
  data never leaves your machine.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://evmtools.dev" rel="noopener noreferrer"&gt;https://evmtools.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome - what tools should I add next?&lt;/p&gt;

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