Pipelines · runs 100% locally

Chain tools together.

Feed one tool's output into the next — build multi-step text pipelines with live intermediate results. The whole chain (steps + data) lives in the URL, so you can bookmark it or send it to a teammate.

FAQ

Where does my data go?

Nowhere. Every step runs in your browser. The shareable link encodes your steps and (optionally) your input data with lz-string compression — we never see it.

What if my data is too large for a link?

Links hold roughly 8 KB of compressed data. Beyond that the link still encodes your steps, just without the data — paste the data after opening it.

Can I edit a middle step's result?

Yes. Every intermediate result is editable — change it and hit "Run from here" to re-run only the remaining steps.