<?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: guoyx0704</title>
    <description>The latest articles on DEV Community by guoyx0704 (@xinxinxin2022).</description>
    <link>https://dev.to/xinxinxin2022</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%2F4065643%2F9814f427-7681-420f-9f05-0339b1dbd648.png</url>
      <title>DEV Community: guoyx0704</title>
      <link>https://dev.to/xinxinxin2022</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xinxinxin2022"/>
    <language>en</language>
    <item>
      <title>I Built a Free Tool Site with 15+ Developer Tools — No Sign-up, No Ads, No Bullshit</title>
      <dc:creator>guoyx0704</dc:creator>
      <pubDate>Thu, 06 Aug 2026 09:54:36 +0000</pubDate>
      <link>https://dev.to/xinxinxin2022/i-built-a-free-tool-site-with-15-developer-tools-no-sign-up-no-ads-no-bullshit-4eag</link>
      <guid>https://dev.to/xinxinxin2022/i-built-a-free-tool-site-with-15-developer-tools-no-sign-up-no-ads-no-bullshit-4eag</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I'm a developer who got tired of visiting 10 different websites to do simple&lt;br&gt;
  tasks like formatting JSON, compressing images, or generating QR codes. So I&lt;br&gt;
  built DevToolBox — a single place with 15+ free online tools, all running in&lt;br&gt;
  your browser with no sign-up required.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://toolbox-site.asia" rel="noopener noreferrer"&gt;https://toolbox-site.asia&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Every time I needed a quick tool, I'd end up on a site full of ads, popups, or&lt;br&gt;
  "create an account to continue" walls. I wanted something clean, fast, and&lt;br&gt;
  respectful of users' time and privacy.&lt;/p&gt;

&lt;p&gt;The idea was simple: one website, all the tools you need, zero friction.&lt;/p&gt;

&lt;p&gt;What's Inside&lt;/p&gt;

&lt;p&gt;Here are some of the tools available:&lt;/p&gt;

&lt;p&gt;Developer Tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JSON Formatter &amp;amp; Validator — Format, validate, minify JSON with syntax
highlighting&lt;/li&gt;
&lt;li&gt;Base64 Encoder/Decoder — Encode and decode Base64 strings instantly&lt;/li&gt;
&lt;li&gt;UUID Generator — Generate v4 UUIDs in bulk &lt;/li&gt;
&lt;li&gt;🔧 Unix Timestamp Converter — Convert between timestamps and human-readable
dates&lt;/li&gt;
&lt;li&gt;🔧 Regex Tester — Test regular expressions with real-time matching&lt;/li&gt;
&lt;li&gt;🔧 Markdown Preview — Write Markdown and see the output live&lt;/li&gt;
&lt;li&gt;Hash Generator — MD5, SHA-1, SHA-256, SHA-512&lt;/li&gt;
&lt;li&gt;🔧 Diff Checker — Compare two texts side by side&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Daily Tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🖼️  Image Compressor — Compress images right in your browser&lt;/li&gt;
&lt;li&gt;Image Format Converter — Convert between PNG, JPG, WebP&lt;/li&gt;
&lt;li&gt;Password Generator — Create strong, customizable passwords&lt;/li&gt;
&lt;li&gt;📱 QR Code Generator — Generate QR codes with custom colors&lt;/li&gt;
&lt;li&gt;BMI Calculator — Calculate Body Mass Index&lt;/li&gt;
&lt;li&gt;🎂 Age Calculator — Calculate exact age from birth date&lt;/li&gt;
&lt;li&gt;📝 Word Counter — Count words, characters, sentences&lt;/li&gt;
&lt;li&gt;📏 Unit Converter — Length, weight, temperature, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How It's Built&lt;/p&gt;

&lt;p&gt;The whole site is a Vue 3 + TypeScript + Vite project with Tailwind CSS for&lt;br&gt;
  styling. Everything runs client-side — no data is ever sent to a server, which&lt;br&gt;
  means your data stays on your device.&lt;/p&gt;

&lt;p&gt;Key tech:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vue 3 with Composition API&lt;/li&gt;
&lt;li&gt;TypeScript for type safety&lt;/li&gt;
&lt;li&gt;Vite for blazing fast dev experience&lt;/li&gt;
&lt;li&gt;Tailwind CSS for styling&lt;/li&gt;
&lt;li&gt;Vue Router with history mode for clean URLs&lt;/li&gt;
&lt;li&gt;vue-i18n for English and Chinese support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What Makes It Different&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ No sign-up — Just open and use&lt;/li&gt;
&lt;li&gt;✅ No server uploads — All processing happens in your browser&lt;/li&gt;
&lt;li&gt;✅ No ads — Clean, distraction-free interface&lt;/li&gt;
&lt;li&gt;✅ Free forever — No premium tiers, no paywalls&lt;/li&gt;
&lt;li&gt;✅ Open and accessible — Works on any device with a browser&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;I'm planning to add more tools based on user feedback. Some ideas on the&lt;br&gt;
  roadmap:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CSV parser &amp;amp; converter&lt;/li&gt;
&lt;li&gt;Color palette generator&lt;/li&gt;
&lt;li&gt;Lorem ipsum generator&lt;/li&gt;
&lt;li&gt;SQL formatter&lt;/li&gt;
&lt;li&gt;Cron expression generator&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try It Out&lt;/p&gt;

&lt;p&gt;Give it a shot: &lt;a href="https://toolbox-site.asia" rel="noopener noreferrer"&gt;https://toolbox-site.asia&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear what tools you find useful and what you'd like to see added.&lt;br&gt;
  Drop a comment below! 🙌&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>showdev</category>
      <category>tools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
