Skip to content

fullstackDev0404/reactflow_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 Pipeline Builder

A drag-and-drop visual pipeline builder built with React and React Flow.

This project demonstrates dynamic node rendering, configurable node types, and a scalable UI architecture using Tailwind CSS.


πŸš€ Features

  • Drag & Drop node creation
  • Dynamic input/output handles
  • Config-driven generic nodes
  • Specialized nodes (Input, Output, LLM, Text)
  • Variable extraction from TextNode ({{variable}})
  • Sidebar-based node palette
  • Fully styled with Tailwind CSS (no inline design styles)

🧠 Technical Highlights

  • Zustand for state management
  • React Flow for graph rendering
  • Dynamic handle positioning
  • Config-driven UI rendering
  • Modular node architecture

πŸ“ Notes

This project focuses on:

  • Clean architecture
  • UI consistency
  • Extensibility
  • Maintainable node configuration structure

πŸ“Œ Future Improvements

  • Node color themes
  • Node duplication & deletion controls
  • Save / Load pipeline
  • Backend execution engine

Built for assignment submission.

Backend Setup

Start the backend server on port 8000:

uvicorn main:app --reload --port 8000

The frontend sends requests to:

POST /pipelines/parse

Make sure the backend is running before testing the Parse functionality.

About

Drag-and-drop visual pipeline builder using React Flow and Tailwind CSS with config-driven node architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages