What's New

The latest tools and recent updates — newest first. Looking for version history and fixes? See the changelog.

131 new tools 29 updates

June 27, 2026

June 26, 2026

June 25, 2026

June 22, 2026

New Numbers & Math
Math Inspector

File Inspector, but for math. Paste any equation, formula, dataset, unit expression or word problem and Math Inspector identifies what kind of math it is, computes or sanity-checks it, flags bad math, and links you to the right Utilities Bunker tool. Every input is classified against a <strong>350-branch master map of mathematics</strong>, with a working detector for <strong>every one of its 350 branches</strong> &mdash; all 100% client-side. See the changelog for the full feature list.

Open tool →
New Numbers &amp; Math
Chaos Theory Lab

An interactive, animated chaos playground in one tool: the logistic map with a live cobweb plot, the period-doubling bifurcation diagram, the rotating 3-D Lorenz attractor, a gallery of strange attractors (Rössler, Aizawa, Halvorsen, Thomas, Hénon, Clifford, De Jong), the butterfly effect (two near-identical starts diverging, with the Lyapunov exponent), and the Mandelbrot &amp; Julia sets — click any point of the Mandelbrot to spin off its Julia. Verified maths: logistic Lyapunov = ln 2 at r=4, correct period detection through the route to chaos, bounded attractors. Renders entirely in your browser. For deep fractal zooming see the Fractal Explorer.

Open tool →
Updated Numbers &amp; Math
Graph Theory Lab → Graph Algorithm Laboratory

Supercharged with five more algorithms: Bellman–Ford (shortest paths with negative weights + negative-cycle detection), Floyd–Warshall (all-pairs shortest paths, shown as a distance matrix), maximum bipartite matching (auto-checks the graph is bipartite, then pairs jobs↔workers etc.), a travelling-salesman approximation (nearest-neighbour + 2-opt for a short tour visiting every node), and a dependency resolver that groups tasks into parallel stages and flags circular blockers. Joins the existing Dijkstra, A*, MST, max-flow, topological sort, cycle detection, components/SCC, coloring and adjacency matrix — all on the same live force-directed graph. Great for wiring, routing, link structure, project planning and dependency trees.

Open tool →
Updated Time &amp; Date
Timezone Converter — rebuilt

Rebuilt with a clear result hero (both cities side by side with day-of-week, a UTC offset for each, and a “next day / prev day” badge when the date rolls over) and — the big one — a 24-hour meeting-planner strip: two aligned rows where green is working hours and dark is night, so you can spot an overlap at a glance and click any hour to jump to it. Also fixed a bug where the displayed UTC offsets had their sign inverted (it now correctly shows New York as UTC−04:00, not +04:00). Still 53 cities + UTC, DST-aware, two-way live editing and shareable ?from=&amp;to= links.

Open tool →
Updated Time &amp; Date
Countdown Timer — rebuilt

Now two timers in one. A real Timer mode counts down a duration you set (presets for 1–60 min) with Start / Pause / Resume / Reset / +1 min, a progress ring, and an alarm — a beep loop, a screen flash and an optional desktop notification — when it hits zero. The original Count-down-to-a-date mode keeps its live days / hours / minutes / seconds display. Plus a fullscreen view for classrooms and workouts, and the time remaining in the browser tab title. Fully client-side.

Open tool →
Updated Grades & Education
Grade Calculator — rebuilt

Rebuilt with a prominent result and the features people need: a Points mode (enter earned/possible, not just a percentage), a contribution bar for each category, weight-sum validation, letter grade with +/−, and a target-grade field that tells you what you still need on the remaining weight.

Open tool →
New Grades & Education
EZ Grader

A teacher's grading scale: enter the number of questions and instantly see the percentage and letter grade for every number wrong, colour-coded A→F, with a quick wrong-answers lookup. The fast way to grade a stack of papers.

Open tool →
New Grades & Education
Grade Curve Calculator

Paste a set of test scores and apply a curve — add points, set the top to 100, scale, square-root, or shift to a target average — and see the curved scores, new letter grades and the A–F distribution before and after.

Open tool →
New Grades & Education
Target GPA Calculator

Find the GPA you need next term to reach a goal cumulative GPA, from your current GPA, credits and the credits you'll take — with a feasibility check and best/worst-case outcomes (and how many 4.0 credits it would actually take).

Open tool →
Updated Grades & Education
GPA Calculator — rebuilt

