Deployment Options
Website Embed
Add a chat widget to your website with one line of code. Fully customizable design and behavior.
- ✓ One-line install
- ✓ Custom branding
- ✓ Mobile responsive
- ✓ No coding required
Facebook Messenger
Connect your Facebook Page and let your agent respond to Messenger conversations automatically.
- ✓ OAuth integration
- ✓ Auto-responses
- ✓ Real-time sync
- ✓ Message history
Instagram DMs
Respond to Instagram Direct Messages automatically with your trained AI agent.
- ✓ DM automation
- ✓ Story replies
- ✓ Comment responses
- ✓ Media support
REST API
Integrate with any platform using our REST API. Full programmatic control over your agent.
- ✓ RESTful endpoints
- ✓ WebSocket support
- ✓ API keys
- ✓ Rate limiting
Mobile Apps
Native iOS and Android SDKs for seamless integration into your mobile applications.
- ✓ iOS SDK
- ✓ Android SDK
- ✓ React Native
- ✓ Flutter support
WhatsAppSoon
WhatsApp Business API integration coming soon. Join the waitlist!
- ⏳ Business API
- ⏳ Auto-replies
- ⏳ Media messages
- ⏳ Templates
Easy as One Line of Code
Add your AI agent to any website in seconds
<!-- Add this to your website's <head> or before </body> -->
<script>
(function(w,d,s,o,f,js,fjs){
w['AlonChatWidget']=o;w[o]=w[o]||function(){
(w[o].q=w[o].q||[]).push(arguments)};
js=d.createElement(s),fjs=d.getElementsByTagName(s)[0];
js.id=o;js.src=f;js.async=1;fjs.parentNode.insertBefore(js,fjs);
}(window,document,'script','alonChat','https://cdn.alonchat.com/widget.js'));
alonChat('init', {
agentId: 'YOUR_AGENT_ID',
position: 'bottom-right',
primaryColor: '#4F46E5'
});
</script>