Dev Tools Tools

Everyday utilities developers reach for: hashing, encoding, UUID generation, JSON formatting, slug creation. All run locally in your browser using the Web Crypto API and native string methods — no payloads sent to a third-party server, safe for tokens and proprietary data.

39 dev tools tools

Slugify

Convert any title or phrase into a clean URL-safe slug.

UUID Generator

Generate cryptographically random UUID v4 identifiers, one or many at a time.

Hash Generator

Compute SHA-1, SHA-256, SHA-384 and SHA-512 hashes of any text in your browser.

Base64 Encode / Decode

Encode any text to Base64 or decode a Base64 string back to plain text.

JSON Formatter

Pretty-print, validate and minify JSON locally in your browser.

Regex Tester

Test, debug and visualise JavaScript regular expressions with live match highlighting and capture groups.

Color Converter

Convert between HEX, RGB, HSL and OKLCH, check WCAG contrast ratios, and generate a tonal shade strip.

JWT Decoder

Decode, verify, and sign JSON Web Tokens locally in your browser — secrets never leave your device.

URL Encoder / Decoder

Percent-encode or decode URLs and query strings instantly in your browser.

Binary ↔ Decimal ↔ Hex Converter

Convert numbers between binary, octal, decimal and hexadecimal at once.

CSV ↔ JSON Converter

Convert CSV to a JSON array of objects, or JSON back to CSV, in your browser.

CSS Gradient Generator

Build linear and radial CSS gradients visually and copy the code.

Text to Binary Converter

Convert text to binary and binary back to text, in your browser.

Image to Base64

Convert an image to a Base64 data URI you can embed in HTML or CSS.

Morse Code Translator

Translate text to Morse code and Morse code back to text.

HTML Entity Encoder / Decoder

Encode text to HTML entities or decode entities back to text.

URL Parser

Break a URL into its protocol, host, path, query parameters and more.

Hex to Text Converter

Convert text to hexadecimal and hex back to readable text.

CSS Box Shadow Generator

Visually build a CSS box-shadow and copy the code.

Aspect Ratio Calculator

Calculate width or height to keep an aspect ratio, or simplify a ratio.

Color Contrast Checker

Check text and background color contrast against WCAG accessibility levels.

Text Encryptor (Caesar / ROT13)

Encrypt and decrypt text with classic ciphers: Caesar shift, ROT13 and Atbash.

JSON Escape / Unescape

Escape a string for use inside JSON, or unescape a JSON string.

UTM Link Builder

Build campaign tracking URLs with UTM parameters.

HTTP Status Codes

Search and look up HTTP status codes and their meanings.

ASCII Table

Look up ASCII character codes in decimal, hex and binary.

PPI Calculator

Calculate pixels per inch from screen resolution and size.

CSS Clamp Generator

Generate a responsive CSS clamp() for fluid font sizes and spacing.

File Size Converter

Convert between bytes, KB, MB, GB, TB in both decimal (SI) and binary (IEC) units.

Cron Expression Parser

Translate a cron expression into plain English and see the next scheduled run times.

Color Palette Generator

Generate harmonious color palettes — complementary, analogous, triadic, and more.

Bitwise Calculator

Perform AND, OR, XOR, NOT, and bit-shift operations on integers with binary display.

CSS Unit Converter

Convert px to rem, em, vw, pt, and other CSS units with a configurable base font size.

JSON Minifier

Minify JSON by removing whitespace and comments, and see the size reduction.

CSS Specificity Calculator

Calculate the specificity of any CSS selector and compare multiple selectors.

XML Formatter

Format, prettify, or minify XML with syntax validation and instant error feedback.

Random Color Generator

Generate random colors in hex, RGB, and HSL with one click or auto-generate on lock.

Resistor Color Code Calculator

Decode 4-band and 5-band resistor color codes to find resistance and tolerance.

IP Address & Subnet Calculator

Calculate network address, broadcast, host range, and usable hosts from an IP and CIDR.

Other categories