Developer workbench

Inspect, fix and convert. Stay in flow.

Format data, validate code, process text, encode and convert in this browser—no upload or account required.

Inputs stay in this browser by default Local tools work without an account
NewQR Code Generator Create a static QR code locally; use the account workspace only for ongoing updates. Open Browse all developer tools

Tools

Open a developer tool 117

Search for an instant local utility without uploading your input.

AI enhanced

1

Format & code

21

Markdown to HTML Converter

Convert common Markdown headings, lists, links, emphasis and code into clean HTML.

Localformat

XML Formatter & Minifier

Format compact XML for reading or remove spacing between tags for transport.

Localformat

CSS Formatter & Minifier

Format CSS rules for reading or remove safe whitespace and comments for a compact result.

Localformat

HTML Formatter & Minifier

Indent HTML structure for reading or collapse inter-tag whitespace and comments.

Localformat

SQL Formatter

Add readable line breaks and indentation to common SELECT, INSERT, UPDATE and DELETE statements.

Localformat

JSON to TypeScript Converter

Infer a readable TypeScript type from a JSON object, array or primitive value.

Localformat

YAML & JSON Converter

Convert YAML to formatted JSON or JSON to clean YAML in your browser.

Localformat

JSON Flatten & Unflatten

Flatten nested JSON into safe path keys or rebuild the original object and arrays.

Localformat

JSON Key Sorter

Sort object keys recursively while preserving array order and values.

Localformat

XML & JSON Tree Converter

Convert XML to a deterministic node tree and back; mixed content is rejected.

Localformat

CSV Column Extractor

Select named CSV columns while preserving valid quoting and row structure.

Localformat

CSV Transposer

Swap CSV rows and columns with strict rectangular CSV parsing.

Localformat

TSV & CSV Converter

Convert tab-separated and comma-separated tables with quote-safe output.

Localformat

NDJSON & JSON Array Converter

Convert newline-delimited JSON records to a JSON array and back.

Localformat

Properties & JSON Converter

Convert Java properties files and flat JSON objects with standard separators, escapes and continuations.

Localformat

INI & JSON Converter

Convert root keys and one-level INI sections to structured JSON and back.

Localformat

JSON Object Merger

Merge exactly two JSON objects shallowly or recursively with safe keys.

Localformat

CSV Row Deduplicator

Remove duplicate CSV records by a named key while keeping first or last.

Localformat

MAC Address Formatter

Validate a 48-bit MAC address and output colon, hyphen, dotted and compact forms.

Localformat

Shell Argument Quoter

Quote each input line as one POSIX or PowerShell argument without executing it.

Localformat

IPv6 Compress & Expand

Validate IPv6 including embedded IPv4 tails, expand eight hextets or apply longest-zero compression.

Localformat

Encode & hash

20

URL Encoder & Decoder

Encode text for a URL or decode percent-encoded values locally.

Localencode

Base64 Encoder & Decoder

Encode Unicode text to Base64 or decode Base64 without uploading it.

Localencode

HTML Entity Encoder & Decoder

Escape HTML-sensitive characters or restore common and numeric entities.

Localencode

JSON String Escape & Unescape

Escape text for a JSON string or restore escaped JSON string content.

Localencode

SHA-256 Hash Generator

Calculate the SHA-256 digest of text locally with the Web Crypto API.

Localencode

Regex Escape Tool

Escape regex metacharacters so user-provided text can be matched literally.

Localencode

CSV & JSON Converter

Convert RFC 4180-style CSV rows to JSON or an array of JSON objects back to CSV.

Localencode

SHA-1 Hash Generator

Calculate a SHA-1 digest locally for compatibility checks and legacy fingerprints.

Localencode

SHA-512 Hash Generator

Calculate the SHA-512 digest of text locally with the Web Crypto API.

Localencode

HMAC-SHA256 Generator

Sign a message with a secret key using HMAC-SHA256 entirely in your browser.

Localencode

Text & Binary Converter

