Skip to content
Widget SDK

Installation

Add the Widget SDK to your site with a single script tag from our global CDN.

Installation#

Add the Gydr Widget SDK to your site by including a single script tag. No npm packages, no build tools — just paste the snippet below before the closing </body> tag of your HTML.

The async attribute tells the browser to download the script in the background so it doesn't slow down your page load.

<!-- Load the Gydr Widget SDK (no API key needed yet) -->
<script src="https://cdn.infinichat.dev/widget.js" async></script>
Bundle size: ~5 KB (2 KB gzip). The SDK creates a sandboxed iframe for complete CSS isolation — your page styles are never affected.

We use cookies to run and improve Gydr.

Read our Cookie Policy