acento.io
Private · Fast · Open source

Tools that respect your data.

Seventy-plus free utilities for developers, writers and everyday math. Each one runs entirely in your browser — no uploads, no logs, no signup.

88 tools 9 languages 100% client-side
Built in public View changelog GitHub Made by Carlos Suárez

Tools built to respect your data

Acento exists because dev tools should respect your data, not harvest it. Every utility here — from the JSON formatter to the BMI calculator — is a static HTML page with a sliver of JavaScript that runs on your device. Nothing you paste, type or compute is ever sent to a server. There is no account, no telemetry, no edge worker silently inspecting your input. The tools rely on native Web APIs (crypto.subtle, JSON.parse, TextEncoder, crypto.randomUUID), the W3C Web Crypto specification, and the relevant standards (ECMA-404 and RFC 8259 for JSON, RFC 4122 for UUIDs), and ship roughly 25 KB of HTML per page — so they work on slow connections, on a flight, or behind a corporate firewall that blocks everything else.

Browse by category

All Acento tools fit into three working modes: developer utilities for encoding, decoding and inspecting data formats; text and writing helpers for editors, copywriters and anyone shipping prose; and everyday calculators for math you would otherwise punch into a search bar full of sponsored results. Pick a category to see every tool inside it, or use the search above if you already know what you need.

Developer tools

Encode, decode, format and inspect — without a server in the middle.

15 tools

Text & writing

Count, transform and generate text without uploading a single character.

12 tools

Calculators

Everyday math without ads, popups or sign-in walls.

61 tools
Open source

Missing a tool you'd love?

We ship fresh tools every week. Tell us what you need or contribute the idea on GitHub.

Most used

These are the six tools the Acento community returns to most often — selected because they cover the high-frequency tasks across all three categories: a JSON formatter, a JWT decoder, a UUID generator, a word counter, a password generator and a percentage calculator. Each one runs entirely in your browser; nothing you paste is logged or transmitted, and the tools keep working offline once cached.

Developer tools

Format, validate and decode the data formats developers reach for daily: JSON, Base64, JWT, URL escaping, SHA hashes, UUIDs and timestamps. Every tool runs on your machine, so payloads with API keys, session tokens or production responses never leave the browser tab.

JSON Formatter

Paste any JSON to instantly beautify, validate, or minify it — 100% client-side, so your data never leaves your browser.

Base64 Encoder & Decoder

Encode text to Base64 or decode any Base64 string in your browser — no uploads, no server, no tracking.

UUID Generator

Generate cryptographically random UUID v4 values in your browser — no server involved, no data sent anywhere.

URL Encoder & Decoder

Percent-encode text for safe use in URLs, or decode encoded strings back to plain text — entirely in your browser, with no data sent to any server.

JWT Decoder

Paste any JSON Web Token to instantly decode its header, payload, and claims — all client-side, so your token never leaves your browser.

Hash Generator

Compute SHA-256, SHA-512, SHA-1, and SHA-384 hashes instantly in your browser — your text never leaves your device.

Unix timestamp converter

Convert epoch seconds or milliseconds to readable dates — and back — entirely in your browser.

Color Converter

Convert HEX, RGB, HSL, and CMYK in real time — 100% client-side, your colors never leave your browser.

Cron Expression Parser

Paste a cron expression and see exactly what it means — plus the next 10 scheduled run times in UTC and your local timezone. 100% client-side, nothing leaves your browser.

JSON ↔ YAML Converter

Bidirectional conversion between JSON and YAML — runs entirely in your browser, so your data never leaves your machine.

QR Code Generator

Create scan codes for URLs, WiFi, text, or contacts — entirely in your browser, with no data uploaded to any server.

Regex Tester

Test JavaScript regular expressions in real time — live highlighting, full capture-group inspection, and instant flag toggling, all 100% client-side.

Number Base Converter

Type in any base — binary, octal, decimal, or hex — and all four update instantly, client-side with no data sent anywhere.

Token Counter

