{"id":30666265,"url":"https://github.com/thecodechaser/pipeline-flow-builder","last_synced_at":"2026-05-03T15:35:10.240Z","repository":{"id":305478902,"uuid":"1022986443","full_name":"thecodechaser/pipeline-flow-builder","owner":"thecodechaser","description":"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.","archived":false,"fork":false,"pushed_at":"2025-07-20T11:08:02.000Z","size":336,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-08-31T21:49:01.207Z","etag":null,"topics":["html-css","javacsript","react","reactflow","tailwindcss","zustand"],"latest_commit_sha":null,"homepage":"https://pipeline-flow.thecodechaser.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodechaser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T09:28:36.000Z","updated_at":"2025-07-20T18:36:15.000Z","dependencies_parsed_at":"2025-07-20T11:39:08.404Z","dependency_job_id":null,"html_url":"https://github.com/thecodechaser/pipeline-flow-builder","commit_stats":null,"previous_names":["thecodechaser/nodes-flow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecodechaser/pipeline-flow-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fpipeline-flow-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fpipeline-flow-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fpipeline-flow-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fpipeline-flow-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodechaser","download_url":"https://codeload.github.com/thecodechaser/pipeline-flow-builder/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fpipeline-flow-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-css","javacsript","react","reactflow","tailwindcss","zustand"],"created_at":"2025-08-31T21:48:56.321Z","updated_at":"2026-05-03T15:35:10.214Z","avatar_url":"https://github.com/thecodechaser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/thecodechaser-blueviolet)\n\n# Pipeline Flow Builder\n\n\u003e 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.\n\n## Preview:\n\n![screenshot](./public/images/previews/preview1.png)\n\n![screenshot](./public/images/previews/preview2.png)\n\n![screenshot](./public/images/previews/preview3.png)\n\n## Built With\n\n- HTML\n- CSS\n- JavaScript\n- React\n- React Flow\n- Tailwind CSS\n\n## Live version\n\n[Pipeline Flow Builder](https://pipeline-flow.thecodechaser.com)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n- A text editor(preferably Visual Studio Code)\n- Node\n- Web browser\n\n### Install\n- [Git](https://git-scm.com/downloads)\n- [Node](https://nodejs.org/en/download/)\n\n### Using it Locally\n\n- Clone the project\n\n```bash \ngit clone git@github.com:thecodechaser/pipeline-flow-builder.git\n\ncd pipeline-flow-builder\n```\n\n- Install dependencies\n\n```bash\nnpm i \nor\nnpm install\n```\n- To Start the development server\n```bash\nnpm run start\n```\n\n- To test the project\n```bash\nnpm run test\n```\n\n\n## Visit And Open Files\n\n[Visit Repo](https://github.com/thecodechaser/pipeline-flow-builder)\n\n## Download Repo\n\n[Download Repo](https://github.com/thecodechaser/pipeline-flow-builder/archive/refs/heads/main.zip)\n\n## Authors\n\n👤 **Ranjeet Singh**\n\n- Website: [thecodechaser.com](https://thecodechaser.com)\n- GitHub: [@thecodechaser](https://github.com/thecodechaser)\n- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)\n- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/thecodechaser/pipeline-flow-builder/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Inspiration: ReactFlow\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechaser%2Fpipeline-flow-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodechaser%2Fpipeline-flow-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechaser%2Fpipeline-flow-builder/lists"}