Rebuilt with a prominent result and the features people actually need: weighted GPA (Honors +0.5 / AP-IB +1.0 per course), cumulative GPA from your prior GPA + credits, academic standing (Dean's List etc.), Pass/Withdraw/Incomplete grades excluded from the GPA, an optional A+ = 4.3 scale, percentage equivalent, and step-by-step working.

Open tool →
Updated Numbers & Math
Big Number Calculator → Arbitrary Precision

Upgraded from BigInt integers to a full exact-rational engine, so it now does huge DECIMALS too — 0.1 + 0.2 is exactly 0.3 (no float error), 10/4 is the exact fraction 5/2, and 1/3, √2, π, e and exp() are shown to any number of decimal places (set the precision, up to 20,000). All the integer power is unchanged: 1000!, 2^4096, modpow, gcd, isprime, fib remain exact.

Open tool →
New Electronics
Boolean Algebra Lab

Type a logic expression and get everything: truth table, exact minimal simplification via Quine–McCluskey (SOP &amp; POS), Karnaugh map (1–4 vars), a logic-gate diagram, NAND-only / NOR-only conversions, and an interactive binary evaluator. Supports AND/OR/NOT/XOR/NAND/NOR/XNOR as words or symbols (&amp; | ! ^ + apostrophe, implicit AND). A·(B + C′) → AB + AC′. Fully client-side.

Open tool →
New Numbers & Math
Computational Geometry Toolkit

2D computational geometry with a live canvas: polygon area & centroid (shoelace), point-in-polygon (ray casting), convex hull (monotone chain), line & circle intersection, bounding box, a Bézier curve inspector (point/tangent/length/split), SVG path math (length & bbox), and Douglas–Peucker polyline simplification. For graphics, CAD, GIS and game dev. Fully client-side.

Open tool →
New Numbers & Math
3D Geometry / Vector Lab

Real engineering/fabrication 3D math: vector calculator (dot/cross/angle/projection), 3D distance (point–point/line/plane), plane equation from 3 points, line-plane intersection, surface normals, rotation matrices (axis-angle & Euler), a full quaternion calculator (multiply/conjugate/axis-angle/matrix/rotate/slerp), Cartesian↔spherical↔cylindrical transforms and 2D/3D point rotation — with an isometric 3D view. For CAD, game dev, robotics and graphics. Fully client-side.

Open tool →
New Numbers & Math
Data Regression Tool

Paste data points and find the best-fit model automatically: linear, polynomial (quadratic/cubic), exponential, logarithmic and power regression, ranked by R² and adjusted R² (so it won't overfit a polynomial to a straight line). Includes a scatter + fit-curve chart, residual chart, a model-comparison table and a prediction table. For science, tuning, testing and business. Fully client-side.

Open tool →

June 21, 2026

New Numbers & Math
Probability & Statistics Lab

Advanced statistics in one tool: normal/binomial/Poisson distributions, descriptive stats, outlier detection, linear regression, Pearson correlation matrix, confidence intervals, one/two-sample t-tests, z-test, chi-square (goodness-of-fit & independence), one-way ANOVA, and Monte-Carlo simulation. Paste CSV data; exact p-values from the real distribution functions (erf, incomplete gamma/beta). Charts included. Fully client-side.

Open tool →
New Numbers & Math
Fourier / Signal Math Lab

Build signals from sine waves (or square/saw/triangle presets), run the FFT, and see the waveform and frequency spectrum live: peak/harmonic analysis with THD, aliasing detection vs the Nyquist limit, an ideal low/high/band/notch filter preview (original vs filtered), and a sampling-rate / Nyquist calculator with note↔frequency, period and wavelength math. For audio, electronics and data. Fully client-side.

Open tool →
New Numbers & Math
Graph Theory Lab

Real graph & network algorithms with a force-directed visualizer: shortest path (Dijkstra), A* pathfinding, minimum spanning tree (Kruskal), max-flow (Edmonds–Karp), cycle detection, connected components / SCC (Tarjan), adjacency matrix, greedy graph coloring and topological sort (Kahn). Type an edge list, pick an algorithm, see the result highlighted. For routing, dependency trees, wiring and scheduling. Fully client-side.

Open tool →
New Numbers & Math
Optimization Solver

Find best values: linear programming with a feasible-region graph (maximize 40x+30y subject to 2x+y≤100, x+y≤80 → x=20, y=60, profit=2600), the simplex method for 3+ variables, and gradient-descent nonlinear optimization with a contour heat-map visualizer. Detects unbounded and infeasible problems. Built for cost/profit and engineering design. Fully client-side.

Open tool →
New Numbers & Math
Numerical Methods Lab

Root finding (Newton–Raphson with exact symbolic derivative, bisection, secant), ODE solvers (Euler, Runge–Kutta RK4), and numerical integration (trapezoid/midpoint/Simpson) & differentiation (forward/backward/central) — each with a full step-by-step iteration table and error estimates. Find the root of x³ − x − 2 → x ≈ 1.52138. Fully client-side.

Open tool →
New Numbers & Math
Linear Algebra Lab

Matrices, vectors, systems and transformations in one exact tool: add/subtract/multiply, scalar & powers, determinant, inverse, row-reduction (RREF), rank, null space, column space, eigenvalues & eigenvectors, dot/cross product, vector projection, and solving linear systems (2x + y = 5; x − y = 1 → x = 2, y = 1). Exact rational (fraction) arithmetic; eigenvalues exact for rational/surd cases, numeric otherwise. Fully client-side.

Open tool →
New Numbers & Math
Differential Equation Solver

Solve ODEs step by step: first-order (direct integration, separable, linear via integrating factor, homogeneous), second-order linear constant-coefficient (characteristic equation + undetermined coefficients), and initial-value problems — plus a numerical RK4 solver, slope fields and phase plots. Every symbolic solution is checked by substituting it back into the equation; if it fails, the tool falls back to a numeric answer instead of showing something wrong. Fully client-side.

Open tool →
New Numbers & Math
Calculus Workbench

A full calculus tool in one page: symbolic derivatives (any order), integrals (table + linear substitution + integration by parts), limits (one/two-sided and at ±∞), Taylor/Maclaurin series, critical & inflection points with the second-derivative test, area under a curve, arc length, related rates, and closed-interval optimization — with a live graph and step-by-step output. Fully client-side.

Open tool →
New Numbers & Math
Symbolic Algebra Engine

A browser-based computer-algebra system that manipulates expressions, not just numbers: expand, factor, simplify, solve linear/quadratic equations (exact — including surds and complex roots), rearrange formulas (solve V=I·R for R), partial-fraction decomposition, and an expression-tree viewer. Exact rational arithmetic, fully client-side.

Open tool →
Updated Numbers & Math
Greatest Common Factor — rebuilt

Now exact for integers of any length (BigInt instead of floating point). Adds a hero GCF/LCM result, a prime-factorization breakdown showing min/max exponents, Bézout coefficients (ax+by=gcd), coprime detection, copy buttons, examples, and a clearer step-by-step Euclidean Show Work.

Open tool →
Updated Numbers & Math
Big Number Calculator — expression engine

Replaced the two-field A/B layout with a full arbitrary-precision expression evaluator (BigInt, no eval): type 2^4096, 100!, modpow(7,10^18,1000000007), gcd, isqrt, root(k,n), fib, isprime, nextprime and more. Adds operators ^ ! % with implicit multiply, hex/scientific literals, rich readouts (digits, scientific approx, bit length, hex, parity, primality), copy, and clickable history.

Open tool →
Updated Numbers & Math
Scientific Calculator — full rebuild

Rebuilt with a proper expression parser (no eval), a full scientific keypad with a 2nd-function key, Rad/Deg/Grad modes, memory (MC/MR/M+/M−) and Ans, and clickable history. Adds hyperbolics, nCr/nPr, gamma, log(b,x), root(n,x), implicit multiplication and more.

Open tool →
New Number Systems
Dozenal (Base 12) Converter

Convert numbers to and from dozenal (base 12), the system many argue is better than decimal — with X/E (or A/B) for ten and eleven and the conversion working shown.

Open tool →
New Number Systems
Babylonian Sexagesimal Converter

Convert decimal to and from base-60, the ancient Babylonian system still behind our minutes, seconds and degrees — shown in comma notation and as cuneiform 𒁹/𒌋 numerals.

Open tool →
New Number Systems
Maya Numerals (Base 20)

Convert decimal to and from Maya vigesimal (base 20), drawn in the dot-and-bar numerals (a bar = 5, a dot = 1, a shell = 0).

Open tool →
New Number Systems
Factoradic Converter

Convert numbers to and from the factorial number system (factoradic), where each place weight is a factorial — and see the permutation it indexes (its Lehmer code).

Open tool →
New Number Systems
Zeckendorf / Fibonacci Coding

Write any number as a sum of non-consecutive Fibonacci numbers (its unique Zeckendorf representation) and its Fibonacci code — e.g. 100 = 89 + 8 + 3.

Open tool →
New Number Systems
Egyptian Fractions

Express any fraction as a sum of distinct unit fractions (1/n) using the greedy algorithm — e.g. 2/3 = 1/2 + 1/6 — with the steps and an exact sum check.

Open tool →
New Number Systems
Unary & Tally Marks

Convert a number to and from unary (n marks) and grouped tally marks (fives) — base 1, the simplest number system there is.

Open tool →
New Number Systems
Posit (Unum) Converter

See how a number is stored as a posit (the modern floating-point alternative) with configurable nbits/es — sign, the variable-length regime, exponent and fraction fields, hex and value. Presets for Posit(8,0), (16,1), (32,2).

Open tool →
New Number Systems
Stern-Brocot Tree Explorer

Find any fraction's place in the Stern-Brocot tree — its left/right path from 1/1, the mediant fractions visited (the best rational approximations), and the link to its continued fraction.

Open tool →
New Number Systems
Mixed-Radix Converter

Break a number into a mixed-radix system where each place has its own base — days:hours:minutes:seconds, degrees:arcmin:arcsec, miles:yards:feet:inches, or a custom radix vector.

Open tool →
New Number Systems
Continued Fraction Converter

Turn a number or fraction into its continued fraction [a0; a1, a2, …] and list the convergents — the successive best rational approximations (e.g. π → 22/7, 333/106, 355/113) with their error.

Open tool →
New Number Systems
Float to Exact Fraction

Reveal the exact rational an IEEE-754 double actually stores (0.1 is really 3602879701896397/36028797018963968, not 1/10), its full exact decimal, and the simplest fraction that still rounds to the same float.

Open tool →
New Number Systems
Minifloat / Custom Float Converter

Define your own floating-point format (any exponent/mantissa bits) and see the bit fields, hex, value stored and rounding error — with presets for the FP8 ML formats (E4M3, E5M2), FP16, bfloat16, FP32 and FP64.

Open tool →
New Number Systems
ULP / Float Spacing Explorer

See the floating-point spacing at any value: the ULP (unit in the last place), the next representable float up and down, and how many floats lie between two numbers — single or double precision.

Open tool →
New Number Systems
Parity & Checksum Calculator

Compute the simple integrity checks over a sequence of bytes — even/odd parity, XOR checksum, modular sum, two's-complement checksum, the Internet (RFC 1071) checksum and LRC — side by side.

Open tool →
New Number Systems
Engineering Notation & SI Prefix

Convert a number between plain decimal, scientific notation, engineering notation (exponent a multiple of 3) and SI-prefix form (1.5k, 4.7µ, 2.2M) — type any of them in.

Open tool →
New Number Systems
Balanced Ternary Converter

Convert decimal to and from balanced ternary (base 3 with digits −1, 0, +1, written T 0 1) — which needs no sign for negatives — with the conversion steps shown.

Open tool →
New Number Systems
Negabinary (Base -2) Converter

Convert decimal to and from negabinary (base −2), which represents both positive and negative integers using only 0s and 1s with no sign bit, with the positional working shown.

Open tool →
New Number Systems
Spreadsheet Column Converter

Convert spreadsheet column letters to and from their number (A=1, Z=26, AA=27 … XFD=16384) — the bijective base-26 system Excel and Google Sheets use — with the place-value working shown.

Open tool →
New Number Systems
Base36 / Base58 / Base62 Encoder

Encode and decode big numbers in Base36, Base58 (the Bitcoin/IPFS alphabet) and Base62 (short URLs / IDs), shown side by side. Exact at any size via BigInt.

Open tool →
New Number Systems
Arbitrary Base Converter

Convert a whole number between any two bases from 2 to 64, with an optional custom digit alphabet and the positional-expansion / division working — for the radices the named converters don't cover.

Open tool →
New Number Systems
Fixed-Point (Q-format) Converter

Convert real numbers to and from fixed-point Qm.n (the format used in DSP/embedded code with no FPU): raw stored integer, binary/hex, value represented, quantization error, resolution and range.

Open tool →
New Number Systems
BCD Converter

Convert decimal to/from Binary-Coded Decimal — 8421 nibbles, packed hex and Excess-3 — with a per-digit code table and invalid-nibble detection when decoding.

Open tool →
New Number Systems
Signed Number Representations

See a signed integer in sign-magnitude, one's complement and two's complement side by side at 8/16/32/64-bit, with the two-zeros and asymmetric-range differences explained.

Open tool →
New Number Systems
Bit-Field / Register Designer

Lay out named bit-fields in a register word, pack them into the hex/binary value (with a coloured bit-map and overlap/overflow checks), or decode a word back into its fields.

Open tool →
New Number Systems
Endianness / Byte-Order Swapper

Flip a hex value between big-endian and little-endian at 16/32/64-bit, with the byte layout shown and the unsigned value of each interpretation. Handy for networking, file formats and embedded work.

Open tool →
New Number Systems
Binary Fraction Converter

Convert decimal fractions to and from binary (0.625 ↔ 0.101) with the repeated-multiply-by-2 working shown, and a clear “repeating / truncated” label for fractions like 0.1 that have no exact binary form.

Open tool →
New Number Systems
FP16 / bfloat16 Converter

See how a number is stored as 16-bit half precision (FP16) and bfloat16 — the formats used in machine learning — with sign/exponent/mantissa bits, hex, the value stored and the rounding error. Companion to the IEEE 754 tool.

Open tool →
New Number Systems
Bit Manipulation Toolkit

Set, clear, toggle or test a bit; population count; leading/trailing-zero count; rotate left/right; reverse bits — at 8/16/32/64-bit, with a clickable bit display.

Open tool →
New Number Systems
IEEE 754 Float Converter

See how a decimal number is stored as a 32-bit or 64-bit IEEE 754 float — sign, exponent and mantissa bits broken out, the hex pattern, the exact value stored and the rounding error, plus subnormal/Infinity/NaN handling.

Open tool →
New Number Systems
Two's Complement Converter

Show a signed integer in 8/16/32/64-bit two's complement — binary and hex, signed vs unsigned readings, the invert-and-add-one steps, and overflow warnings.

Open tool →
New Number Systems
Bitwise Calculator

AND, OR, XOR, NOT, NAND/NOR/XNOR and shifts on two numbers (decimal, hex or binary), with the operands and result lined up bit-by-bit in binary, decimal and hex.

Open tool →
New Number Systems
Binary / Octal / Hex Arithmetic

Add, subtract and multiply two numbers directly in binary, octal or hex — with the carries and borrows shown column by column and a decimal cross-check.

Open tool →
Updated Number Systems
Number Converter — all bases on one page

The 42 separate binary/decimal/octal/hex/Roman/words/scientific converters are now a single page: type a number in any format and see every representation at once, copy any of them, and open the step-by-step working. All the old links redirect here.

Open tool →
Updated Health & Fitness
BAC Calculator — real drink builder

Instead of a single “standard drinks” number, build your actual drinks: pick from 13 types (light/regular/craft beer, 24oz malt liquor like Steel Reserve, hard seltzer, wine, fortified wine, shots, cocktails…) with editable size and ABV, add as many as you like, and it sums the real ethanol for a closer estimate. (Still an estimate — see the on-page disclaimer.)

Open tool →
Updated Numbers & Math
Morse Code — practice trainer

Added a Practice button: the tool plays a random character in Morse and you type what you hear, with instant right/wrong feedback (answer shown in dots and dashes), a running score and percentage, your current streak and a saved best streak. Choose letters, numbers, punctuation or everything, and Replay / Reveal / Skip as you go.

Open tool →
Updated Text & Encoding
Fake Name Generator — bigger

Expanded to 9 locales (US, Canada, UK, Australia, Germany, France, Spain, Italy, Netherlands) and a fuller record — now also username, test password, company, job title, website, country and a documentation-range IP. Click any field to copy it, or download the whole batch as JSON or CSV.

Open tool →
Updated Site-wide
“Show work” on every calculator

Every problem-solving calculator and converter now shows its work — step-by-step with your actual numbers substituted in. Added to ~39 more tools across Numbers &amp; Math (geometry, arithmetic, statistics, converters), Automotive, plus age, coordinate, pressure, altitude, currency, GPA and timezone tools. Also fixed a long-standing crash in the general base converter.

Browse category →
Updated Number Systems
“Show work” on every base converter

All 42 number-system converters (binary, decimal, hex, octal, Roman, scientific, English words) now have a “Show work” panel that explains the conversion step by step — positional expansion, repeated-division remainders, Roman subtraction and more — not just the answer.

Browse category →
New Web & Dev
Mojibake Repair Lab

Paste garbled text like “café”, “’” or ““Hello— and get the correct original back — café, ’, “Hello”. Repairs UTF-8 decoded as Windows-1252/Latin-1 (including double-encoded text), explains what went wrong, shows the damage character by character, and lets you copy the fix. Runs locally.

Open tool →

June 20, 2026

New Web & Dev
Unicode Lab

Search any character, symbol or emoji by name, keyword or code point (U+2014, 0x2014, 8212) and copy it in any language — HTML, JavaScript, CSS, JSON, PHP, Python or SQL. Plus an Inspect mode that reveals invisible/zero-width characters, bidi marks, lookalikes, mixed-script spoofing and mojibake, with a one-click cleaner. Runs locally.

Open tool →
New Web & Dev
Error Reference

A browsable reference of common developer errors — browser, HTTP, JavaScript, SQL, PHP, Linux/server and SSL/DNS — each with a plain-English meaning, common causes and fixes. Search by code (404, 1045) or keyword. Powers the Explain This Error tool too.

Open →
New Web & Dev
Explain This Error

Paste any error message — browser, HTTP, JavaScript, SQL, PHP, Linux/server or SSL/DNS — and get a plain-English explanation plus the likely fixes. Runs locally; nothing is uploaded.

Open tool →
New Media & Files
Metadata Scrubber

See the hidden metadata in your files — author, GPS location, software, timestamps, "last modified by" — and scrub it out. Photos, PDFs, Word/Excel/PowerPoint and audio. Nothing uploaded.

Open tool →
New Media & Files
File Doctor — Repair & Recover Files

Drop a broken file and fix it in your browser: correct a wrong extension, trim junk bytes, rebuild a damaged ZIP/Office archive or PDF, or remux a media file that won't play. Nothing uploaded.

Open tool →
New Media & Files
Video Converter

Convert video between MP4, WebM, MOV, MKV and animated GIF — resize, trim, change frame rate or mute — entirely in your browser with a real ffmpeg engine. Nothing uploaded.

Open tool →
New Media & Files
Video to MP3 Converter

Extract the audio from a video you own (MP4, MOV, M4V, WebM, Ogg) and save it as MP3 or WAV — instantly in your browser, nothing uploaded.

Open tool →

June 19, 2026

New Media & Files
Audio Converter

Convert almost any audio in your browser: WAV/MP3 instantly, plus FLAC, ALAC, AIFF, AAC/M4A, OGG, AC-3 and WMA via an on-demand engine. Trim, normalize, set bitrate/rate/channels. Nothing uploaded.

Open tool →
New Electronics
Light Bulb Finder & Reference

Identify a bulb by base & shape, convert old watts to lumens and the right LED (with yearly cost), visualize color temperature, and look up car bulb numbers.

Open tool →
New Media & Files
Audio System EQ Tuner & RTA

Tune any car/home/headphone system: play pink noise, measure with your mic, and get plain cut/boost guidance mapped to your own named controls.

Open tool →
New Numbers & Math
Fourier Epicycle Drawer

Draw any shape and watch a chain of rotating circles retrace it via the Fourier transform.

Open tool →
New Numbers & Math
Fractal Explorer (Mandelbrot & Julia)

Zoom into the infinite detail of the Mandelbrot and Julia sets with smooth coloring; save a PNG.

Open tool →
New Media & Files
Tone Generator, Tuner & Hearing Test

Generate pure tones, tune an instrument with your mic, and test your hearing range.

Open tool →
New Science & Engineering
Double Pendulum Chaos Lab

A real-physics double-pendulum simulator with glowing trails and ghost pendulums to show chaos.

Open tool →
Updated Site-wide
Smarter search

Search now ranks the best matches first, handles multi-word queries in any order, shows a See-all link and result types, suggests popular/recent tools, and supports the Cmd/Ctrl+K shortcut.

Explore →
Updated Construction
Cubic Yard Calculator & Area Designer

Now move & resize shapes on the canvas, name each area, set per-material prices, and save/load your designs.

Open tool →
Updated Site-wide
Mobile & accessibility polish

Site-wide mobile pass: larger tap targets, properly labelled inputs, and no more horizontal overflow on phones.

Explore →
Updated Media & Files
Text Diff

The Before/After compare boxes are now full-width and much taller, so long text is far easier to compare.

Open tool →

June 17, 2026

New Numbers & Math
Euler's Method Calculator (+ Formula & e)

Solve dy/dx=f(x,y) by Euler vs Heun vs RK4 with a step table and graph, plus an Euler's-formula unit circle and an e explorer.

Open tool →
New Construction
Cubic Yard Calculator & Area Designer

Draw your project to scale — squares, circles, curves — and get cubic yards, bags, and tons per material.

Open tool →
New Construction
Asphalt Calculator

Hot-mix asphalt tonnage for driveways and lots from area and compacted thickness.

Open tool →
New Construction
Concrete Block (CMU) Calculator

Block count and mortar for a wall, with door/window openings deducted.

Open tool →
New Construction
Wall Framing Calculator

Stud count and plate lumber for a framed wall at 12/16/24" on-center.

Open tool →
New Construction
Excavation Calculator

Cut volume in cubic yards, soil swell, and truckloads for digging and grading.

Open tool →
New Finance
Roth IRA Calculator

Project tax-free Roth IRA growth from contributions, return, and years to retirement.

Open tool →
New Finance
Rent vs Buy Calculator

Compare the true net cost of buying vs renting over the years you plan to stay.

Open tool →
New Finance
Student Loan Calculator

Monthly payment, total interest, payoff time, and the savings from extra payments.

Open tool →
New Finance
Social Security Calculator

Rough monthly benefit estimate by claiming age using the PIA bend-point formula.

Open tool →
New Finance
Marriage Tax Calculator

See the federal marriage penalty or bonus from filing jointly vs as two singles.

Open tool →
New Finance
Pension Calculator

Annual and monthly pension, replacement ratio, and a lump-sum equivalent.

Open tool →
New Finance
Down Payment Calculator

Down payment, loan amount, monthly payment, and whether PMI applies under 20%.

Open tool →
New Finance
College Cost Calculator

Projected future college cost with education inflation, and the monthly savings needed.

Open tool →
New Finance
Auto Lease Calculator

Monthly lease payment from cap cost, residual, money factor, and tax — with equivalent APR.

Open tool →
New Finance
Debt Consolidation Calculator

Compare your current debts against a consolidation loan to see the interest saved.

Open tool →
New Finance
Personal Loan Calculator

Payment, total interest, and net cash after origination fees.

Open tool →
New Finance
Boat Loan Calculator

Monthly payment and total interest for a boat loan, with sales tax financed in.

Open tool →
New Finance
Real Estate Net Proceeds Calculator

What you walk away with after commission, payoff, closing costs, and concessions.

Open tool →
New Health & Fitness
Army Body Fat Calculator

Body fat % by the AR 600-9 tape (circumference) method.

Open tool →
New Health & Fitness
Carbohydrate Calculator

Daily carb grams from your calories and target percentage, plus a fiber goal.

Open tool →
New Health & Fitness
Fat Intake Calculator

Daily fat grams and a saturated-fat limit from your calories and target percentage.

Open tool →
New Health & Fitness
Pregnancy Calculator

How far along you are in weeks, your trimester, and the estimated due date from your LMP.

Open tool →
New Health & Fitness
Conception Calculator

Estimated conception date and fertile window from your last period or due date.

Open tool →
Updated Finance
Currency Converter

Now local-first: conversion runs offline from an editable rate, with live rates as an opt-in one-tap fetch.

Open tool →
Updated Construction
Brick Calculator

Added a door/window openings deduction so estimates aren't inflated by area you won't brick.

Open tool →
Updated Media & Files
Universal Image Converter

Fixed long filenames overflowing and breaking the layout.

Open tool →
Updated Site-wide
Result cards across all calculators

Calculator results now show as a prominent hero card plus supporting cards on ~280 tools.

Explore →
Updated Construction
Construction tools refreshed

Every construction calculator gained how-to steps, FAQs, use cases, and related links; duplicate listings removed.

Browse category →
Updated Finance
Finance tools refreshed

All finance calculators gained how-to, FAQs, and examples; duplicate listings cleaned up.

Browse category →
Updated Health & Fitness
Health & Fitness tools refreshed

Every health calculator gained guides, FAQs, and use cases; duplicate listings removed.

Browse category →

June 15, 2026

June 14, 2026

New Numbers & Math
Graphing Calculator

Plot one or more functions on an interactive, zoomable graph.

Open tool →
New Web & Dev
Sorting Visualizer

Watch bubble, quick, merge, heap and more sorts animate step by step.

Open tool →
New Web & Dev
Cubic-Bezier Easing Editor

Design CSS easing curves with a draggable handle and a live motion preview.

Open tool →
New Web & Dev
Regex Railroad Diagram

Turn a regular expression into a readable railroad diagram.

Open tool →
New Web & Dev
Meta Tag Generator

Generate SEO, Open Graph and Twitter meta tags with live search & social previews.

Open tool →
New Web & Dev
Schema Markup Generator

Build JSON-LD structured data (Organization, Article, Product, FAQ and more).

Open tool →
New Web & Dev
Robots.txt Generator

Assemble a robots.txt from templates, with AI-bot blocking and a sitemap line.

Open tool →
New Web & Dev
JSON ↔ CSV Converter

Convert JSON to CSV and back, flattening nested keys.

Open tool →
New Web & Dev
JSON to TypeScript

Infer clean TypeScript interfaces from any JSON.

Open tool →
New Web & Dev
.gitignore Generator

Build a .gitignore from curated language and tool templates.

Open tool →
New Web & Dev
Flexbox Generator

A visual Flexbox playground that copies the CSS for you.

Open tool →
New Web & Dev
CSS Grid Generator

Build a CSS grid visually and copy the layout code.

Open tool →
New Web & Dev
CSS clamp() Generator

Fluid-type CSS clamp() with the math worked out and a live scaling preview.

Open tool →
New Web & Dev
Slugify

Turn text (with accents) into clean URL slugs, in batches.

Open tool →
New Web & Dev
Data URI Encoder

Encode an image to a base64 data-URI with ready CSS/HTML snippets — fully local.

Open tool →
New Web & Dev
.htaccess Generator

Assemble common Apache .htaccess rules from checkboxes and download the file.

Open tool →
New Web & Dev
Aspect Ratio Calculator

Reduce ratios and solve a missing width or height.

Open tool →
New Web & Dev
HTML Page Auditor (Lighthouse-style)

Audit a page's HTML for SEO, accessibility, best practices and performance with Lighthouse-style scores — all in your browser.

Open tool →
New Color & Design
Color Picker

Pick colors and convert between HEX, RGB and HSL.

Open tool →
New Color & Design
Contrast Checker

Check text/background contrast against WCAG AA and AAA.

Open tool →
New Color & Design
Palette from Image

Extract a color palette from any image you drop in.

Open tool →
New Color & Design
Color Blindness Simulator

Preview how an image looks under different types of color blindness.

Open tool →
New Color & Design
Color Eyedropper

Grab any pixel's color from your screen or an image.

Open tool →
New Color & Design
Box Shadow Generator

Design CSS box-shadows with a live preview and copy the code.

Open tool →
New Numbers & Math
Wheel Spinner

A spin-the-wheel random picker for names, choices or prizes.

Open tool →
New Numbers & Math
Coin Flip

Flip a virtual coin once or many times and see the tally.

Open tool →
New Electronics
Truth Table Solver

Generate the full truth table for any boolean/logic expression.

Open tool →
New Electronics
Connector Charts

Reference charts for common power, USB, video and audio connectors.

Open tool →
New Electronics
NEMA Plug Chart

Look up NEMA plug and receptacle configurations by amperage and voltage.

Open tool →
New Time & Date
Age Calculator

Exact age in years, months and days, plus totals and your next birthday.

Open tool →
New Time & Date
Pomodoro Timer

A focus timer with a dial, chimes and a session counter.

Open tool →
New Time & Date
Stopwatch

A precise stopwatch with laps and keyboard shortcuts.

Open tool →
New Media & Files
Audio Spectrum Analyzer & Spectrogram

Real-time spectrum analyzer and spectrogram from your mic or an audio file.

Open tool →
New Media & Files
Text to Speech

Read text aloud with your device voices, with adjustable rate, pitch and volume.

Open tool →
New Media & Files
ASCII Art Generator

Turn images or text into ASCII art.

Open tool →
New Media & Files
Merge PDF

Combine multiple PDFs into one, entirely in your browser.

Open tool →
New Media & Files
Split PDF

Split a PDF or pull out just the pages you need.

Open tool →
New Media & Files
Rotate PDF

Rotate PDF pages and save the result.

Open tool →
New Media & Files
PDF to Image (JPG / PNG)

Convert PDF pages to JPG or PNG images.

Open tool →