# Page Bot Adapter — Embed Demo > English | [中文](./README.zh.md) A single self-contained HTML page that demos the LangBot **Page Bot** (`web_page_bot`) embeddable chat widget — the one you drop onto any website with a single ``. - `widget.js` is served by LangBot pre-configured for that bot UUID — title, bubble icon, language and optional Cloudflare Turnstile protection all come from the bot's config, no page changes needed. - Messages travel over a WebSocket to the bot's bound pipeline; replies stream back into the bubble. > The widget loads `widget.js` from your LangBot instance, so the **base URL > must be reachable from the browser** you open this page in. If LangBot runs on > a server, use its public address instead of `localhost`.