SDKs
The trial ships /widget.js and an iframe. iOS, Android, and React Native load the same messenger through the official embed URL — not a second native chat product. Theme and launcher still live in Widget.
<script src="https://coveinbox.co/widget.js" data-website="YOUR_PUBLIC_KEY" async></script>
Cove ships a website script and an official mobile WebView SDK. iOS, Android, and React Native load /w/{key}?sdk=1 with a persisted visitor UUID. Operators install the inbox as a PWA.
Ships
/widget.js and an iframe. Snippets for HTML, Next.js, and React live on /sdk/web.
Ships
Official wrappers on /sdk/mobile. Same messenger, same inbox, same origin lock.
FAQ
Web script, official mobile WebView SDK, PWA inbox.
Yes. Official WebView wrappers for React Native, Swift, and Kotlin live on mobile SDK. The website snippet is on install.
In Widget studio, not as snippet attributes. The tag and the embed URL only carry the public key.
Yes. Use the official component on mobile SDK, or load a site that already has the snippet and list that origin.
Blog