Website Widget
Embed a beautiful AI chat widget on any website with just 2 lines of code. Works with React, Next.js, Vite, Vue, and plain HTML.
View Widget Docs
Integrate intelligent chat support into any website or mobile app in minutes
Add this to your HTML before the closing </body> tag:
<script>
window.linguConfig = {
apiKey: 'your-api-key-here'
};
</script>
<script src="https://widget.uselingu.app/widget.js"></script>Install and use the LinguChat component:
npm install @lingu/react-native-sdk react-native-webviewimport { 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.