website widget
embed an AI chat widget on any site with two lines of code. works with React, Next.js, Vite, Vue, and plain HTML.
view widget docs
integrate intelligent chat into any website or mobile app in minutes — no ML experience needed.
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 @uselingu/react-native-sdk react-native-webviewimport { 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.