Tools

Every tool is defined by a spec (inputs, outputs, assumptions) and ships with golden test vectors.

Health

Body metrics and daily-life health calculators.

1 tools

Finance

Interest, loans, savings, and planning tools.

4 tools

Developer

Encoding, formatting, and everyday programming helpers.

16 tools

Geometry

Areas, volumes, and common geometric helpers.

12 tools

Construction

Material estimates and site-ready calculators.

2 tools

Physics

Power, energy, and basic electrical formulas.

2 tools

Misc

Small helpers that don’t fit elsewhere (yet).

0 tools

All tools

Physics

Average power calculator

Compute average power from energy and time (P = E / t), with unit conversion.

Developer

Base64 encode/decode

Encode text as Base64 (or Base64URL) and decode Base64 back to UTF‑8 text.

Health

BMI calculator

Calculate body mass index (BMI) from weight and height, including standard BMI categories.

Construction

Board feet calculator

Compute lumber volume from thickness × width × length, and view results in board feet.

Developer

Case converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, and Title Case.

Geometry

Circle area calculator

Compute the area of a circle from its radius, with unit conversion.

Geometry

Circle circumference calculator

Compute the circumference of a circle (C = 2·π·r), with unit conversion.

Finance

Compound interest calculator

Compute compound interest final amount (A = P·(1 + r/n)^(n·t)).

Construction

Concrete volume calculator

Estimate concrete volume from slab length, width, and depth, with unit conversion.

Geometry

Cone volume calculator

Compute the volume of a cone from radius and height (V = 1/3·πr²h), with unit conversion.

Developer

CRC32 checksum

Compute CRC32 (IEEE) checksum of text (UTF‑8 bytes) in hex and decimal.

Geometry

Cylinder surface area calculator

Compute total surface area of a cylinder (A = 2·π·r·(r + h)), with unit conversion.

Geometry

Cylinder volume calculator

Compute the volume of a cylinder from radius and height (V = πr²h), with unit conversion.

Developer

FNV‑1a hash (32‑bit)

Compute a fast, non-cryptographic 32-bit hash (FNV‑1a) in hex and decimal.

Developer

IPv4 subnet calculator

Compute network/broadcast addresses, netmask, and host range from an IPv4 address and CIDR prefix.

Developer

JSON checker

Validate JSON and show the top-level type (object, array, string, number, boolean, or null).

Developer

JSON formatter

Pretty-print and minify JSON. Optionally sort keys for stable, comparable output.

Developer

JWT decoder

Decode a JWT’s header and payload JSON (no signature verification).

Physics

Kinetic energy calculator

Compute kinetic energy from mass and velocity (E = 1/2·mv²), with unit conversion.

Finance

Loan payment calculator

Compute monthly payment, total payment, and total interest for a fixed-rate amortizing loan.

Developer

Password generator

Generate random (or seeded, deterministic) passwords with configurable character sets.

Finance

Percent change calculator

Compute absolute and percent change between an old value and a new value.

Geometry

Pythagorean theorem calculator

Compute the hypotenuse length from two perpendicular sides using √(a² + b²).

Geometry

Rectangle area calculator

Compute the area of a rectangle from length and width, with unit conversion.

Geometry

Rectangle perimeter calculator

Compute the perimeter of a rectangle (P = 2·(L + W)), with unit conversion.

Developer

Regex escape

Escape special characters so text can be used safely inside a regular expression.

Finance

Simple interest calculator

Compute simple interest and final amount (A = P·(1 + r·t)).

Developer

Slugify text

Convert text into a URL-friendly slug (kebab-case or snake_case).

Geometry

Sphere surface area calculator

Compute the surface area of a sphere (A = 4·π·r²), with unit conversion.

Geometry

Sphere volume calculator

Compute the volume of a sphere from its radius (V = 4/3·πr³), with unit conversion.

Developer

Text comparer

Compare two texts and get a line-based diff plus an overall similarity score.

Geometry

Trapezoid area calculator

Compute the area of a trapezoid from both bases and height, with unit conversion.

Geometry

Triangle area calculator

Compute the area of a triangle from base and height, with unit conversion.

Developer

Unix timestamp converter

Convert between Unix epoch timestamps and ISO 8601 date/time (UTC).

Developer

URL encode/decode

Encode text for use in URLs (percent-encoding) and decode percent-encoded strings back to text.

Developer

URL parser

Parse a URL and extract components like protocol, host, path, query parameters, and fragment.

Developer

UUID / GUID generator

Generate UUIDv4 identifiers (aka GUIDs). Optionally use a seed for deterministic, reproducible output.