- Web embed. Copy a snippet from the dashboard and paste it into your site. The snippet renders a floating launcher or an inline panel and needs no build step. Most integrations need nothing more than this.
- React Native SDK. Install
@chatropic/react-nativeto render a native chat UI inside your iOS and Android apps, branded from your Mobile app deploy profile. The SDK is currently Beta.
Choose your surface
Web embed
Paste the website widget or inline panel snippet from Deploy > Chat widget > Embed. No SDK required.
React Native quickstart
Install the SDK and show a chat launcher in your app in under 10 minutes.
What you will work with
- A publishable key from the Mobile app deploy profile authenticates the React Native SDK. It is safe to ship in app code.
- Navigation cards let the agent deep-link users to pages in your product. You wire one callback (
onNavigateon mobile, a host-page listener on web) to your router. - Signed-in user identity (
endUserId, plus an optional signed identity token) connects conversations to known users and powers authenticated actions.
Keep reading
Architecture
How a chat turn flows through knowledge and actions.
Authentication & identity
Publishable keys and signed-in user identity.
Embed navigation
Handle deeplinks from the web embed.
Capability matrix
Stable, Beta, and Planned features at a glance.