DocumentationCore Features
Pipelines
Learn how to chain multiple developer tools into a visual workflow.
Pipelines
Pipelines are the core innovation of DevFlow. They allow you to visualy chain multiple tools together into an automated data transformation workflow.
The Visual Canvas
A pipeline consists of Nodes (tools) and Edges (connections).
- Tool Nodes: Each node represents a developer utility (e.g., JSON Formatter).
- Data Flow: Output from one node can be connected to the input of another.
Building a Pipeline
- Open the Pipeline Builder.
- Drag and drop tools from the library onto the canvas.
- Click and drag from an output handle of Node A to an input handle of Node B.
- Paste your initial data into the source node.
- Watch the results flow through the entire chain in real-time.
Benefits of Chaining
- Automate Repetitive Tasks: For example, Decode JWT $\rightarrow$ Format JSON $\rightarrow$ Extract Field.
- Visual Visibility: See exactly how your data transforms at every step.
- Sharing: Workspaces allow you to save and share pipelines with your team.
Workspace Integration
Free users can save up to 5 pipelines, while Pro/Team users get unlimited storage and advanced sharing options.
Found an error or have a suggestion?Edit this page on GitHub
Quick Read