Private DMs for team members
Build a 1-on-1 chat so users can talk privately and share images and documents without using third-party apps.
Create channels similar to Slack
Bring remote teams together by building your version of Slack. One you can customize any way you like.
Chat for video conferencing
With TalkJS, you can easily add a chatbox for hundreds of users next to any video communication feature.
Integrate chat with a few lines of code
You just need to tell us which conversation to display, who's chatting, and where to show it on the page. We take care of the rest! And if you want a deeper integration, we have all the APIs you'll need to add functionality or integrate into your own systems.
1<Session appId="9352938974" userId={me.id}>2 <Chatbox conversationId={conversation.id}/>3</Session>
Tune the look and feel of your chat
You can deeply customize the chat UI with HTML and CSS. With TalkJS Themes you have complete control over the styling, the layout, and document structure of the chat messages and the possibility to show metadata.