A lightweight, embeddable AI-style chat widget UI built with pure HTML, CSS, and JavaScript.
Designed to be drop-in and safe to embed on any website without CSS or JS conflicts.
β οΈ This project is UI-only and uses fake AI responses for demos and frontend previews.
- π¦ One-line install
- π¨ Fully isolated styles
- π± Responsive
- π§ Typing animation
- π MIT licensed
Live Demo:
π https://floating-ai.netlify.app/
/ai-chat-widget
βββ dist/
β βββ ai.js # Ready embeddable file (USE THIS)
β βββ index.html # Public demo page
β
βββ src/
β βββ index.html # Development / testing page
β βββ style.css # Source styles
β βββ script.js # Source logic
β
βββ LICENSE # MIT License
βββ README.md # Documentation git clone "https://github.com/tejas0111/ai-chat-widget"
cd ai-chat-widget

