@telnyx/ai-chat-widget
v5.0.2
Published
Embeddable AI chat widget
Readme
AI Widget Setup (local)
This is a simple guide to run the AI Widget's demo app locally.
Prerequisites
- Node.js (see
.nvmrcat the repo root) - npm
Setup
- From the repo root, install dependencies:
npm install - Set the widget's
chatAPIUrlprop to your AIDA support-agent endpoint — see the rootREADME.mdfor the full prop reference. - Build the widget so the demo can resolve it:
npm run build -w packages/ai-chat-widget - Run the demo:
npm run dev --workspace=demo
See apps/demo/.env.example for the environment variables the demo app reads.
