Welcome to Pipeline
Pipeline is a no-code automation tool for design workflows. Connect nodes on a canvas to build powerful design automation pipelines.
What is Pipeline?
Pipeline allows you to automate repetitive design tasks by creating visual workflows. No coding required - just drag, drop, and connect.
Key Features
- Visual Node Editor - Intuitive drag-and-drop interface for building workflows
- Multiple Node Types - Support for various design automation tasks
- Real-time Preview - See results as you build your pipeline
- Export & Share - Save and share your automation workflows
Getting Started
To start using Pipeline, follow these simple steps:
- Create a new pipeline from the dashboard
- Add nodes from the sidebar
- Connect nodes to create your workflow
- Run your pipeline and see the results
Note: Pipeline is designed to be intuitive and easy to use, even for non-technical users.
Quick Example
Here's a simple example of creating your first pipeline:
// This is how you might programmatically create a pipeline
const pipeline = new Pipeline()
.addNode('input', { type: 'image' })
.addNode('resize', { width: 800, height: 600 })
.addNode('output', { format: 'png' })
.connect('input', 'resize')
.connect('resize', 'output')
Learn More
Check out our detailed guides to learn more about:
Ready to get started? Install Pipeline now!