An open API service indexing awesome lists of open source software.

https://github.com/vijaysingh1621/flow-chat-widget

Flow Chat Widget is a versatile and user-friendly chat interface that allows seamless communication between users and bots. Designed for optimal usability, this widget is movable, enabling users to place it anywhere on their screen for a customizable chat experience.
https://github.com/vijaysingh1621/flow-chat-widget

axiox heroicons nextjs14 react-speech-recognition tailwind

Last synced: 4 months ago
JSON representation

Flow Chat Widget is a versatile and user-friendly chat interface that allows seamless communication between users and bots. Designed for optimal usability, this widget is movable, enabling users to place it anywhere on their screen for a customizable chat experience.

Awesome Lists containing this project

README

          

---

# Flow Chat Widget

**Flow Chat Widget** is a versatile and user-friendly chat interface that allows seamless communication between users and bots. Designed for optimal usability, this widget is movable, enabling users to place it anywhere on their screen for a customizable chat experience.

## Features

- **Movable Interface**: Drag and place the chat widget anywhere on your screen for easy access.
- **Speech Recognition**: Use voice commands to communicate effortlessly with the chatbot.
- **Markdown Support**: Format messages with Markdown for enhanced text styling.
- **Message History**: Keep track of previous conversations with built-in history management.
- **Responsive Design**: Fully responsive layout that looks great on any device.
- **Easy Integration**: Simple setup and integration into any web application.

## Installation

```bash
npm install flow-chat-widget
```

## Usage

```javascript
import ChatWidget from 'flow-chat-widget';

function App() {
return (




);
}
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---