Drimer Docs

Configuration Overview

How to configure the Amelia Widget's appearance and behavior.

The config object passed to Drimer.init() controls the widget's appearance and language. All config properties are optional — sensible defaults are applied when omitted.

Drimer.init({
  publicKey: "pk_live_...",
  token: "your_session_token",
  element: "#amelia",
  config: {
    locale: "en",
    theme: {
      primaryColor: "#2563eb",
      primaryColorForeground: "#ffffff",
    },
  },
});

Configuration sections

  • Options — all Drimer.init() parameters
  • Theming — customize colors via CSS custom properties
  • Localization — supported languages and locale codes

On this page