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.
- Host: GitHub
- URL: https://github.com/vijaysingh1621/flow-chat-widget
- Owner: Vijaysingh1621
- Created: 2024-10-11T18:28:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T19:26:42.000Z (over 1 year ago)
- Last Synced: 2025-08-17T14:51:25.888Z (10 months ago)
- Topics: axiox, heroicons, nextjs14, react-speech-recognition, tailwind
- Language: JavaScript
- Homepage: https://flow-chat-widget.vercel.app
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---