Chatbot Flow Editor – Visual tool for designing conversation flows
Chatbot Flow Editor Visual development tool for creating chatbot conversation flows A GUI tool that opens in your browser. Design, test, and export chatbot conversation flows as JSON. Quick Start # Install as development dependency npm install --save-dev @enumura/chatbot-flow-editor # Launch the visual editor npx @enumura/chatbot-flow-editor Your browser will automatically open with the visual flow editor at http://localhost:3001 . Installation & Usage Method 1: Using npx npm install --s