Design. Connect. Execute.
DevFlow is a visual API workflow builder that allows developers to design and test API chains using a drag-and-drop interface.
Inspired by tools like Postman and Node-RED, DevFlow makes backend flow design visual and intuitive.
- 🔌 Drag & drop API request nodes
- 🔗 Connect nodes visually
- ✏️ Edit HTTP method & endpoint
- ⚡ Built with React + TypeScript
- 🎨 Modern developer-focused UI
- React
- TypeScript
- React Flow
- Axios
- Vite
git clone https://github.com/YOUR_USERNAME/devflow.git
cd devflow
npm install
npm run dev