DEV Community

Cover image for I Built a Privacy-Friendly Online Toolbox for Developers (No Uploads Needed)
Tdsay
Tdsay

Posted on

I Built a Privacy-Friendly Online Toolbox for Developers (No Uploads Needed)

I Built a Minimalist Online Toolbox That Runs 100% Locally in Your Browser

Like many developers, I constantly found myself jumping between random online tools:

  • JSON formatters
  • Base64 encoders
  • QR code generators
  • Image compressors
  • Timestamp converters

Most of them work… but they often come with annoying downsides:

  • Too many ads
  • Heavy UI
  • Slow loading
  • Uploading sensitive data to servers
  • Tools scattered across different websites

So I decided to build my own.


🧰 Introducing Tudousi Tools

Tudousi Tools is a minimalist collection of free online utilities designed for developers and daily productivity.

The key idea is simple:

Everything runs locally in your browser.

No file uploads. No server-side processing.

That makes it safer for handling sensitive content like encryption, hashes, or private documents.

Website:

https://tools.tdsay.cn/en/


✨ Why Local-First Matters

Many online utilities process your input on a remote server.

That’s fine for public data — but not great when you're dealing with:

  • API keys
  • Passwords
  • Private QR codes
  • Cryptographic material
  • Personal files

With Tudousi Tools, the browser does the work directly.

Your data stays on your machine.


🔧 What Tools Are Included?

The toolbox is still growing, but it already includes:

Developer Utilities

  • JSON Formatter & Validator
  • Timestamp Converter
  • Regex Tester
  • Cron Expression Generator
  • Case Converter

Encryption & Cryptography

  • Base64 Encode/Decode
  • MD5 / SHA / HMAC
  • AES / RSA / ECC
  • SM2 / SM3 / SM4
  • Post-Quantum Crypto experiments (ML-KEM / ML-DSA)

QR Code Tools

  • QR Code Generator (Text / URL / WiFi)
  • QR Code Decoder

Image & File Tools

  • Image Compression
  • Format Conversion
  • GIF Processing
  • PDF ↔ Base64 Converter

🎨 Design Philosophy: Minimal, Fast, Useful

I wanted the site to feel like a developer tool should:

  • No unnecessary UI clutter
  • Instant loading
  • Works well on desktop and mobile
  • Focused on doing one thing well

Sometimes you don’t need a huge platform — just a clean utility that works.


🚀 What I Learned Building It

This project reminded me that:

  • Simple tools are still valuable
  • Local-first web apps can be surprisingly powerful
  • Developers appreciate speed and clarity more than flashy design

It’s been a fun side project, and I plan to keep adding more useful utilities over time.


💬 Feedback Welcome

If you have ideas for new tools or improvements, I’d love to hear from you.

Thanks for reading!

⭐ Tudousi Tools: https://tools.tdsay.cn/en/

Top comments (1)

Collapse
 
_859a005016900bf7d546c profile image
Tdsay

What online tool do you use most often as a developer?