Web

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.

Magic detected URL encoded JSON
input.any95 B

Decode a URL-encoded JSON payload, then format it.

02 steps
1URL decodeDecode percent-escaped text.
2JSON formatParse and pretty-print with 2-space indentation.

Lightweight knobs are exported with the recipe, while raw input stays local.

Exported recipes contain validated steps only. Input payloads are intentionally excluded.

supports arrays or { operations }
0 B output · +0%

    Run a recipe to inspect intermediate output.

    output.any
    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 preset recipe or build your own sequence of operations.
    2. 02Paste the payload once and inspect the step-by-step trace.
    3. 03Save useful runs locally, then copy the final output for your workflow.
    02

    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.
    03

    Related tools