Set up UI SDK

The UI SDK is a script that runs directly inside a website or web-based application.

How it Works (High Level)

  • A JavaScript snippet is added to the webpage.
  • The UI SDK renders directly inside the site, allowing users to interact with it without leaving the platform.

Advantages:

  • Provides a fully embedded experience within the website.
  • Allows for some customization to match branding.
  • No need to redirect users outside the site.

Considerations

  • Requires basic front-end work to embed the script.
  • Only works on web-based platforms (not suitable for native mobile apps).