Estimate LLM tokens across GPT-4o, Claude, Gemini, and Llama instantly — no API key, no server, no data upload.

JSON to TypeScript

Generate accurate TypeScript interfaces from any JSON sample — entirely in your browser, with no data sent to a server.

Text & writing

Word and character counters tuned for editors, plus case converters, password and Lorem Ipsum generators, deduplication, diff and reverse utilities. Password generation follows the [OWASP guidance](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html) — long, high-entropy and never logged anywhere.

Word Counter

Count words, characters, sentences, and reading time in real time — 100% client-side, no uploads, no tracking.

Character Counter

Real-time character, codepoint, and byte counts — fully Unicode-aware, 100% client-side so your text never leaves your browser.

Case Converter

Convert any text between 11 naming cases instantly — runs entirely in your browser, no data ever sent to a server.

Password Generator

Create strong, random passwords instantly — 100% client-side, so the password never leaves your browser.

Lorem Ipsum Generator

Create realistic filler text in seconds — paragraphs, sentences, or words — entirely in your browser, with no data sent anywhere.

Duplicate Remover

Remove duplicates from any list in seconds — order preserved, 100% client-side, nothing leaves your browser.

Text Diff

Compare two texts line-by-line in your browser — nothing is uploaded, stored, or logged.

Text Reverser

Reverse any text by characters, words, or lines — emoji and accents survive intact, and your data never leaves your browser.

HTML Entities Encoder / Decoder

Encode special characters to HTML entities or decode them back to plain text — fully client-side, nothing leaves your browser.

Markdown Preview

Render Markdown to HTML live in a split-view editor — your content never leaves your browser.

URL Slug Generator

Turn any text into a clean, URL-safe slug — accent transliteration, configurable separator, and max length, all processed in your browser.

Roman Numeral Converter

Convert numbers to Roman numerals (and back) with a full additive/subtractive breakdown — entirely in your browser, no data sent anywhere.

Calculators

Percentages, date arithmetic, age, BMI, time durations and tip splits — calculators that do one thing and return the answer immediately. No cookie banner, no email gate, no result hidden behind a paywall.

Percentage Calculator

Four percentage modes in one tool — results and formulas shown instantly, 100% in your browser.

Date Calculator

Count days between dates or shift a date forward and back — pure UTC arithmetic, no server, no tracking.

Age Calculator

Enter a birthdate and get your exact age in years, months, and days — 100% client-side, no data ever leaves your browser.

BMI Calculator

Compute your body mass index from height and weight — metric or imperial — with WHO categories shown inline. Your data never leaves your browser.

Time Calculator

Add or subtract durations, or find the gap between two clock times — results in HH:MM:SS, human-readable, ISO 8601, and total seconds, all client-side.

Tip Calculator

Compute tip, total, and per-person split in seconds — all math runs in your browser, nothing is sent to a server.

Loan Calculator

Instant monthly payment, total interest, and amortization schedule — 100% client-side, your numbers never leave your browser.

Compound Interest Calculator

Estimate investment growth with configurable compounding frequency and periodic contributions — all calculations run in your browser, no data ever sent anywhere.

TDEE Calculator

Find your total daily energy expenditure, maintenance calories, and macro targets — all calculated in your browser with no data sent anywhere.

Investment ROI Calculator

Find your return on investment, annualized CAGR, and profit or loss instantly — all calculated locally in your browser, with no data sent anywhere.

CAGR Calculator

Enter a start value, end value, and holding period to get compound annual growth rate, total return, and estimated doubling time — all computed locally in your browser.

Mortgage Refinance Calculator

Compare your current loan to a refinanced mortgage and get your break-even month, monthly savings, and lifetime interest difference — all computed locally in your browser.

Retirement Calculator

See your projected balance in both future dollars and inflation-adjusted today's dollars — plus a sustainable monthly income estimate — with no data ever leaving your browser.

Discount Calculator

Find the final price after any percentage or fixed discount — including stacked promos, sales tax, and multi-item quantities — without sending your data anywhere.

Length Converter

