// the toolbox

50+ tools in one window.

Every tool Hexkit ships, with a short description and a screenshot where one's available. Filter the list on the left; the preview on the right tracks whatever you focus.

JSON & data

JSON formatter interface screenshot

JSON formatter

Pretty-print, validate and sort keys, with a JSONPath filter to grab subtrees.

About JSON formatter
JSON minify interface screenshot

JSON minify

Strip whitespace down to a single line for embedding in headers or env vars.

About JSON minify
HTML → JSX interface screenshot

HTML → JSX

Convert raw HTML to React-friendly JSX (className, self-closing tags, etc.).

About HTML → JSX

Encode & decode

Screenshot coming soon

Base64 image

Convert images to Base64 data URIs and preview them inline.

About Base64 image
URL parser interface screenshot

URL parser

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

About URL parser
JWT debugger interface screenshot

JWT debugger

Decode header + payload + signature, and verify HS256/384/512 signatures.

About JWT debugger
Luhn checker interface screenshot

Luhn checker

Validate Luhn-checked numbers (credit cards, IMEI, ID numbers) and propose the correct check digit.

About Luhn checker
X.509 certificate interface screenshot

X.509 certificate

Decode PEM/DER certificates into issuer, subject, SANs, fingerprints and validity windows.

About X.509 certificate

Convert

Number base interface screenshot

Number base

Convert between binary, octal, decimal, hex and a custom base (2–36).

About Number base
Unix time interface screenshot

Unix time

Convert between epochs (s / ms / µs / ns) and ISO / RFC 2822 / human dates.

About Unix time
Case converter interface screenshot

Case converter

Re-case identifiers to camelCase, PascalCase, snake_case, kebab-case, CONSTANT, Title and more.

About Case converter
Color converter interface screenshot

Color converter

Convert HEX (incl. alpha), RGB(A), HSL(A), HSB, HWB and CMYK with a built-in picker.

About Color converter
cURL → code interface screenshot

cURL → code

Turn a curl command into idiomatic JavaScript / Python / Go / Rust HTTP code.

About cURL → code

Generate

QR code interface screenshot

QR code

Render a QR code as SVG (downloadable) at multiple resolutions.

About QR code

Inspect & preview

Screenshot coming soon

HTML preview

Render arbitrary HTML in a sandboxed iframe next to the source.

About HTML preview

Screenshot coming soon

QR reader

Drop a QR image and read the encoded payload.

About QR reader
ID inspector interface screenshot

ID inspector

Detect the kind, version and variant of an ID (UUID, ULID, Nano ID, etc.).

About ID inspector

Cryptography

PGP encrypt interface screenshot

PGP encrypt

Encrypt a message to a recipient's OpenPGP public key (SEIPDv1 / AES-256).

About PGP encrypt
PGP sign interface screenshot

PGP sign

Produce a detached, text-normalized OpenPGP signature over a message.

About PGP sign
PGP verify interface screenshot

PGP verify

Verify a detached OpenPGP signature against the signer's public key.

About PGP verify

Text

Text diff interface screenshot

Text diff

Line-by-line diff with optional JSON / XML normalisation and key sorting.

About Text diff

Screenshot coming soon

JS minify

Quickly minify JavaScript snippets without setting up a bundler.

About JS minify

Try the real thing.

Grab a build for your platform — every tool above runs in the same window on macOS, Windows and Linux.