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.
1import { Session, Chatbox } from "@talkjs/react";23<Session appId="t824ba8" userId="pete">4 <Chatbox conversation="workshop" className="chatbox"/>5</Session>
Tune the look and feel of your UI
It's easy to customize anything you'd prefer to change from the default TalkJS theme. Our built-in theme editor lets you control the style, layout, and even what data is displayed.