PlainUtils.dev
Menu

Developer Tools

Browse by language and utility to find the exact tool quickly.

Press / to focus

JSON Tools

Format, validate, minify, and transform JSON payloads.

JSON Formatter

Prettify raw JSON with consistent indentation.

JSONFormat

JSON Validator

Validate JSON and pinpoint parse errors quickly.

JSONValidate

JSON Minifier

Strip whitespace from JSON for compact payloads.

JSONMinify

JSON to YAML

Convert JSON structures into YAML text.

JSONConvert

JSON to CSV

Turn arrays of objects into CSV for spreadsheets.

JSONConvert

JSON Diff

Compare two JSON documents and list changed paths and values.

JSONCompare

YAML to JSON

Convert simple YAML key/value input into JSON output.

YAMLConvert

CSV to JSON

Convert CSV rows into JSON objects using the header row as keys.

CSVConvert

Multi-step Pipeline

Run JSON → CSV conversion in a single copy-ready pipeline.

JSONConvertBuild

Encoding Tools

Encode and decode common web-safe text formats.

Base64 Decode

Decode Base64 strings into readable text.

Base64Decode

URL Encode

Percent-encode URL components safely.

URLEncode

URL Decode

Decode percent-encoded URLs and query strings.

URLDecode

Security Utilities

Inspect and generate auth-related tokens safely in-browser.

JWT Decoder

Decode JWT header and payload without server calls.

JWTDecodeInspect

JWT Generator

Generate unsigned JWT tokens for local testing.

JWTGenerate

JWT Sign / Verify (HMAC)

Sign and verify JWTs with HMAC algorithms for local testing workflows.

JWTGenerateValidateInspect

HMAC Generator

Generate HMAC signatures from message + secret using SHA algorithms.

HashGenerateValidate

Password Generator

Generate secure random passwords with configurable length and symbols.

TextGenerate

Time and Date Tools

Convert timestamps, compute differences, and work with cron.

Cron Parser

Parse 5-field cron expressions into readable schedules.

CronParseInspect

Cron Generator

Generate common 5-field cron expressions quickly.

CronGenerate

Text and Regex

Test, compare, transform, and generate text patterns.

Regex Tester

Test patterns and flags against live sample text.

RegexValidateInspect

Regex Generator

Generate starter regex patterns for common input types.

RegexGenerate

Text Diff Checker

Compare two text blocks and highlight line-level differences.

TextCompare

Slug Generator

Generate clean URL slugs from titles and phrases.

TextGenerateConvert

Case Converter

Convert text between lower, upper, camel, snake, and kebab case.

TextConvert

JSON Unminifier

Expand minified JSON into readable, indented JSON.

JSONUnminifyFormat

JavaScript Unminifier

Expand minified JavaScript into a readable, line-broken layout.

JavaScriptUnminifyFormat

CSS Unminifier

Expand minified CSS into readable rules and declarations.

CSSUnminifyFormat

HTML Formatter / Minifier

Format, unminify, or minify HTML snippets for readability or compact output.

HTMLFormatMinifyUnminify

Color Contrast Checker

Check contrast ratio between foreground and background colors with AA/AAA results.

CSSCompareValidateInspect

Line-by-line Compare

Compare two multi-line texts and show per-line matches and differences.

TextCompare

Replace Preview

Preview find-and-replace output with optional regex matching.

TextConvertInspect

SQL Formatter

Reformat SQL statements for easier reading and review.

TextFormat

HTTP and API

Inspect HTTP details and build API request artifacts quickly.

HTTP Header Checker

Inspect raw HTTP headers and identify missing security headers.

HTTPInspectValidate

cURL Generator

Build cURL commands from method, URL, headers, and body.

ShellBuildGenerate

IPv4 Subnet Calculator

Calculate network, broadcast, host range, and mask details from IPv4 CIDR input.

TextParseInspect

IPv6 Expand / Compress

Expand shorthand IPv6 addresses and compress full forms for readability.

TextConvertFormatInspect

CIDR Range Calculator

Calculate start and end IP ranges from IPv4 or IPv6 CIDR blocks.

TextParseInspectConvert

DNS Lookup

Lookup DNS records for a hostname using public resolver APIs.

HTTPInspectReference

Header Parser

Parse raw HTTP headers into structured JSON.

HTTPParseInspect

User-Agent Parser

Parse browser, OS, and device hints from user-agent strings.

HTTPParseInspect

General Utilities

Common generation and hashing utilities for daily dev work.

Hash Generator

Generate SHA-1, SHA-256, SHA-384, SHA-512, and MD5 hashes from input text.

HashGenerate

ULID Generator

Generate lexicographically sortable ULID identifiers.

UUIDGenerate

Gradient Generator

Generate CSS linear gradients with live preview and copyable output.

CSSGenerateBuild