GitHub - enumura1/chatbot-flow-editor: Visual chatbot flow editor. GUI tool for designing chatbot flows. Create, test, and export as JSON.
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 --save-dev @...
Read more at github.com