Recipes
Guided playbooks
Start from a task — follow the steps, jump to the right tools, and collect results as you go.
23 recipes
Review code and data
Format SQL and XML, diff two JSON documents, test a regex against real input, and preview Markdown before you open a pull request.
4 steps · 5 tools
Stylize plain text
Reshape text for humans with an ASCII banner, a numeronym, a masked secret, NATO spelling, and an emoji.
5 steps · 5 tools
Capture and share
Record a webcam clip, hand off Wi-Fi by QR code, and inline a tiny asset as a Base64 data URL.
3 steps · 3 tools
Inspect your environment
Read device and browser details, capture key codes, look up a MAC vendor, and pull HTML out of rich text.
4 steps · 4 tools
Time and benchmark a task
Run a stopwatch, project the finish time, then compare options as relative ratios.
3 steps · 3 tools
Check account security and trust
Generate a TOTP 2FA code, mint a BIP39 recovery seed phrase, and confirm a PDF actually carries a digital signature.
3 steps · 3 tools
Tidy up messy text
De-duplicate and reshape a list, diff two versions, normalise the casing, and measure the result.
4 steps · 5 tools
Inspect an HTTP request
Pull apart the URL, the auth header, the client, the content type, and the signature to debug a request.
5 steps · 5 tools
Validate form input
Normalise an email, format a phone number to E.164, validate an IBAN, and slugify a name before you store the record.
4 steps · 4 tools
Run quick calculations
Evaluate an expression or percentage, convert a number between bases or units, and decode a Unix timestamp.
4 steps · 6 tools
Secure a secret
Gauge a password's strength, store it as a slow salted hash, sign for integrity, and encrypt it at rest.
4 steps · 6 tools
Generate IDs and fixtures
Mint identifiers, a secret token, realistic fake records, and device MAC addresses to seed a project or test suite.
4 steps · 5 tools
Convert config formats
Validate the source YAML, convert it between JSON / YAML / TOML, bridge XML, then minify or prettify the JSON.
4 steps · 9 tools
Plan a private subnet
Carve a CIDR into subnets, wrap host ranges in their smallest CIDR block, add an IPv6 ULA prefix, and assign service ports.
4 steps · 5 tools
Decode an unknown string
Identify a mystery string's encoding layers and peel them off one at a time until it reads as plain text.
4 steps · 7 tools
Build a UI kit
Pick an accessible palette, generate card CSS, drop in placeholder content, and write share metadata for a new page.
4 steps · 7 tools
Debug JWT auth
Decode a token, verify its signature, and check the claims and Authorization header.
5 steps · 3 tools
Prepare an API contract
Load an OpenAPI spec, validate it, extract endpoints, and export types or a summary.
5 steps · 4 tools
Harden a web response
Build a CSP, check security headers, decode the certificate, and review proxy config.
4 steps · 3 tools
Clean and convert data
Inspect CSV / JSON / YAML, convert formats, validate the shape, and export the result.
4 steps · 5 tools
Inspect a file before sharing
Detect a file's type, review its metadata, and strip or redact anything sensitive.
4 steps · 5 tools
Issue a Thai invoice
Validate the tax ID, date it in the Buddhist era, spell the amount in baht, and attach a PromptPay QR.
4 steps · 4 tools
Containerize & schedule a service
Turn a docker run into Compose, validate its env, fix file permissions, and add a cron schedule.
4 steps · 4 tools