Recipe Gallery
The fastest workflow is the one you do not rebuild. Recipe Gallery collects a small set of high-signal local recipes and hands sample payloads into Workflow Builder without putting data in the URL.
Curated local recipes for common developer rituals. Recipes export steps only; sample payloads are loaded through session handoff when you choose to run one.
url-decode → json-format
Decode API payload
URL decode copied query payloads, then format JSON.
jwt-decode → timestamp
Token triage
Inspect JWT claims and convert expiry timestamps.
csv-json → json-schema
CSV contract seed
Turn sample rows into JSON and a starter schema.
secret-scan → redact
Share-safe secret report
Scan and redact sensitive snippets before sending.
mermaid-preview → copy-svg
Docs diagram path
Preview a diagram and export SVG for docs.
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/web
Workflow Builder
Chain JSON, JWT, Base64, URL, HTML, text and hash operations in one local recipe.
/web
Magic Paste
Paste anything and get routed to the right local tool with confidence signals.
/media
Mermaid / Diagram Preview
Preview a safe Mermaid-inspired flowchart or sequence diagram subset as SVG.
/json
JSON Tree Diff
Compare JSON structurally and report changed paths without whitespace noise.
01
How to use
- 01Pick a recipe that matches your task.
- 02Copy the recipe JSON or run the sample.
- 03Refine it in Workflow Builder and keep the payload local.
02
FAQ
- Do recipes include sensitive input?
- Copied recipes contain steps and notes. Sample payloads are loaded only when you explicitly run one.
03
Related tools
- /web→Workflow BuilderChain JSON, JWT, Base64, URL, HTML, text and hash operations in one local recipe.
- /web→Magic PastePaste anything and get routed to the right local tool with confidence signals.
- /media→Mermaid / Diagram PreviewPreview a safe Mermaid-inspired flowchart or sequence diagram subset as SVG.
- /json→JSON Tree DiffCompare JSON structurally and report changed paths without whitespace noise.