Skip to main content
There will be a few ways to put Rheon inside your product. The exact integration details are being finalized - this page describes the planned options and what each is for.
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.
OptionWhat you getBest whenStatus
Hosted iframeThe full widget embedded in your page. Fastest to ship.You want to launch quickly with minimal code.Coming soon
SDKThe widget as a component, with events and theming in your app.You want control over UI and lifecycle events.Coming soon
RedirectYou send the user to a hosted Rheon URL and they return after.You cannot embed (e.g. some mobile flows).Coming soon
A proposed design for these - embed variants, secure widget URL, chain/token filtering, and lifecycle events - is in Proposals → Integration for team review.

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.