Skip to tools

All Tools

151 free browser tools — search or filter by category. Your data never leaves your device.

No signup · Nothing uploaded · Free forever

Writing

What's the deal?

Quick text utilities for writers, students, and social-media managers. Count words for an essay limit, characters against the Twitter cap, or check that an Instagram caption fits before you post. Everything runs in your browser — your draft never leaves your device.

Security

Why use these?

Cryptographically secure tools for everyday digital hygiene. Generate strong unique passwords using your browser's built-in random source — the same one HTTPS and password managers rely on. No accounts, no logging, no telemetry on what you create.

Math

More info

Common arithmetic shortcuts you'd otherwise reach for a spreadsheet to compute. Percentage of a number, percentage change between two values, percentage of a whole — three modes covering tips, discounts, growth rates, and grade conversions in one place.

Percentage Calculator

Calculate percentages, percentage change, and percentage difference.

Tip Calculator

Compute tip amount and per-person split for any bill in seconds.

Unit Converter

Convert between common units of length, mass, temperature and volume.

GPA Calculator

Calculate your grade point average from course grades and credit hours.

Scientific Calculator

A full scientific calculator with trig, logs, powers, roots and memory.

Discount Calculator

Work out the sale price and amount saved from a price and a percentage off.

Roman Numeral Converter

Convert numbers to Roman numerals and Roman numerals back to numbers.

Fraction Calculator

Add, subtract, multiply and divide fractions with a simplified result.

Average Calculator

Find the mean, median, mode and range of a list of numbers.

Ratio Calculator

Simplify ratios and solve proportions for a missing value.

Quadratic Equation Solver

Solve any quadratic equation and find its roots and vertex.

Prime Number Checker

Check whether a number is prime and find its factors.

LCM and GCD Calculator

Find the least common multiple and greatest common divisor of numbers.

Factorial Calculator

Calculate the factorial of a number, including very large results.

Combinations and Permutations Calculator

Calculate combinations (nCr) and permutations (nPr) of n and r.

Scientific Notation Converter

Convert numbers to and from scientific (standard form) notation.

Number to Words Converter

Convert numbers to written words and words back to numbers.

Binary Calculator

Add, subtract, multiply and divide binary numbers.

Paint Calculator

Estimate how much paint you need for a room or wall.

Area Calculator

Calculate the area of rectangles, circles, triangles and more.

Statistics Calculator

Calculate mean, median, mode, standard deviation, variance, and more from a list of numbers.

Triangle Calculator

Calculate area, perimeter, and angles of any triangle from sides or angles.

Speed Distance Time Calculator

Solve for speed, distance, or time — enter any two to find the third.

Fibonacci Sequence Generator

Generate the Fibonacci sequence up to N terms or up to a maximum value.

Prime Factorization Calculator

Find the prime factors of any integer and display the factorization tree.

Circle Calculator

Calculate area, circumference, diameter, and radius of a circle from any one value.

Percentage Error Calculator

Calculate percentage error, percentage difference, and percentage change between two values.

Z-Score Calculator

Calculate z-score, percentile rank, and probability for any value in a normal distribution.

Ohm's Law Calculator

Solve for voltage, current, resistance, or power — enter any two to find the other two.

Date

Health

When to reach for these

Body-mass screening backed by the World Health Organization classification. Enter weight and height in metric or imperial; get BMI, category, and the healthy weight range for your height. Useful as a starting point, not a diagnosis — see your doctor for medical decisions.

Finance

See what fits

Loan, mortgage, and salary math without the lender pop-ups. Standard fixed-rate amortization, configurable currency formatting (symbol, separators, decimals) for any locale, and full schedule output. Comparison-shop offers offline before you talk to a bank.

Salary Calculator

Convert salary between hourly, daily, weekly, monthly and yearly.

Mortgage Calculator

Calculate monthly mortgage payments and view full amortization schedule.

Loan Calculator

Calculate loan payments, total interest and payoff schedule for any loan.

Compound Interest Calculator

See how a lump sum and optional monthly contribution grow with compound interest over time.

Interest Arbitrage Calculator

Compare interest rates across currencies and find the break-even FX rate before your trade loses money.

Sales Tax Calculator

Add sales tax to a price or remove tax from a total to find the net amount.

Simple Interest Calculator

Calculate simple interest and the final amount from principal, rate and time.

ROI Calculator

Calculate return on investment as a percentage, with optional annualized return.

Credit Card Payoff Calculator

See how long it takes to pay off a card balance and the total interest.

Savings Goal Calculator

Find how long it takes to reach a savings goal with monthly contributions.

Fuel Cost Calculator

Estimate the fuel cost of a trip from distance, efficiency and price.

Profit Margin Calculator

Calculate profit, margin and markup from cost and revenue.

Break-Even Calculator

Find the number of units you must sell to cover your costs.

Unit Price Comparison

Compare products by price per unit to find the better deal.

Time Card Calculator

