🤖 ClaudeChat Widget - Development

This is a test page for the ClaudeChat widget. The chat button should appear in the bottom-right corner.

Features

Example Questions

Integration

<!-- Add to your WordPress site -->
<script src="https://your-cdn.com/claudechat-widget.umd.js"></script>
<script>
  window.claudeChatConfig = {
    siteId: 'test125',
    userId: 'user-123',
    theme: 'light',
    position: 'bottom-right'
  };
</script>