# Merged With Chat

Fuses XWUISuperEmail with a small "Chat" Super-app stub via the canonical `XWUISuperApp.merge(...)` workflow, mounting the plain `{ menuTree, pages }` descriptor into a base XWUISuperApp as `extraTree` / `extraPages` so both groups appear in the sidebar side-by-side (landing stays `email-inbox`). The inline `XWUISuperChatStub` (one Channels leaf over XWUIEmpty) keeps the example import-light and avoids a dependency cycle; real hosts swap it for `XWUISuperChat`.
