CalcSnippets

Start with a task

Find the shortest useful path to an answer.

CalcSnippets pairs small browser tools with practical guides. Pick the job you are doing now, run the utility, and keep the deeper explanation close when you need it.

78local-first toolsOpen My Toolkit

Popular jobs

Useful tools for the next five minutes.

Results are generated in your browser for supported tools. Never paste secrets or private keys into a web utility.

Choose by outcome

Four routes through the library.

Fresh reading

New guides with a practical next step.

View all guides
A JSON Validation Workflow That Catches API Problems Before DeploymentUse a repeatable JSON validation workflow to catch malformed payloads, wrong types, missing fields, and unsafe assumptions before an API change reacheHow to Decode a JWT Safely When Debugging AuthenticationLearn what a JWT decoder can reveal during debugging, what it cannot prove, and how to investigate expired or mis-scoped authentication tokens safely.How to Design a Tool Page That Users Finish and Return ToImprove browser utility pages with clear inputs, useful errors, copy actions, privacy cues, and a result flow that supports repeat use.How to Write Search-Friendly Tool Documentation Without Thin ContentBuild useful tool pages that match search intent with clear examples, limitations, privacy notes, and honest next steps.Unix Timestamps: How to Tell Seconds From MillisecondsLearn how Unix timestamps work, how to detect the wrong unit, and how to convert dates safely across APIs, logs, databases, and JavaScript.Regex Flags Explained: Global, Case-Insensitive, and Multiline ModesUnderstand the regex flags that change matching behavior and learn a safe way to test patterns before using them in code or data migrations.Percentage Change vs Percentage Points: The Difference That Prevents Bad ReportsLearn when to use percentage change, percentage points, and percent of total so dashboards and business reports say exactly what the numbers mean.JSON Formatter, Validator, or Minifier: Which Tool Should You Use?Choose between formatting, validating, and minifying JSON based on the problem you are solving and the risk of hiding useful structure.