Pipeline Flow Builder is a visual editor that allows users to construct custom data processing pipelines with drag-and-drop simplicity. Each node, such as Input, Math, Delay, or Output, represents a specific function and can be connected to define the flow of logic. Users can configure each node’s parameters and visualize how data moves through the system. The tool ensures that the final pipeline forms a valid Directed Acyclic Graph (DAG), enabling safe and efficient execution of complex workflows. Whether for data manipulation or automation, Pipeline Flow Builder provides a clear and flexible way to design sequential processes.
- HTML
- CSS
- JavaScript
- React
- React Flow
- Tailwind CSS
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
- Clone the project
git clone git@github.com:thecodechaser/pipeline-flow-builder.git
cd pipeline-flow-builder- Install dependencies
npm i
or
npm install- To Start the development server
npm run start- To test the project
npm run test👤 Ranjeet Singh
- Website: thecodechaser.com
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: ReactFlow
This project is MIT licensed.


