Free professional toolkit — curated, connected, unique depth
Most of the work these tools handle — parsing a cron expression, projecting a mortgage, generating a key pair, formatting a JSON payload — does not warrant a sign-up flow, a desktop install, or a recurring charge. So we built a collection of small, precise utilities that do the work in a browser tab and get out of the way. Every tool computes locally; nothing about your inputs reaches a server. The cryptography uses the platform Web Crypto API. The financial models include the second-order effects competitors leave out — opportunity cost, inflation, amortisation against principal. Outputs flow between compatible tools through a single Send-to button, every scenario is shareable as a plain URL, and every recent input is one click away. The same code runs identically on a phone and a workstation.
starA closer look at five tools
A small selection from across the categories — picked because each addresses a problem where the easily findable alternatives tend to be either over-simplified or buried inside larger paid products.
RSA, ECDSA, and Ed25519 key pairs generated by the Web Crypto API. The private half is produced and stays on your device — the only place it should ever exist before you choose to save it.
Finance real_estate_agentBuy vs Rent CalculatorA full opportunity-cost model that compares ownership and renting year by year, factoring down-payment investment returns, rent growth, appreciation, and inflation. Charts and amortisation tables export cleanly to PNG, CSV, or JSON.
Developer text_formatVariable Naming ConverterConvert any identifier or phrase to camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, and several less common conventions, all in a single pass.
Developer timerCron Expression ParserTranslate a cron expression into plain English and the next five scheduled runs. A quick sanity check before a job ships into production scheduling.
Privacy-first keySymmetric Key GeneratorAES and HMAC keys at every standard length, drawn from the same cryptographically secure entropy source TLS uses. Output in hex, Base64, or raw bytes.
paymentsMoney
codeDevelopment
casinoRandom
handymanEveryday
helpQuestions, answered
What the site is, how it handles your data, and what you can rely on it for.
- Are these tools really free?
- Yes — every tool is free for personal and commercial use, with no account, no trial, and no paywalled features. The site is funded by unobtrusive advertising rather than by selling data.
- Does any of my data leave my device?
- No. Every tool runs entirely inside your browser, so the text you paste, the files you open, and the keys you generate are processed locally and are never uploaded, stored, or logged.
- Do I need to install anything or sign up?
- Nothing to install and nothing to sign up for. Open the page and the tool is ready in any modern browser, on desktop, tablet, or phone.
- Do the tools work the same on mobile?
- Yes. Every tool is built mobile-first and behaves identically on a phone and a workstation — the same features, the same layout logic, and the same precision.
- Which languages are available?
- Twenty, each reviewed by a person rather than machine-translated. Switch between them at any time from the language selector in the header.
- Can I rely on the calculators for financial decisions?
- They are carefully built models meant for planning and comparison, but they are informational tools, not professional advice. For decisions with real money at stake, confirm the numbers with a qualified advisor.
- How is the cryptography handled?
- Keys, hashes, and encryption use the browser's built-in Web Crypto API — the same audited primitives that protect HTTPS — so the algorithms and randomness meet platform security standards without any third-party library.
rocket_launchMaintained, extended, and open to requests
New tools ship on a regular cadence and existing ones are revised as the standards beneath them evolve — RFC updates, new CSS colour spaces, fresh signature algorithms. The decision of what ships next is shaped by what people actually ask for; the contact address below is the inbox the maintainer reads.
add_circleRequest a toolTools run entirely on your device. Inputs are not transmitted, stored, or logged.