Skip to main content
By intent

Tools by what you want to do.

Calculate, convert, analyze, optimize, or build. Five verbs that cover the work most people come here to do.

The same tool can show up under more than one verb because the same operation can serve more than one intent. A color converter is a Convert tool when you have a HEX value and need RGB, and an Analyze tool when you want to know whether a brand color passes WCAG contrast against white. The action view keeps the tool in both places so the path that matches your intent is always the shorter one.

The verbs themselves are intentionally narrow. Calculate is for inputs that produce numbers. Convert is for transformations with no information loss. Analyze is for verdicts and measurements. Optimize is for search against an explicit objective. Build is for artifacts you take away. When a tool does not fit any of the five, it sits in More rather than getting forced into a verb that does not describe it.

If you already know the domain you are working in, the category index is usually faster than this page. The action view earns its place when you are not sure which category a problem belongs to, or when the tool you want exists across several categories under different names.

When to use each action

What each verb actually means here.

Calculate

Calculate covers the tools whose job is a number in, a number out. Most are closed-form formulas drawn from standard published sources: time-value-of-money equations for the finance tools, BMI and BMR for the health tools, area and volume for the math and construction tools, optical formulas for the photography tools. The calculation runs in your browser, so you can change an input and watch the result move without a network round trip.

When to use it. Reach for Calculate when you already know which numbers you have and you want the corresponding answer. If you are still figuring out which numbers matter, the per-category index will get you there faster than the action view.

Representative tools

  • 401k Calculator - Future-value-of-an-annuity projection with employer match, salary growth, and inflation adjustment over a full retirement horizon.
  • BMI Calculator - Adult BMI plus child and teen percentile lookup against CDC growth charts.
  • Mortgage Calculator - Monthly payment, full amortization schedule, and total interest paid for fixed-rate mortgages.
  • Compound Interest Calculator - Continuous, monthly, quarterly, or annual compounding with optional regular contributions.
  • Days Between Dates Calculator - Inclusive and exclusive day counts, workdays-only mode, and span breakdown.
  • Square Footage Calculator - Rectangular, triangular, and circular areas with unit conversion in one form.

Browse the full set under Calculate tools.

Convert

Convert covers anything that turns one representation into another with no information lost: units, formats, encodings, color spaces, time zones, data shapes. The arithmetic is usually simple. The hard part is handling the inputs gracefully (fractions, mixed units, comma-separated lists, malformed JSON) so the tool gives a useful answer instead of an error.

When to use it. Reach for Convert when the input and output mean the same thing in different forms. If you are reshaping data with judgment calls about what to keep, that is closer to Analyze or Optimize.

Representative tools

Browse the full set under Convert tools.

Analyze

Analyze tools take an input that is already in the right format and tell you something useful about it: readability score for a block of text, structural validity for a JSON document, network details for an IP address, character and word counts against a target. The output is judgment-relevant rather than a literal answer.

When to use it. Reach for Analyze when you want a verdict, a measurement, or a structural report on something you already have. If you want to change the input to improve the verdict, follow up with an Optimize tool.

Representative tools

Browse the full set under Analyze tools.

Optimize

Optimize tools take an input that already works and search for a better version against a stated objective. The objectives are explicit: a SEO keyword density, a meta-title length target, an employer-match contribution percentage that maxes out the match without exceeding the IRS cap, a prompt chain that produces a target output with fewer steps.

When to use it. Reach for Optimize when you have a working answer and want a better one against a measurable goal. The tools surface the trade-offs explicitly so the choice stays with you.

Representative tools

Browse the full set under Optimize tools.

Build

Build tools generate new artifacts from your inputs: a password, an invoice, a barcode label, a JSON schema, an icon file, a block of placeholder text. The output is a file or a string you take away with you and use elsewhere, not a number to read on the page.

When to use it. Reach for Build when you need an artifact to use somewhere else. The tools focus on producing clean, immediately usable output (correctly-encoded files, copy-paste-safe text, valid syntax) rather than helping you decide what to build.

Representative tools

  • Password Generator - Cryptographically random passwords with configurable length, character classes, and pronounceability.
  • Invoice Generator - Line items, taxes, discounts, PDF export, and a saveable seller profile.
  • Barcode Label Generator - Code 128, EAN, UPC, and QR codes with bulk CSV input and print-ready layout.
  • JSON Schema Stripper - Strips example, default, and description fields so a schema fits in a model context window.
  • ICO Converter - Multi-resolution ICO files for favicons and Windows desktop icons.
  • Dummy Text Generator - Lorem ipsum, English filler, and themed dummy text with adjustable paragraph and sentence counts.

Browse the full set under Build tools.