Deploy Anywhere. Connect Everything.
Three deployment options for every channel. Integrations that connect your chatbot to the tools your business already uses.
Deployment Options
Three Ways to Deploy
Choose the deployment that matches how your customers interact with your business — or use all three.
Hosted Chatbox
A standalone chat page hosted on your custom domain or a Gydr URL. Share a link via email, SMS, or social media and your customers can start chatting instantly — no website required.
Best for: QR codes, email links, social media bots
Embedded Chatbox
Embed the chat interface directly into any page on your website with a simple code snippet. It blends seamlessly into your existing layout — your visitors never leave the page.
Best for: Help centres, product pages, landing pages
Chat Bubble
A floating chat button in the corner of your website that expands into a full conversation window. Always accessible, never intrusive — positioned bottom-left or bottom-right.
Best for: E-commerce, SaaS, corporate websites
Built-In Integrations
Connect Your Tools
Extend your chatbot's capabilities by connecting it to the services your business already relies on.
Google Sheets
Read and write data to Google Sheets directly from your chatbot. Log enquiries, capture leads, or pull real-time data into conversations.
- Read spreadsheet data
- Append new rows
- Real-time sync
Integration API
Manage products and FAQs programmatically (Growth+). Send data from your CRM, ERP, or inventory system to keep your knowledge base always up to date.
- RESTful endpoints
- Bulk operations
- API key auth
Widget SDK
Full JavaScript SDK for advanced deployment. Control the chatbox programmatically, pass visitor identity, and customise behaviour.
- Programmatic control
- Visitor identity
- Event callbacks
Widget SDK
Developer-Friendly SDK
A lightweight JavaScript SDK (~5KB) that gives you full control over the chatbox experience. Deploy as a chatbox, bubble, or pass visitor identity for personalised conversations.
- One script tag — that's all it takes
- CSS isolation via iframe — no style conflicts
- Pass customer identity for personalised greetings
- Full documentation with code examples
<script src="https://cdn.gydr.ai/sdk.js"></script>
<script>
Gydr.bubble({
apiKey: "your-api-key",
position: "bottom-right"
});
</script>