Drop-in AI Chat for Any Website — No Framework Required

Dev.to AI
Generative AI AI Tools

I was building a website builder platform and needed an AI assistant that could talk to users, call backend functions, and drop into any page without coupling to a framework. Everything I found was tied to React or required a backend SDK. So I built my own. What it does aichats renders a floating chat button on your page. Click it, chat opens. The LLM handles conversation and when it needs to do something - search products, create a ticket, query a database - it calls your tools automatically. The full tool-calling loop runs without manual orchestration.