Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 787 Bytes

Flow Chart Editor

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.

App

Getting Started

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

Note

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. 😜