Convert UTF-8 text to eight-bit binary bytes or decode binary bytes back to text.

Localencode

Unicode Escape Converter

Convert text to JavaScript-style Unicode escapes or restore escaped code points.

Localencode

ROT13 Encoder & Decoder

Apply the reversible ROT13 letter substitution locally.

Localencode

Base32 Encoder & Decoder

Encode UTF-8 text with RFC 4648 Base32 or decode Base32 locally.

Localencode

Text & Hex Converter

Convert UTF-8 text to hexadecimal bytes or restore hex bytes to text.

Localencode

Morse Code Translator

Translate Latin letters, digits and common punctuation to or from Morse code.

Localencode

Data URI Encoder & Decoder

Create a text Data URI or decode percent-encoded and Base64 Data URIs locally.

Localencode

Base64URL Encoder & Converter

Encode Unicode text, decode Base64URL, or convert between standard and URL-safe alphabets.

Localencode

IPv4 & Number Converter

Convert an IPv4 address to unsigned decimal and hexadecimal, or convert a number back.

Localencode

JSON & Query String Converter

Convert flat JSON values and arrays to query parameters or parse repeated parameters.

Localencode

Text processing

19

Text Case Converter

Convert text to upper, lower, title, sentence, camel, snake or kebab case.

Localtext

Whitespace Remover

Trim lines, collapse repeated spaces or remove every whitespace character.

Localtext

Line Sorter

Sort lines alphabetically, naturally or by length without uploading them.

Localtext

Duplicate Line Remover

Remove duplicate lines while preserving the first occurrence and original order.

Localtext

Text Reverser

Reverse Unicode characters, word order or line order locally.

Localtext

URL Slug Generator

Turn a title into a clean lowercase URL slug with normalized separators.

Localtext

Text Diff Checker

Compare two blocks line by line and highlight additions, removals and unchanged lines.

Localtext

Word Frequency Counter

Count and rank repeated words with case-insensitive Unicode-aware matching.

Localtext

Email & URL Extractor

Extract unique email addresses and HTTP links from pasted text.

Localtext

Line Numberer & Bullet Tool

Add line numbers or bullets to text, or remove common list prefixes.

Localtext

Number to English Words

Write a bounded signed decimal number as readable English words without rounding.

Localtext

Find & Replace Text

Replace literal text once or everywhere with no regular-expression surprises.

Localtext

Line Prefix & Suffix Tool

Add or remove a fixed prefix and suffix on every line locally.

Localtext

Text Line Wrapper

Wrap at word boundaries or hard-wrap by Unicode character count.

Localtext

Text Truncator

Limit text by Unicode characters or words and mark truncated output.

Localtext

Text Join & Split

Join lines with a literal delimiter or split text into one item per line.

Localtext

Unicode Normalizer

Normalize Unicode text to NFC, NFD, NFKC or NFKD entirely locally.

Localtext

Tabs & Spaces Converter

Convert leading indentation between tabs and configurable tab stops.

Localtext

Initials Generator

Create initials for each name using every word or only first and last.

Localtext

Inspect & parse

20

Regex Tester

Test a JavaScript regular expression against real text and inspect every match without sending the text anywhere.

LocalRegex

JWT Decoder

Inspect a JWT header and payload locally without sending or verifying the token.

Localinspect

Unix Timestamp Converter

Convert Unix seconds, milliseconds or an ISO date into readable UTC and local time.

Localinspect

Word & Character Counter

Count words, characters, lines, sentences and estimated reading time locally.

Localinspect

Query String Parser

Parse a URL or query string into readable JSON, including repeated parameters.

Localinspect

Number Base Converter

Convert a safe integer written in decimal, binary, octal or hexadecimal.

Localinspect

HEX, RGB & HSL Color Converter

Convert a HEX, RGB or HSL color into all three web color formats locally.

Localinspect

URL Parser

Break a URL into protocol, host, port, path, query parameters and fragment.

Localinspect

Email Syntax Validator

Check one email address per line for common syntax and domain-format problems.

