Real Estate Chatbot

An embeddable chat widget for real estate websites. Try the chatbot by clicking on the chat bubble in the bottom right corner.

Quick Integration

Add the chatbot to your website with just a few lines of code:

<script src="/widget.js" async></script>
<script>
  window.ChatbotConfig = {
    apiUrl: 'YOUR_API_URL',
    theme: 'light',
    position: 'bottom-right'
  };
</script>

For more configuration options, check out the embed configuration tool.

Examples

See the chatbot in action on a sample website:

View Sample Real Estate Website