Skip to main content
The recommended way to integrate Molin AI in your Android app is by rendering our widget inside a WebView component. You can see here a demo implementation for the webview. Example:
<!DOCTYPE html>
<html>
  <head>
    <script type="module" src="https://widget.molin.ai/shop-ai.js?w=gt010n7t"></script>
  </head>
  <body>
    <molin-shop-ai-chat widget="gt010n7t"></molin-shop-ai-chat>
  </body>
</html>
I