Enter any length value and see all eight unit conversions at once — metric and imperial — without re-running the calculation.

Temperature Converter

Enter any temperature value and get °C, °F, and Kelvin simultaneously — with a contextual marker that tells you exactly where your value falls on the scale.

Weight Converter

Enter any weight value and see all 7 unit conversions at once — including stone — with no data ever leaving your browser.

Exponent Calculator

Compute any base to any power instantly — with step-by-step expansion and scientific notation — entirely in your browser, no data sent anywhere.

Fraction Calculator

Calculate fractions, mixed numbers, and decimals with full step-by-step work — 100% client-side, no data ever leaves your browser.

Debt Payoff Calculator

Build a personalized payoff plan for every debt you carry — snowball or avalanche — with no signup and no data ever leaving your browser.

Macro Calculator

Get your personalized macronutrient targets for cut, maintain, and bulk goals — calculated entirely in your browser, with no data sent anywhere.

Body Fat Percentage Calculator

Estimate your body fat %, lean body mass, and fat mass using the U.S. Navy formula — all calculations run in your browser, no data ever sent to a server.

Calories Burned Calculator

Estimate calorie expenditure for 24 activities using the Ainsworth Compendium MET formula — 100% client-side, no data sent anywhere.

Mortgage Extra Payments Calculator

Enter your loan details and an extra payment amount to see your new payoff date, total interest saved, and full amortization comparison — all calculated in your browser.

Profit Margin Calculator

Compute gross, operating, and net margin side-by-side — or back-solve the price you need from a target margin or markup. Runs entirely in your browser.

Amortization Calculator

Get your full loan amortization schedule — monthly payment, total interest, and a downloadable CSV — all computed locally in your browser.

eGFR Calculator

Estimate kidney function using the CKD-EPI 2021 race-free equation — your data stays in your browser, never sent to a server.

A1C Calculator

Convert HbA1c to estimated average glucose — or eAG back to A1C — instantly in your browser, with no data ever sent to a server.

Conception Date Calculator

Figure out your conception date — and due date — from three reference points, with cycle-length adjustment and trimester-calibrated uncertainty ranges.

Marathon Pace Calculator

Enter any race distance and target time to get your pace per km and mile, a full 5K split schedule, and Riegel-predicted finishing times — all computed in your browser, nothing sent anywhere.

IVF Due Date Calculator

Enter your embryo transfer date and stage to get your estimated due date, equivalent LMP, and current gestational age — calculated entirely in your browser.

Student Loan Payoff Calculator

See your payoff date and how extra payments cut months and interest — calculated entirely in your browser.

Social Security Benefits Calculator

Enter your AIME and birth year to see your estimated monthly benefit at every claim age from 62 to 70 — no account required, no data ever leaves your browser.

401(k) Calculator

Project your retirement balance with accurate employer-match modeling — 100% client-side, your data never leaves your browser.

Car Loan Calculator

Calculate your monthly auto payment, total interest, and exact financed amount — including state-specific trade-in tax credits. Runs entirely in your browser.

Credit Card Payment Calculator

Compare three payoff strategies side by side — minimum payment, fixed amount, or a target date — with all math running locally in your browser.

Dog Pregnancy Calculator

Enter the breeding date and breed size to get the estimated whelping date, current gestational stage, and a live countdown — all calculated privately in your browser.

Cholesterol Ratio Calculator

Enter your lipid panel values to instantly calculate all three cardiovascular ratios and non-HDL cholesterol — no account, no data uploads, everything stays in your browser.

Mortgage Comparison Calculator

Compare two fixed-rate mortgage offers side-by-side — monthly payment, lifetime cost, and the exact month one deal beats the other — entirely in your browser.

Ovulation Calculator

Predict your fertile window and ovulation date for up to 6 cycles — 100% client-side, no data leaves your browser.

Meal Calorie Calculator

Total calories and macros for any meal in seconds — 100% client-side, your data never leaves your browser.

APY vs APR Calculator

