Contributing
Build, test, document, and publish your own Chat SDK adapters for any messaging platform.
Chat SDK is designed to be extended. You can build adapters for any messaging platform using the same Adapter interface that powers the Vercel-maintained adapters.
Guides
Building a community adapter
Implement the Adapter interface, handle webhooks, and parse messages for your platform.
Testing adapters
Write unit tests, integration tests, and replay tests for your adapter.
Documenting your adapter
Write a README, configuration reference, and usage examples.
Publishing your adapter
Package, version, and publish your adapter to npm.