TWWIM Integration Guide

Add TWWIM voice navigation to any website with a single script tag. No framework dependencies, no build step required. Works with static HTML, WordPress, Shopify, React, Next.js, Vue, Angular, and any other web platform.

Quick Start

Add the following script tag before the closing </body> tag of your website:

<script
  src="https://cdn.twwim.ai/widget.js"
  data-api-key="YOUR_API_KEY"
  async
></script>

Replace YOUR_API_KEY with the API key from your TWWIM dashboard. The widget loads asynchronously and does not block page rendering.

Configuration Options

AttributeTypeDescription
data-api-keystringYour TWWIM API key (required)
data-languagestringDefault language: "de" or "en" (auto-detected if omitted)
data-positionstringWidget position: "bottom-right" (default), "bottom-left", "top-right", "top-left"
data-themestringColor theme: "auto" (default), "light", "dark"
data-activationstringActivation mode: "click" (default) or "hotkey"

Platform Compatibility

Browser Support

TWWIM supports all modern browsers with Web Speech API: Chrome 33+, Edge 79+, Safari 14.1+, Firefox 85+ (with SpeechRecognition flag). Mobile browsers on iOS Safari and Android Chrome are fully supported.

Features by Plan

Free

Lite

Starter

Next Steps