We're maintaining a core set of first-party adapters as part of Chat SDK.
First-party adapters in this repo
Platform adapters
- Slack (
@chat-adapter/slack)
- Microsoft Teams (
@chat-adapter/teams)
- Google Chat (
@chat-adapter/gchat)
- Discord (
@chat-adapter/discord)
- Telegram (
@chat-adapter/telegram)
- GitHub (
@chat-adapter/github)
- Linear (
@chat-adapter/linear)
- WhatsApp (
@chat-adapter/whatsapp)
State adapters
- Redis (
@chat-adapter/state-redis)
- ioredis (
@chat-adapter/state-ioredis)
- PostgreSQL (
@chat-adapter/state-pg)
- Memory (
@chat-adapter/state-memory)
If you're building an adapter outside of this set, we'd love to feature it. Community adapters are a great way to extend the SDK to new platforms and storage backends.
Use this issue for
- general requests for new platform adapters
- general requests for new state adapters
- sharing community adapters
- expressing interest in contributing an adapter
Open a dedicated issue instead if
- you have a concrete proposal or API shape for a new adapter
- you're actively implementing an adapter and want design feedback
- the issue is about an existing adapter bug or feature request
- the issue is about shared adapter architecture or interfaces
Low-detail duplicate adapter requests may be closed in favor of this thread.
Existing community adapters
If you've built an adapter or are working on one, drop a comment here.
If you'd like your adapter featured, please also open a PR to add it to the adapters directory. We use that PR as the review point before adding it to the list here.
We're maintaining a core set of first-party adapters as part of Chat SDK.
First-party adapters in this repo
Platform adapters
@chat-adapter/slack)@chat-adapter/teams)@chat-adapter/gchat)@chat-adapter/discord)@chat-adapter/telegram)@chat-adapter/github)@chat-adapter/linear)@chat-adapter/whatsapp)State adapters
@chat-adapter/state-redis)@chat-adapter/state-ioredis)@chat-adapter/state-pg)@chat-adapter/state-memory)If you're building an adapter outside of this set, we'd love to feature it. Community adapters are a great way to extend the SDK to new platforms and storage backends.
Use this issue for
Open a dedicated issue instead if
Low-detail duplicate adapter requests may be closed in favor of this thread.
Existing community adapters
If you've built an adapter or are working on one, drop a comment here.
If you'd like your adapter featured, please also open a PR to add it to the adapters directory. We use that PR as the review point before adding it to the list here.