Skip to main content

Swap/Bridge Widget

Integrate Router OGA swaps and bridges into your product in one of two ways:

IntegrationBest for
npm packageReact apps: integrate via @routerprotocol/xplore-widget with BlinqWidget, built-in wallet providers, and theming.
iframe embedAny site or stack: plain HTML, CMS, or non-React frameworks — embed the hosted swap UI via <iframe>.

Both paths connect to the same Router OGA routing and liquidity. Use the Widget Playground to preview behavior and build configuration (npm config object or iframe JSON via the config query parameter, depending on your integration).

Where to go next