Generators

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.

Run sample
jwt-decode → timestamp

Token triage

Inspect JWT claims and convert expiry timestamps.

Run sample
csv-json → json-schema

CSV contract seed

Turn sample rows into JSON and a starter schema.

Run sample
secret-scan → redact

Share-safe secret report

Scan and redact sensitive snippets before sending.

Run sample
mermaid-preview → copy-svg

Docs diagram path

Preview a diagram and export SVG for docs.

Run sample
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

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Pick a recipe that matches your task.
  2. 02Copy the recipe JSON or run the sample.
  3. 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