Format Conversion
Convert Markdown formatted text to plain text by removing all Markdown syntax and formatting
markdown-to-plain-textMath & Numbers
Convert US liquid gallons to liters with configurable decimal precision
gallon-to-literMath & Numbers
Convert liters to US liquid gallons with configurable decimal precision
liter-to-gallonAI Tools
Generate controlled A/B variants of a prompt across the persona, tone/style, output format, and constraints dimensions, then compare them side by side with a heuristic rubric score and a word-level diff against the baseline. A reproducible way to test how a prompt behaves under different framings before picking one for production.
ai-prompt-ab-variant-generatorDevelopment
Plan and visualise an API latency budget. Enter a P99 target (e.g. ≤ 300ms) and per-stage allocations (DNS, TCP, TLS, TTFB, Processing, Network) to see a live waterfall, budget utilisation, and over-budget warnings. Optionally paste an OpenTelemetry or Datadog trace to reverse-engineer a measured allocation.
api-latency-budget-plannerHealth
Plot the classic 23-day physical, 28-day emotional, and 33-day intellectual biorhythm sine curves around any target date. See today's cycle states, mark zero-crossing "critical days", and read a daily value table with a combined total — enter your date of birth and a target date.
biorhythm-curve-plotterAstronomy
Convert astronomical positions between equatorial (RA/Dec J2000 and B1950), galactic (l/b), and supergalactic (SGL/SGB) coordinate systems. Accurate J2000 IAU 1958 galactic rotation, de Vaucouleurs supergalactic system, and IAU 1976 precession between epochs. Accepts sexagesimal (12h51m26s) or decimal-degree input and shows all four systems for each object.
galactic-coordinate-converterSecurity
Parse an X.509 SSL/TLS certificate (paste PEM or upload .pem/.crt) and inspect subject, issuer, validity period with expiry status, public key, signature algorithm, serial, SANs, key usage and fingerprint. Like openssl x509 -text, visualised. Runs locally.
certificate-decoderSecurity
Compute the CRC32 checksum (IEEE 802.3 polynomial) of any text or raw bytes. Output as hex, decimal or binary. Accepts plain text (UTF-8) or raw bytes via hex/base64 input.
crc32-checksumDesign
Fetch a remote image URL, extract dominant colors, export code-ready palette files, and review contrast ratios
color-palette-extractor-from-image-urlDevelopment
Parse a 5-part / 6-part / Quartz cron expression into a plain-language schedule description, show the field-by-field breakdown, and list the next N execution times in any IANA timezone — with an AI-generated natural-language explanation in your language
cron-expression-explainerData Processing
Upload a CSV file or paste CSV text, remove duplicate rows using exact or fuzzy matching, and download a cleaned CSV.
csv-deduplicate-rows