🧰 ToolBox
33 free online tools for text, developers, calculators, generators & converters. No signup. No nonsense. Just tools.
Text Tools
8 toolsWord Counter
Count words, characters, sentences, paragraphs, and reading time instantly.
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more.
Lorem Ipsum
Generate placeholder Lorem Ipsum text by paragraphs or word count.
Text Diff
Compare two blocks of text and highlight the differences side by side.
Markdown to HTML
Convert Markdown to clean HTML with a live preview. Supports all common syntax.
Remove Duplicate Lines
Remove duplicate lines from any list. Options to sort, trim, and case-match.
Text Reverser
Reverse characters, words, or lines in any text. Mirror text generator.
HTML Entities
Encode special characters to HTML entities or decode them back. XSS prevention.
Developer Tools
9 toolsJSON Formatter
Format, beautify, and validate JSON data. Minify or prettify in one click.
Base64 Encoder
Encode text or strings to Base64 and decode Base64 back to plain text.
Regex Tester
Test regular expressions against any string and see matches highlighted live.
URL Encoder
Encode or decode URLs and query strings for use in web applications.
Color Picker
Pick colors and convert between HEX, RGB, HSL, CMYK. View shades and contrast.
Cron Generator
Build cron expressions visually and get a plain-English description.
Hash Generator
Generate MD5, SHA-256, SHA-384, SHA-512 hashes. All runs locally in your browser.
JWT Decoder
Decode JSON Web Tokens. Inspect header, payload, and expiry. Nothing sent to server.
CSS Gradient
Generate linear and radial CSS gradients visually. Copy the CSS with one click.
Calculators
7 toolsPercentage Calculator
Calculate percentages, percentage change, and percentage of a number.
Age Calculator
Calculate your exact age in years, months, days and find next birthday.
Tip Calculator
Calculate tip amount and split bills evenly between any number of people.
BMI Calculator
Calculate your Body Mass Index in metric or imperial units.
Loan & EMI Calculator
Calculate monthly EMI, total interest, and view a full amortisation schedule.
Compound Interest
Calculate investment growth with compounding and optional monthly contributions.
Date Difference
Calculate days, weeks, months, years, and workdays between two dates.
Generators
4 toolsPassword Generator
Generate strong, secure random passwords with custom length and character types.
UUID Generator
Generate universally unique identifiers (UUID v4) instantly in bulk.
QR Code Generator
Generate QR codes from any URL or text. Download as PNG instantly.
Random Generator
Generate random numbers, names, dice rolls, and coin flips.
Converters
5 toolsLength Converter
Convert between kilometres, metres, miles, feet, inches, yards, and more.
Weight Converter
Convert between kilograms, pounds, ounces, grams, stone, and metric tons.
Temperature Converter
Convert between Celsius, Fahrenheit, Kelvin, and Rankine instantly.
Speed Converter
Convert between km/h, mph, m/s, knots, Mach, and the speed of light.
Number Base Converter
Convert between binary, octal, decimal, and hexadecimal. Edit any field live.
About the ToolBox
ToolBox is a curated collection of 33 free, browser-first utility tools designed for the small, frequent computing tasks that show up across software development, finance, writing, study, and daily life. Every tool runs locally in your browser: nothing you paste or type is uploaded to a server, and there are no accounts, paywalls, trial limits, or feature gates. Each tool also ships with a written guide that explains how the underlying transformation or calculation works and walks through worked examples, so the page is useful whether you arrived to actually use the tool or to understand the concept behind it.
The collection is organised into five categories. Text tools cover counting, case conversion, diffing, deduplication, Lorem Ipsum, Markdown conversion, character reversal, and HTML entity encoding — the everyday string operations that writers, editors, and content engineers reach for. Developer tools focus on the small daily tasks of building and debugging software: formatting JSON, encoding Base64 and URLs, testing regular expressions, picking colours, building cron expressions and CSS gradients, generating cryptographic hashes, and decoding JSON Web Tokens. Calculators handle the numerical questions that come up in finance, health, scheduling, and study — percentages, age, tips, BMI, loan EMI with full amortisation, compound interest with monthly contributions, and date arithmetic including workdays. Generators cover identifiers, codes, and randomness for application development and everyday use. Converters handle unit conversions for length, weight, temperature, speed, and numeric bases.
Why a browser-first, privacy-first toolbox?
A lot of the “free online tools” on the open web have a quiet problem: when you paste a JWT, an API response, a password, or a piece of customer data into them, you are sending that data to someone else’s server. For most everyday utilities this is unnecessary — modern browsers can encode Base64, compute SHA-256, parse JSON, and do far more, all entirely client-side. ToolBox is built on that observation. The tools use standard Web Platform APIs (the SubtleCrypto interface for hashing, the Intl APIs for formatting, native URL and TextEncoder objects, and so on), which means your inputs never leave the page. The one exception is the QR code generator, which calls a public image API; it’s clearly labelled on the tool itself and in our Privacy Policy.
The other reason for a single toolbox is consistency. Each tool here uses the same layout, dark mode, font sizing, keyboard handling, and copy-to-clipboard behaviour, so once you’ve learned how one tool works you know how all of them work. There’s no learning curve when you move from the JSON formatter to the regex tester to the loan calculator.
Who uses ToolBox?
- Developers and SREs — decoding JWTs during incident debugging, formatting log JSON, generating UUIDs for fixtures, testing regular expressions before pasting them into code review.
- Students and researchers — counting words for assignments, calculating percentages and date differences, converting units in lab reports and homework.
- Writers and editors — converting Markdown to HTML for newsletters, normalising case, removing duplicate lines from research notes, comparing draft revisions with the text diff tool.
- Designers and front-end engineers — picking colours and reading their HEX/RGB/HSL values, building CSS gradients visually, sampling and exporting palette shades.
- Anyone with a quick numerical question — splitting a restaurant bill, working out how a monthly contribution affects a 20-year investment, or just calculating their exact age in days.
How the toolbox is maintained
New tools are added regularly based on reader requests — if there’s a small utility you find yourself searching for repeatedly, please tell us via the contact page. Existing tools are reviewed for accuracy when the underlying standard changes (for example, when the WHO updates its BMI category guidance, or when a new cryptographic hash is added to the Web Crypto specification). Calculation bugs and content errors are treated as priority issues; if you spot one, please email us with the input and the result you expected and we will fix it.
ToolBox is free to use and free of dark patterns. We do not paywall any feature, ask you to sign in, sell your data, or send marketing emails. The site is partly supported by unobtrusive display advertising shown around (never on top of) the tool interfaces; if you would prefer not to see ads, any standard browser ad-blocker works fine and does not break any tool. To read more about the project and the team behind it, see the About page.