Run Flow is a visual workflow builder built with Next.js, TypeScript, and React Flow.
Drag. Connect. Automate.
- Drag & drop node-based workflow UI
- Flow connections between actions
- Persistent state using localStorage
- AI integration using OpenAI
- Mock backend server with JSON server
git clone https://github.com/7azemaamer/runflow.git
npm install
npm run devTo simulate backend workflows, you can use JSON Server.
npm install -g json-server
json-server --watch db.json --port 4000