An embeddable chat widget for real estate websites. Try the chatbot by clicking on the chat bubble in the bottom right corner.
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.