Skip to main content
If you don’t need custom UI, the prebuilt screens get you a working support experience in minutes. They render inside a self-owned modal with a private nested navigator, so your router (GoRouter, Navigator 2.0) is never touched.

Open a screen

The host pushes one route; the SDK owns everything inside it.
From there, the SDK handles inbox → ticket detail → compose → image viewer internally. Control returns to your app when the user dismisses the modal.

The four screens

Theming

The prebuilt UI takes a single typed theme passed at init. Customization is deliberately small: colors and the app bar only. Anything beyond this means building your own UI with the headless methods.
No font, layout, spacing, or radius customization in v1. That’s “build your own UI” territory. The point of the theme is to keep the prebuilt screens from looking out of place, not to be a full design system.