> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rheon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Widget

> The Rheon deposit widget - what it does today and how you will embed, theme, and listen to it.

The widget is the deposit flow your users see. Today it runs as a live preview; the way
you embed and configure it in your own app is being finalized.

## See it live

A preview runs at [rheon-app.vercel.app](https://rheon-app.vercel.app).

## Embed

<Note>
  **Coming soon.** The supported embed method (iframe or SDK) and a copy-paste snippet will
  be documented here once they are real and tested. No example is shown until then.
</Note>

## Theming

<Note>
  **Coming soon.** White-label theming (colors, logo, radius) will be configurable so the
  widget matches your brand.
</Note>

## Lifecycle events

<Note>
  **Coming soon.** When embedded via the SDK (or via `postMessage` from the iframe), the
  widget will emit events so your page can react without polling - for example deposit
  started, routing, source confirmed, completed, and failed. The exact event names and
  payloads will be documented here once defined.

  Use these for in-page UX. Use [webhooks](/webhooks) for anything your backend must trust,
  such as crediting the user.
</Note>
