Workflow Builder
Turn one-off utility tasks into repeatable recipes. Paste a payload, chain operations, inspect each step, save local history and copy the final output. Everything runs in your browser, so secrets and production data never leave your machine.
Decode a URL-encoded JSON payload, then format it.
Lightweight knobs are exported with the recipe, while raw input stays local.
Exported recipes contain validated steps only. Input payloads are intentionally excluded.
Run a recipe to inspect intermediate output.
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
Suggested next moves
Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.
How to use
- 01Pick a preset recipe or build your own sequence of operations.
- 02Paste the payload once and inspect the step-by-step trace.
- 03Save useful runs locally, then copy the final output for your workflow.
FAQ
- How is this different from a normal tool list?
- Most utility sites make you jump between pages. Workflow Builder lets you run several operations in order, similar to a lightweight local recipe system.
- Where are saved runs stored?
- Saved runs use your browser's localStorage. They are not uploaded, synced or inspected by a server.
- Can I use this with production payloads?
- Yes, the transformations run locally with browser APIs. You should still follow your team's data-handling policy for secrets and customer data.
Related tools
- /gen→Recipe GalleryCurated local workflow recipes for repeatable developer transformations.
- /web→Magic PastePaste anything and get routed to the right local tool with confidence signals.
- /json→JSON FormatterFormat, validate, and minify JSON in your browser.
- /text→YAML / TOML / INI ConverterConvert common config files between YAML, TOML, INI and JSON locally.