Skip to content

LinguAI Customer Support

Integrate intelligent chat support into any website or mobile app in minutes

Lingu Chat Widget

Quick Start

Website Widget

Add this to your HTML before the closing </body> tag:

html
<script>
  window.linguConfig = {
    apiKey: 'your-api-key-here'
  };
</script>
<script src="https://widget.uselingu.app/widget.js"></script>

React Native SDK

Install and use the LinguChat component:

bash
npm install @lingu/react-native-sdk react-native-webview
tsx
import { LinguChat } from '@lingu/react-native-sdk';

<LinguChat apiKey="your-api-key-here" />

Need an API Key?

Log in to your Lingu Dashboard and navigate to Settings → Widget Integration to get your API key.

Powered by Lingu