This is a straightforward chatbot flow builder built with Next.js 13. It offers a drag-and-drop chat editor equipped with panning, zooming, a customized map, as well as implemented edges and node connections.
First, clone the repository and switch to the new directory:
git clone [email protected]:LemmyMwaura/flow-editor.git
cd flow-editor
Install project dependencies:
pnpm install
Run development server:
pnpm dev
This version of the chatbot Flow Editor includes only essential features for building a bot. i.e:
- An editor playground.
- Creation of new nodes.
- Clean, Optimized persisted state.
I might continue working on this if I find some free time. 😜