This page simulates a website embedding the support widget. The widget should appear as a floating bubble in the bottom-right corner.
<script>
window.KX_SUPPORT_CONFIG = {
apiUrl: 'https://test-prompt.knowledgexpert.bearcreek.com',
siteId: 'bearcreek-www',
title: 'Ask our support bot',
accentColor: '#1596B2',
};
</script>
<script src="https://knowledgexpert.bearcreek.com/widget/support-widget.js" async></script>
npm install to install dependencies.npm run dev to start the local Vite development server.http://localhost:5173).npm run build. The output will be written to dist/support-widget.js.