Thanks to visit codestin.com
Credit goes to github.com

Skip to content

7azemaamer/runflow

Repository files navigation

Run Flow

Run Flow is a visual workflow builder built with Next.js, TypeScript, and React Flow.
Drag. Connect. Automate.

Features

  • Drag & drop node-based workflow UI
  • Flow connections between actions
  • Persistent state using localStorage
  • AI integration using OpenAI
  • Mock backend server with JSON server

Setup

git clone https://github.com/7azemaamer/runflow.git
npm install
npm run dev

Mock Backend (JSON Server)

To simulate backend workflows, you can use JSON Server.

npm install -g json-server
json-server --watch db.json --port 4000

About

Drag, drop, and automate your wildest ideas ^^

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published