Disposable Discounter
DiDi public platform

Chatbot public front

Installation-aware widgets, public APIs and embeddable product experiences for the isolated Disposable Discounter platform.

Realtime runtime

Public chatbot front powered by OpenAI Realtime, DiDi tools and iframe-safe host actions.

The panel below is the live runtime UI itself. It negotiates a realtime session with the public API, loads DiDi instructions and tools from Mongo-backed settings, and keeps the floating widget aligned through the same iframe surface underneath. The production embed snippet now auto-creates its floating host, so GTM installs no longer need a manual placeholder div.

B
DiDi chatbot

Billy

Runtime notes
  • 1. Widget bootstrap validates `Origin` and returns Mongo-backed presentation settings.
  • 2. The browser receives a short-lived realtime client secret, not a raw OpenAI API key.
  • 3. Product search, FAQ lookup, order status and escalation tools execute server-side.
  • 4. Host bridge suggestions remain explicit intents, never arbitrary JavaScript.
  • 5. Floating installs can mount without a host `div`, which keeps GTM deployment copy-paste friendly.