About MyDevSuite

A collection of free, fast developer utilities that respect your time and your privacy. No accounts. No paywalls. No data leaving your device.

Why it exists

Most online developer tools are slow, ad-heavy, or quietly send your data to a server. You paste a JWT token into a random website and wonder where it went. You format some JSON and hope the company behind the site isn't logging it.

MyDevSuite is the answer to that. Every tool runs entirely in your browser — the server only delivers the HTML, CSS, and JS. After that, it's all local.

Principles

lock
Private by default
Your input never leaves your browser. No logging, no analytics on tool usage, no data storage.
bolt
Fast, always
Plain HTML + CSS + JS. No framework overhead. No build step. Pages load in milliseconds.
all_inclusive
Free, forever
No freemium tiers, no rate limits, no login walls. Display ads keep the lights on.
wifi_off
Works offline
Once loaded, all tools work without a connection (except Google Fonts and the Markdown CDN).

Tech stack

No magic. Just the basics, used well.

HTML5
semantic markup
CSS (custom)
no frameworks
Vanilla JS
zero dependencies
marked.js
markdown parsing
Cloudflare Pages
global CDN hosting
Web Crypto API
UUID generation

Tools available

Currently 10 tools across formatting, encoding, generation, conversion, and testing. More are added regularly. If you have a suggestion, open an issue on GitHub.

Want to contribute or suggest a tool?

The project is open source. PRs and ideas are welcome.

View on GitHub