Skip to content
Home Tools

All Tools

Browse focused utilities by category. Each page explains its purpose, processing method, examples, and limitations.

Popular utilities

Start with a focused browser tool

Browse all tools
developer-tools

SQL Formatter

This formatter makes a compact SQL statement easier to scan by placing common clauses on separate lines and applying consistent indentation.

Open tool
developer-tools

XML Formatter and Validator

This tool gives a quick browser-based check for well-formed XML and formats a small document so nested elements and attributes are easier to inspect.

Open tool
developer-tools

Cron Expression Explainer

This explainer turns common five-field cron syntax into a visible field-by-field summary so you can catch obvious mistakes before adding a scheduled job.

Open tool
developer-tools

Regex Pattern Builder

This builder makes the structure of a small JavaScript regular expression visible instead of hiding it behind a generated opaque string.

Open tool
developer-tools

IPv4 Subnet Calculator

This calculator derives the network address, broadcast address, host range, and address count for a basic IPv4 CIDR block.

Open tool
developer-tools

UUID v4 Generator

This tool creates UUID v4 values for examples, fixtures, and local testing without requiring a server request.

Open tool
developer-tools

Regular Expression Tester

This tool provides a small, visible test loop for a JavaScript pattern so users can inspect matches before placing the expression into application code.

Open tool
developer-tools

Unix Timestamp Converter

This tool makes it easier to inspect Unix timestamps and compare them with a readable date-time in the browser’s local time zone.

Open tool
developer-tools

Base64 Encoder and Decoder

This tool converts text to the Base64 representation used in many transport and test contexts, and it reverses Base64 text back into Unicode text…

Open tool