<?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: Linanxi12</title>
    <description>The latest articles on DEV Community by Linanxi12 (@linanxi12).</description>
    <link>https://dev.to/linanxi12</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%2F3959879%2F15eba3af-0d07-4b69-a262-91a505ff666f.png</url>
      <title>DEV Community: Linanxi12</title>
      <link>https://dev.to/linanxi12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/linanxi12"/>
    <language>en</language>
    <item>
      <title>I Built 13 Free Developer Tools I Built 13 Free Developer Tools That Run 100% in Your Browser</title>
      <dc:creator>Linanxi12</dc:creator>
      <pubDate>Sat, 30 May 2026 11:36:31 +0000</pubDate>
      <link>https://dev.to/linanxi12/i-built-13-free-developer-tools-i-built-13-free-developer-tools-that-run-100-in-your-browser-2lj8</link>
      <guid>https://dev.to/linanxi12/i-built-13-free-developer-tools-i-built-13-free-developer-tools-that-run-100-in-your-browser-2lj8</guid>
      <description>&lt;h1&gt;
  
  
  I Built 13 Free Developer Tools That Run 100% in Your Browser (No Signup, No Tracking)
&lt;/h1&gt;

&lt;p&gt;I got tired of Googling "JSON formatter" and landing on ad-infested sites that required signups or sent my data to who-knows-where. So I built my own.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;quickdev.cc&lt;/strong&gt; — 13 developer tools, all running locally in your browser.&lt;/p&gt;

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

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Why You Need It&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;JSON Formatter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Format, validate, and minify JSON — with tree view&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Base64 Encoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Encode/decode text and files instantly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;JWT Decoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Inspect JWT header &amp;amp; payload, check expiry&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Regex Tester&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Real-time regex matching with group capture&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;SQL Formatter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Beautify SQL queries (MySQL, PostgreSQL, SQLite)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;QR Code Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Create QR codes for URLs, text, WiFi&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Diff Checker&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Line-by-line text comparison&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Markdown Preview&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Write and preview Markdown in real time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Color Converter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Convert between HEX, RGB, HSL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Timestamp Converter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Unix timestamp ↔ human-readable date&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;UUID Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Generate UUID v4 in bulk&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;URL Encoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;URL-encode/decode strings&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Password Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cryptographically random passwords&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;Three principles drove every decision:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Client-side only&lt;/strong&gt; — Your data never leaves your browser. Period.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No signup&lt;/strong&gt; — Open the page, use the tool, done. Zero friction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast &amp;amp; clean&lt;/strong&gt; — Dark theme, no distractions, loads instantly.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I didn't want another bloated SaaS. I wanted something that feels like a VS Code extension — there when you need it, invisible when you don't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack (Spoiler: It's Simple)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML, CSS, and vanilla JavaScript&lt;/li&gt;
&lt;li&gt;Zero frameworks. Zero build step.&lt;/li&gt;
&lt;li&gt;CDN for Markdown parser and QR library&lt;/li&gt;
&lt;li&gt;Hosted on GitHub Pages (free, fast, global CDN)&lt;/li&gt;
&lt;li&gt;Custom domain via Cloudflare&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The entire site is static. No server means no server costs, no data breaches, no privacy policy nightmares.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Simple tools win.&lt;/strong&gt; JSON formatter took 50 lines of code and gets the most usage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side is a feature.&lt;/strong&gt; "Your data never leaves your browser" is a surprisingly powerful trust signal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI search is the new SEO.&lt;/strong&gt; ChatGPT/Claude are already sending traffic to browser-based tools because they're safe to recommend.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shipping beats perfection.&lt;/strong&gt; The first version had 5 tools. Now it has 13. Each addition compounds traffic.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;I'm adding more tools based on what people actually use. If you have a tool you'd like to see, drop a comment.&lt;/p&gt;




&lt;p&gt;Try it: &lt;strong&gt;&lt;a href="https://quickdev.cc" rel="noopener noreferrer"&gt;https://quickdev.cc&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
(Note: custom domain is propagating — currently live at &lt;a href="https://linanxi12.github.io/devbox-tools/" rel="noopener noreferrer"&gt;https://linanxi12.github.io/devbox-tools/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;All feedback welcome — especially bug reports and feature requests.&lt;/p&gt;

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