Localinspect

Cron Expression Explainer

Validate a standard five-field cron expression and explain each scheduling field.

Localinspect

Unicode Code Point Inspector

Inspect each character as a Unicode code point, decimal value and UTF-8 byte sequence.

Localinspect

HTTP Status Code Lookup

Look up the meaning and category of common HTTP response status codes.

Localinspect

MIME Type Lookup

Find a common MIME type from a file extension or list extensions for a MIME type.

Localinspect

User-Agent Parser

Get a practical browser, engine, operating system and device summary from a User-Agent string.

Localinspect

URL Normalizer & Tracking Cleaner

Normalize an HTTP URL deterministically or remove common tracking parameters and fragments.

Localinspect

Semantic Version Comparator

Compare or sort strict SemVer 2.0.0 versions, including prerelease precedence.

Localinspect

Character Frequency Counter

Count every Unicode character and sort by frequency with code points.

Localinspect

UUID Validator

Validate UUID text, RFC variant and version for up to one thousand values.

Localinspect

Color Contrast Checker

Measure WCAG contrast for two HEX colors and report common thresholds.

Localinspect

HTTP Header Parser

Parse repeated HTTP header fields into safe normalized JSON.

Localinspect

Secure generators

12

Convert & calculate

24

IPv4 CIDR Calculator

Calculate network, broadcast, subnet mask and usable host range from IPv4 CIDR notation.

Localcalculate

Percentage Calculator

Calculate a percentage of a number, what percent one number is of another, or percentage change.

Localcalculate

Unit Converter

Convert common length, mass and temperature units with a simple value-from-to expression.

Localcalculate

Date Difference Calculator

Calculate calendar days, weeks and exact duration between two ISO dates or date-times.

Localcalculate

Roman Numeral Converter

Convert whole numbers from 1 to 3999 into canonical Roman numerals or back.

Localcalculate

Mean, Median & Statistics Calculator

Calculate count, sum, mean, median, mode, range and standard deviation.

Localcalculate

Aspect Ratio Calculator

Simplify image dimensions to an aspect ratio or scale them to a target width.

Localcalculate

Chmod Permission Calculator

Convert Unix file permissions between octal and symbolic notation, including special bits.

Localcalculate

Exact Fraction Calculator

Add, subtract, multiply or divide fractions with exact simplified and mixed-number results.

Localcalculate

Prime Factorization

Factor a signed whole number up to one trillion and group repeated prime factors.

Localcalculate

GCD & LCM Calculator

Calculate the exact greatest common divisor and least common multiple of several integers.

Localcalculate

Time Duration Calculator

Add, subtract or compare readable and clock-formatted durations with exact seconds.

Localcalculate

Exact Age Calculator

Calculate calendar age and total elapsed days for an explicit as-of date.

Localcalculate

Business Days Calculator

Count Monday-to-Friday days between two ISO dates, inclusive or exclusive.

Localcalculate

Date Add & Subtract

Add or subtract days, weeks, months or years with calendar-safe clamping.

Localcalculate

ISO Week Calculator

Find the ISO week-year, week number and weekday for an ISO date.

Localcalculate

UTC Offset Time Converter

Convert a local date-time between explicit fixed UTC offsets.

Localcalculate

Ratio Simplifier

Reduce a positive integer ratio exactly using its greatest common divisor.

Localcalculate

Proportion Solver

Solve one missing value in a four-part proportion with strict zero checks.

Localcalculate

Quadratic Equation Solver

Solve real or complex roots from coefficients a, b and c.

Localcalculate

Triangle Calculator

Calculate perimeter, Heron area and three angles from valid side lengths.

Localcalculate

Circle Calculator

Calculate radius, diameter, circumference and area from one measurement.

Localcalculate

Tip & Bill Split Calculator

Calculate tip, total and per-person amount without currency assumptions.

Localcalculate

Fuel Cost Calculator

Estimate liters and cost from kilometers, L/100 km and unit price.

Localcalculate