Dev Tools

Everyday utilities for developers — subnet calculators, timestamp converters, UUID generators, and more. All free, all in your browser.

🌐 CIDR / IPv6 Subnet Calculator
Calculate network address, broadcast address, subnet mask, and usable IP range for both IPv4 and IPv6 CIDR notations. 100% client-side.
Free
⏰ Timestamp Converter
Convert between Unix timestamps (seconds/milliseconds) and human-readable dates. Support for all timezones and ISO 8601 formats.
Free
🆔 UUID Generator
Generate UUID v1, v4, and v7 identifiers individually or in bulk. Copy, download, and use in your applications instantly.
Free
📋 JSON Formatter
Format, validate, and tree-view JSON data. Beautify minified JSON or validate structure with clear error messages.
Free
🗄️ SQL Formatter
Format and beautify SQL queries online. Supports 15+ SQL dialects including MySQL, PostgreSQL, SQLite, and SQL Server.
Free
🔍 Regex Tester Online
Test regular expressions with real-time highlighting and match groups. Supports PCRE, JavaScript, and Python regex flavors.
Free
🔐 JWT Debugger
Decode, verify, and debug JWT tokens entirely in your browser. Inspect headers, payloads, and signatures with ease.
Free
🎨 Color Picker & Converter
Pick colors visually and convert between HEX, RGB, HSL and HSV. Palette generator and random colors, all at the same URL.
Free
📄 Diff Checker
Compare text, code, and JSON side by side with line-by-line highlighting. Perfect for code review and merge conflict resolution.
Free
🔐 Base64 Encoder
Encode text and files to Base64. Supports URL-safe Base64, file upload, and batch processing.
Free
🔓 Base64 Decoder
Decode Base64 strings and files back to text or binary. UTF-8 safe, handles URL-safe input.
Free
🔗 URL Encoder/Decoder
Encode and decode URL-unsafe characters. Supports full RFC 3986 encoding for query strings and form data.
Free
🏷️ HTML Entity Encoder
Convert special characters to HTML entities and back. Essential for escaping user input in web applications.
Free

💡 About Dev Tools

This is the grab-bag category: the utilities that belong to no framework and no platform, but turn up in the middle of a debugging session. Subnet arithmetic, timestamp conversion, identifier generation — small jobs that are tedious by hand and not worth installing anything for.

Every utility in this category runs entirely in your browser. Nothing is uploaded, nothing is stored and there is no sign-up. Once a page has loaded it keeps working even if your connection drops.

🧰 Free DevToolBox Tools

Client-side and free — nothing you paste leaves your browser:

❓ Frequently Asked Questions

Are these tools really free?

Yes — all of them, with no usage limit and no sign-up. The site is a static deployment and every tool is a self-contained page.

Does anything get uploaded to a server?

No. Each tool is plain JavaScript running in the page. You can confirm it in your browser's network tab: after the page loads there are no outbound requests.

Can I use these tools offline?

Once a page has loaded you can keep working if the connection drops, because nothing else is fetched. Reloading naturally requires a connection.

Which tool should I reach for first when debugging?

Start with the Diff Checker to see what changed, then the JSON or SQL formatter to make the data readable, and the encoding tools when a value arrives in a form you do not recognise.