WHAT DO YOU NEED TO GET DONE?
Choose the job. The formal tool name is secondary. Workflow tools organise real work; developer utilities inspect or transform technical data.
Real-world jobs, not admin software
Each tool should take one messy situation and turn it into one useful output. If a tool cannot explain that clearly, it does not belong here.
CAPTURE A DECISION
Something important was agreed and you do not want the reasoning to disappear into chat, email or memory.
Context, options, decision, rationale, owner and review date.
A clean decision record, ready to save, print or hand to risk/timeline/checklist tools.
BUILD A TIMELINE
Events are scattered across notes and you need to see what happened, in what order, and where dates are uncertain.
Events, exact or approximate dates, descriptions and source references.
A chronological record that keeps uncertainty explicit rather than inventing precision.
ASSESS A RISK
You need to decide how serious a risk is, what controls already exist and what still needs doing.
Risk, likelihood, impact, controls, mitigation, owner and review date.
Inherent + residual scores plus actions that can move straight into a checklist or decision.
MAKE A REUSABLE CHECKLIST
You have a repeatable job and want a dead-simple list somebody can actually run.
Steps, required/optional items and notes.
A reusable checklist with progress, reset, copy and print.
MAP HOW A PROCESS WORKS
People are unclear about the order of work or where a decision happens.
A sequence of steps and decision points.
A readable process flow; executable steps can become a checklist.
BUILD A BUSINESS CASE
You need to argue for a change, purchase or project without starting from a blank Word document.
Problem, current state, proposal, benefits, costs, risks, alternatives and success measures.
A structured case with risks, decisions and implementation actions ready for other tools.
PULL ACTIONS OUT OF MEETING NOTES
You have messy notes and need to separate actual actions, decisions, deadlines and open questions.
Meeting notes or transcript text.
Candidate actions, decisions, deadlines and unresolved questions for review.
SEE MY SAVED WORK
You have already used the workflow tools and want one local overview of what is saved in this browser.
Nothing new — it reads the local records already created by the tools.
A local index of decisions, timelines, risks and checklists with shortcuts back into each workflow.
Technical jobs with obvious inputs and outputs
Paste something in, inspect or transform it, then send useful output into the next tool when relevant.
JSON INSPECTOR
Validate, format, minify and inspect JSON locally.
JWT INSPECTOR
Decode JWT headers and payloads and inspect common expiry claims.
CSV ↔ JSON
Convert CSV and JSON locally, including quoted fields.
CRON BUILDER
Build five-field cron expressions and read them back in plain English.
UUID GENERATOR
Generate UUID v4 and time-ordered UUID v7 values locally.
PASSWORD + ENTROPY
Generate random passwords locally and estimate entropy.
HTTP HEADER INSPECTOR
Parse pasted HTTP headers and explain common fields.
JSON SCHEMA GENERATOR
Generate a starter JSON Schema from sample JSON.
TEXT DIFF / DOCUMENT DIFFER
Compare text or document extracts and make changes explicit.
HASH LAB
Generate SHA-family digests with the browser Web Crypto API.
TIMESTAMP CONVERTER
Convert epoch seconds, milliseconds and readable dates.
COLOR CONTRAST
Check foreground/background combinations against WCAG thresholds.
REGEX BENCH
Test patterns, flags, matches and capture groups against local text.
PAYLOAD INSPECTOR
Measure UTF-8 size, line count and JSON structure.
URL INSPECTOR
Break a URL into protocol, host, path, query and fragment.
BASE64 LAB
Encode and decode UTF-8 text locally.