Instantly convert between nominal APR and effective APY for any compounding frequency — all calculations run in your browser, no data sent anywhere.

Cap Rate Calculator

Compute cap rate, annual NOI, or property value from any two inputs — all three modes in one tool, with a built-in NOI builder. Your numbers never leave your browser.

Dividend Calculator

Estimate dividend income, yield, and reinvestment growth instantly — all calculations run in your browser, so your data never leaves your device.

5K Pace Calculator

Enter your goal time or current pace to get split targets, finish time estimates, and race predictions — all computed in your browser, nothing sent anywhere.

Half Marathon Pace Calculator

Get your target pace, split chart, and finish time estimate — all computed in your browser with no data ever sent to a server.

GFR Calculator

Estimate glomerular filtration rate from serum creatinine using CKD-EPI and MDRD — all calculations run locally in your browser, no data ever uploaded.

Bike Pace Calculator

Find your cycling pace, average speed, or finish time instantly — all computed in your browser with no data sent anywhere.

ECG Heart Rate Calculator

Determine heart rate from any ECG strip instantly — large box, small box, or 6-second method — with no data leaving your browser.

Credit Card Interest Calculator

Figure out your credit card interest, payoff timeline, and total cost — instantly, with no data ever leaving your browser.

Real Estate Commission Calculator

Break down agent commission splits instantly — all math runs in your browser, no data sent anywhere.

Credit Card Minimum Payment Calculator

Find out exactly how much you owe each month, how long it takes to pay off, and how much interest you'll pay — all calculated privately in your browser.

Dividend Rate vs APY

See the real difference between a stated dividend rate and APY — all calculations run in your browser, no data sent anywhere.

BMI Calculator for Teens

Calculate body mass index for adolescents using CDC age- and sex-specific percentile charts — all processing happens in your browser, nothing is sent to any server.

Pregnancy Weight Gain Calculator

Get trimester-by-trimester weight gain ranges based on your pre-pregnancy BMI — all calculated in your browser, no data sent anywhere.

Missouri Sales Tax Calculator

Instantly estimate Missouri state and local sales tax on any purchase — runs entirely in your browser, no data sent anywhere.

California Sales Tax Calculator

Compute state and local sales tax on any purchase — 100% client-side, no data leaves your browser.

Alabama Sales Tax Calculator

Compute Alabama state and local sales tax instantly — all calculations run in your browser, no data ever sent to a server.

Florida Sales Tax Calculator

Instantly calculate Florida state sales tax (6%) plus your county's discretionary surtax — all in your browser, with no data sent anywhere.

Calories Burned by Heart Rate Calculator

Estimate calories burned during any workout using your heart rate and personal stats — all computed in your browser, no data ever sent anywhere.

Bond Price Calculator

Compute the fair value of a fixed-coupon bond from face value, coupon rate, yield to maturity, and years to maturity — 100% client-side, no data ever leaves your browser.

About Acento

Are the tools really free?

Yes. Every tool is free to use, with no signup, no rate limit and no premium tier. The site is funded by lightweight display ads (none on the tool inputs themselves) and by direct support from people who find it useful — read more on the About page.

Do you collect what I paste into a tool?

No. Tool inputs are processed in your browser using JavaScript and Web APIs. The text you paste — JSON, JWTs, passwords, body weight, dates — never leaves your device. We have no server-side endpoint that receives it, so we couldn't store it even if we wanted to. The full details are in our privacy statement.

Do the tools work offline?

Yes. After the first page load, the JavaScript and HTML are cached by your browser. You can disconnect from the internet and continue using the tool. Some tools that load extra fonts may show fallback typography offline, but functionality is unchanged.

Why so many languages?

Acento ships every page with native translations and localized URLs in each language we support. Developers and writers around the world deserve a tool that speaks to them, not a translation widget bolted onto English. We add new languages as the audience grows.

Is the source code open?

Parts of the platform are public on GitHub and the rest may follow. The privacy claim is verifiable: open the browser DevTools network panel while you use any tool — you will see no outbound request carrying your input.