Add steps to build your recipe
No output yet
Recipe is a free online visual pipeline builder that chains developer tools together — encode, hash, format, transform text, and generate data — all in one automated workflow that runs entirely in your browser.
What is Recipe?
Recipe is a visual pipeline builder that lets you chain multiple processing steps together. Feed in text or an image, add steps like Base64 encode, SHA-256 hash, JSON format, or image compress, and see the output update in real time.
Each step's output becomes the next step's input. You can save and reload entire pipelines as reusable recipes — perfect for repetitive multi-step workflows.
Common Use Cases
Build data processing pipelines: encode text to Base64, hash it with SHA-256, and format the result in one flow.
Chain text transformations: convert to lowercase, remove duplicate lines, then extract all URLs from the result.
Automate image workflows: resize, compress, and convert image formats through a single recipe.
How to Build a Recipe
- 1
Add your input
Enter text or drag and drop a file (including images) into the input area.
- 2
Chain processing steps
Click "Add Step" to add processing steps. Each step transforms the output of the previous one.
- 3
Save and reuse
Save your pipeline as a recipe. Load it later to run the same workflow on new data.