AI Employee Chat Widget

This is a demo page showing the embeddable AI chat widget. Click the chat button in the bottom-right corner to start a conversation.

Intelligent Responses

Powered by RAG and knowledge graphs for accurate answers.

Workflow Automation

Can trigger automated workflows like scheduling appointments.

Easy Integration

Just add a single script tag to your website.

🎨 Theme Testing

Click a theme to reload the widget with that preset:

Integration: Add this snippet to your website:
<script src="https://widget.ai-employee.co/widget.iife.js"></script>
<script>
  AIEmployee.init({ tenantId: "your-tenant-id" });
</script>