DevHub / Saved recipes

Saved recipes

Landing page
Local workflow library

Save, export, import, and re-run workflow definitions in this browser. Runtime inputs and outputs are never stored or exported.

Browser-only recipe storage

Versioned recipe metadata and engine steps are stored in IndexedDB, up to 50 recipes. Transfer files contain definitions only; run values exist only in memory.

Local only
Curated starting points

Built-in recipes

4
text

Base64 then URL encode

Convert UTF-8 text to Base64, then make the encoded value safe for a URL component.

base64 → url-encoder
2 steps
text

URL decode then Base64 decode

Decode a URL component and then convert the resulting Base64 value back to UTF-8 text.

url-encoder → base64
2 steps
text

Markdown HTML fingerprint

Render Markdown to escaped HTML and generate a SHA-256 fingerprint of that result.

markdown-preview → hash-generator
2 steps
text

Formatted SQL fingerprint

Format SQL for stable readability and generate a SHA-256 fingerprint of the formatted result.

sql-formatter → hash-generator
2 steps
Private collection

Saved recipes

0/50

Loading recipes

Reading workflow definitions from this browser.