Appearance
UI Kit
Coming soon
Official UI components are in development. Build your interface with the SDKs today, or follow the patterns below.
Headless first
Sendsar is headless. You provide:
- Conversation list and message thread
- Composer and attachments UI
- Branding, navigation, and layout
The SDKs handle connect, send, receive, typing, and presence. See Client SDKs.
Recommended patterns
If you use MUI X Chat:
| Pattern | Purpose |
|---|---|
| Send adapter | Wire composer → client.sendMessage() |
| Message mappers | Map API Message → your UI model |
| Actions menu | Edit, delete, react |
| Inbox layout | List + active thread |
Planned UI Kit
- Pre-built adapters for popular UI libraries
- Inbox and thread components
- Message actions and reactions UI