sAakib13 / sample-chat

MIT License
0 stars 0 forks source link

Web Chat Widget

Easily add a chat bubble to your website with a single script tag. A simple and responsive chat widget built with HTML, CSS, and JavaScript. The chat widget is styled using Tailwind CSS (v2). The blog post describing how I did it.

Built with ChatGPT (GPT-4)

About 95% of the code for this widget is written by GPT-4, I just edited and adjust a few things


Features

TODO

Installation

To install the chat widget, follow these steps:

  1. Copy the chat-widget.js file into your project directory.

  2. Add the following script tag to the <head> section of your HTML document:

<script async src="https://github.com/sAakib13/sample-chat/raw/main/chat-widget.js"></script>

Usage & Customization

Demo

Here's a live demo of the chat widget:

Chat Widget Demo

Contributing

Contributions are welcome! If you find a bug, have a feature request, or want to improve the chat widget, please feel free to open an issue or create a pull request.

License

This project is open-source and available under the MIT License.