Tools for Developers
Small utilities for everyday dev tasks. Fast to load, easy to use, and safe by design (no paid libraries).
Tools in this category
Guide: common format pitfalls
Base64 is encoding (not encryption), URL encoding differs for full URLs vs components, and regex flags change matching behavior. Use the guide to avoid the most common gotchas.
Read the developer tools guideQuick “use the right tool” map
Use JSON Formatter for readability, Base64 for transport, and URL encoding when building query strings.
Use Regex Tester and JavaScript Syntax Validator to catch issues before you ship.
Use UUIDs for unique IDs and Unix timestamp tools for debugging logs and API payloads.
Generate iFrames and Lorem Ipsum when building layouts or docs quickly.
Privacy & security notes
- Most tools run entirely in your browser, but still avoid pasting live secrets unless you’re in a trusted environment.
- Clipboard features and some crypto features require HTTPS (secure context).
- If you share outputs, include assumptions (time zones, encoding, algorithm) so others can reproduce the result.
Tools run in your browser. Avoid pasting secrets into any web tool you don’t trust.