Track daily work hours and calculate total weekly time from start and end times.

VAT Calculator

Add or remove VAT/GST from a price. Works with any tax rate.

Power Consumption Calculator

Calculate electricity usage in kWh and cost for any device based on wattage and hours.

Retirement Calculator

Project how much you will save by retirement with monthly contributions and compound growth.

Debt Payoff Calculator

Compare the debt snowball and avalanche methods to find the fastest path to debt freedom.

Wage Converter

Convert wages between hourly, daily, weekly, monthly, and annual rates instantly.

Productivity

Images

Overview

Image processing entirely in your browser via the HTML5 Canvas API. Compress JPGs and PNGs without uploading them anywhere — useful for sensitive screenshots, ID photos, and unreleased work. Adjustable quality with live before/after size comparison.

Dev Tools

What lives here

Everyday utilities developers reach for: hashing, encoding, UUID generation, JSON formatting, slug creation. All run locally in your browser using the Web Crypto API and native string methods — no payloads sent to a third-party server, safe for tokens and proprietary data.

Slugify

Convert any title or phrase into a clean URL-safe slug.

UUID Generator

Generate cryptographically random UUID v4 identifiers, one or many at a time.

Hash Generator

Compute SHA-1, SHA-256, SHA-384 and SHA-512 hashes of any text in your browser.

Base64 Encode / Decode

Encode any text to Base64 or decode a Base64 string back to plain text.

JSON Formatter

Pretty-print, validate and minify JSON locally in your browser.

Regex Tester

Test, debug and visualise JavaScript regular expressions with live match highlighting and capture groups.

Color Converter

Convert between HEX, RGB, HSL and OKLCH, check WCAG contrast ratios, and generate a tonal shade strip.

JWT Decoder

Decode, verify, and sign JSON Web Tokens locally in your browser — secrets never leave your device.

URL Encoder / Decoder

Percent-encode or decode URLs and query strings instantly in your browser.

Binary ↔ Decimal ↔ Hex Converter

Convert numbers between binary, octal, decimal and hexadecimal at once.

CSV ↔ JSON Converter

Convert CSV to a JSON array of objects, or JSON back to CSV, in your browser.

CSS Gradient Generator

Build linear and radial CSS gradients visually and copy the code.

Text to Binary Converter

Convert text to binary and binary back to text, in your browser.

Image to Base64

Convert an image to a Base64 data URI you can embed in HTML or CSS.

Morse Code Translator

Translate text to Morse code and Morse code back to text.

HTML Entity Encoder / Decoder

Encode text to HTML entities or decode entities back to text.

URL Parser

Break a URL into its protocol, host, path, query parameters and more.

Hex to Text Converter

Convert text to hexadecimal and hex back to readable text.

CSS Box Shadow Generator

Visually build a CSS box-shadow and copy the code.

Aspect Ratio Calculator

Calculate width or height to keep an aspect ratio, or simplify a ratio.

Color Contrast Checker

Check text and background color contrast against WCAG accessibility levels.

Text Encryptor (Caesar / ROT13)

Encrypt and decrypt text with classic ciphers: Caesar shift, ROT13 and Atbash.

JSON Escape / Unescape

Escape a string for use inside JSON, or unescape a JSON string.

UTM Link Builder

Build campaign tracking URLs with UTM parameters.

HTTP Status Codes

Search and look up HTTP status codes and their meanings.

ASCII Table

Look up ASCII character codes in decimal, hex and binary.

PPI Calculator

Calculate pixels per inch from screen resolution and size.

CSS Clamp Generator

Generate a responsive CSS clamp() for fluid font sizes and spacing.

File Size Converter

Convert between bytes, KB, MB, GB, TB in both decimal (SI) and binary (IEC) units.

Cron Expression Parser

Translate a cron expression into plain English and see the next scheduled run times.

Color Palette Generator

Generate harmonious color palettes — complementary, analogous, triadic, and more.

Bitwise Calculator

Perform AND, OR, XOR, NOT, and bit-shift operations on integers with binary display.

CSS Unit Converter

Convert px to rem, em, vw, pt, and other CSS units with a configurable base font size.

JSON Minifier

Minify JSON by removing whitespace and comments, and see the size reduction.

CSS Specificity Calculator

Calculate the specificity of any CSS selector and compare multiple selectors.

XML Formatter

Format, prettify, or minify XML with syntax validation and instant error feedback.

Random Color Generator

Generate random colors in hex, RGB, and HSL with one click or auto-generate on lock.

Resistor Color Code Calculator

Decode 4-band and 5-band resistor color codes to find resistance and tolerance.

IP Address & Subnet Calculator

Calculate network address, broadcast, host range, and usable hosts from an IP and CIDR.

Games

Files

What's in here

PDF and file manipulation entirely in your browser — never uploaded to a server. Merge multiple PDFs, split one into pages, reorder or rotate pages of an existing document. Safe for confidential paperwork, legal documents, and unreleased drafts.