Planned - details coming soon. The widget is a live preview today
(rheon-app.vercel.app). The embed methods below, their
code, and configuration will be documented here once they are real and tested.
| Option | What you get | Best when | Status |
|---|---|---|---|
| Hosted iframe | The full widget embedded in your page. Fastest to ship. | You want to launch quickly with minimal code. | Coming soon |
| SDK | The widget as a component, with events and theming in your app. | You want control over UI and lifecycle events. | Coming soon |
| Redirect | You send the user to a hosted Rheon URL and they return after. | You cannot embed (e.g. some mobile flows). | Coming soon |
Secure widget URL
Coming soon. For production, your backend will request a signed widget URL so the
configuration cannot be tampered with. This is the recommended pattern for white-label
deposits.
SDK
Coming soon. The SDK will expose the widget as a component with lifecycle events and
theming hooks, so your app can react to the flow in real time. It is being built
alongside the routing layer.