often.cloud
source

often.cloud

Small, fast developer utilities you reach for often. Runs in your browser — inputs never leave your machine.

Encoding

Round-trip text through common encodings.

Formatting

Pretty-print, parse, and inspect data.

Generators

Random IDs, words, and credentials.

Hashing

Cryptographic digests of text.

Web

Helpers for the browser platform.

Color converter

Web

Picker + hex, RGB, HSL, HSV, HWB, CMYK, OKLCh, CSS names, WCAG contrast.

Regex tester

Web

Test a JavaScript regex against a string with live matches.

SafeLink decoder

Web

Extract the real URL from Microsoft SafeLinks and ProofPoint URLDefense wrapped links — all decoding happens in your browser.

URL parser

Web

Break a URL into protocol, host, port, path, search params, and hash.

Email normalizer

Web

Canonicalize an address by stripping +tags and (for Gmail) dots.

HTTP status codes

Web

Searchable reference for every HTTP status code in the IANA registry.

MIME types

Web

Searchable reference for common file extensions and their IANA media types.

IPv4 address converter

Web

Round-trip IPv4 between dotted decimal, decimal, hex, and binary.

IPv4 subnet calculator

Web

CIDR → network, broadcast, mask, wildcard, usable range, and class.

IPv4 range expander

Web

Expand a CIDR or A.B.C.D – W.X.Y.Z range into every address in between.

chmod calculator

Web

Translate Unix file permissions between octal and rwx symbolic.

IBAN validator

Web

Validate an IBAN against the ISO 13616 registry and break it into country and BBAN.

User-Agent parser

Web

Parse a UA string into browser, engine, OS, device, and CPU details.

docker run → compose

Web

Translate a `docker run …` command into a docker-compose service block.

Regex cheat sheet

Web

Searchable reference for JavaScript regular expressions.

Git cheat sheet

Web

Searchable reference for everyday git commands.

Keycode inspector

Web

Press any key to see its `key`, `code`, modifier flags, and legacy keyCode.

Device info

Web

Read everything the browser exposes: UA, viewport, cores, memory, network, locale.

MAC vendor lookup

Web

Look up the vendor for an OUI prefix from a curated subset of the IEEE registry.

Phone parser

Web

Normalize to E.164 and detect the country from the ITU-T country code.

Time

Wrangle epochs and timestamps.

Text

Reshape strings.