InstaCalcs

Online Tools

Small browser tools for the annoying little jobs: format JSON, count words, decode Base64, convert colors, check timestamps.

Tools for the small stuff

The best utility tool is the one you barely notice. Paste the messy JSON. Count the words. Generate the password. Convert the timestamp. Then get back to whatever you were actually doing.

Most tools run in your browser, so the text or data you paste does not need to be uploaded just to be cleaned up. That matters when you are handling API responses, drafts, passwords, or anything you would rather not send to a random server.

There are no accounts and no setup. If a tool needs a caveat, the page should say it plainly.

Common questions

Is my data safe using these online tools?
The tools are built to run in your browser where possible. That means the JSON, text, colors, or passwords you enter do not need to be stored on our servers just to produce a result.
What makes a password strong?
Length matters most. Use unique passwords, avoid names and dictionary words, and store them in a password manager. Reusing a password is the part that usually hurts you later.
What is JSON and why format it?
JSON is a common data format used by APIs, config files, and logs. Minified JSON saves space, but it is miserable to read. Formatting it adds indentation so you can actually see the structure.
When would I need to convert color formats?
Different tools ask for different formats. A design may give you HEX, CSS may need RGB or HSL, and print work may ask for CMYK. A converter keeps you from doing that math by hand.