Website widget host
The Ava Ava chat widget is live on this page — look for the launcher in the bottom-right corner. This is the same widget and script your WordPress site loads, so what you see here is exactly what guests will see.
Add it to WordPress
Paste this before </body> (or use the plugin — see the docs):
<script>
window.AvaAvaConfig = {
apiUrl: '' + location.protocol + '//YOUR_APP_DOMAIN',
chatbotId: 'default'
};
</script>
<script async src="https://YOUR_APP_DOMAIN/widget/ava-widget.js"></script>Replace YOUR_APP_DOMAIN with where this app is deployed. Colors, welcome text, quick actions, and languages are all controlled from the admin dashboard — no WordPress changes needed to restyle.
Status
The widget always loads. If the AI provider or database isn't configured yet, the bot replies with a safe fallback so nothing breaks in front of a guest. Check /api/health for live status.
Staff
Manage hours, menu, specials, events, and conversations in the admin dashboard.