Integration Documentation
Add HealixAI to Your Website in Minutes
Choose your integration method. No technical expertise required.
Quick Start (3 Steps)
- 1Get your API key
Sign up at app.healixai.com and get your API key from dashboard
- 2Copy the embed code
Choose your integration method below and copy the code
- 3Paste into your website
Add the code before closing </body> tag. That's it!
Method 1: JavaScript Widget (Recommended)
Floating chat bubble that appears on every page. Works with any website platform.
<!-- Add this before closing </body> tag -->
<script src="https://widget.healixai.com/v1/healixai.js"></script>
<script>
HealixAI.init({
apiKey: 'your_api_key_here',
position: 'bottom-right', // or 'bottom-left'
primaryColor: '#06B6D4', // Your brand color
language: 'en' // Default language
});
</script>Customization Options
- • primaryColor: Your brand color
- • position: bottom-right or bottom-left
- • language: en, es, fr, de, zh, etc.
- • greeting: Custom welcome message
Compatible With
- ✓ WordPress
- ✓ Wix
- ✓ Squarespace
- ✓ Any HTML website
Method 2: React Component
For React, Next.js, or React Native applications.
Install package:
npm install @healixai/react-widgetimport { HealixAIWidget } from '@healixai/react-widget';
function App() {
return (
<div>
{/* Your app content */}
<HealixAIWidget
apiKey="your_api_key_here"
primaryColor="#06B6D4"
position="bottom-right"
/>
</div>
);
}Method 3: Inline iframe
Embed HealixAI as a section of your page (e.g., dedicated "Ask HealixAI" page).
<!-- Inline iframe embed -->
<iframe
src="https://widget.healixai.com/chat?key=your_api_key"
width="100%"
height="600px"
frameborder="0"
allow="microphone"
style="border-radius: 8px;"
></iframe>Customization & Branding
Visual Customization
- • Custom brand colors
- • Your practice logo
- • Custom welcome message
- • Chat bubble position
- • Size and spacing
Functional Settings
- • Default language selection
- • Voice input on/off
- • Suggested questions
- • Collect patient name/email
- • Analytics tracking
White Label Available
For enterprise plans, we offer fully white-labeled solutions with your domain, complete branding control, and custom features.
Contact Sales for White Label →Need Help With Integration?
Our team is here to help. We offer free integration support for all plans.