Work

Pipeline Builder

A visual editor for building node pipelines, validated and executed by a Python backend.

Live · PersonalVisit

What it is

A node canvas for building pipelines. Drag node types in, wire outputs to inputs, and press Run — the graph goes to a FastAPI backend that counts it, checks it's acyclic, and executes it.

React, Vite, Tailwind and React Flow on the front; Python and FastAPI on the back, deployed across Vercel and Render. Built for a company's frontend technical assessment.

What I built

Stack

React, React Flow, Tailwind, Motion, Python, FastAPI