Skip to content

linguagentic AI customer support

integrate intelligent chat into any website or mobile app in minutes — no ML experience needed.

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 @uselingu/react-native-sdk react-native-webview
tsx
import { LinguChat } from '@uselingu/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.

built with lingu