Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imran120198/chatbot-flow-builder
https://github.com/imran120198/chatbot-flow-builder
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran120198/chatbot-flow-builder
- Owner: imran120198
- Created: 2024-05-30T09:42:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:28:57.000Z (6 months ago)
- Last Synced: 2024-06-02T15:52:13.246Z (6 months ago)
- Language: JavaScript
- Homepage: https://chatbot-flow-builder-pi-seven.vercel.app/
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot flow builder
The Chatbot Flow Builder is a web application designed to create and visualize chatbot message flows. It allows users to add, connect, and configure different types of nodes (currently only text nodes) to define the order of chatbot message execution.
## Deployment Link
https://chatbot-flow-builder-pi-seven.vercel.app/## Tech Stack
* React
* React Flow
* CSS
* Javascript## Setup
1. Clone the repository:
```bash
git clone https://github.com/imran120198/Chatbot-flow-builder.git
```2. Install the dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm start
```4. Open your browser and navigate to `http://localhost:3000` to view the application.