The repo provides ready code sample of ConnectyCube chat widget integration.
Chat widget is a React component that seamlessly integrates ConnectyCube's real-time chat capabilities into your web applications. This widget offers an out-of-the-box solution for embedding chat features—such as instant messaging, user presence, and file sharing—without the overhead of building a complete chat system from scratch.
https://connectycube-chat-widget-angular.onrender.com
Split-view chat widget:
Single-view chat widget:
npm i
Register new account and application at https://admin.connectycube.com and take Application credentials ( App Id and Auth Key) from 'Overview -> Credentials' page.
Generate default widget config with your credentials:
APP_ID=123 APP_AUTH_KEY=... sh apply-default-config.sh
You can edit config (src/app/config) your self by replacing placeholder variables ('REPLACE_APP_ID', 'REPLACE_APP_AUTH_KEY' etc.)
npm start
npm run build
Follow ConnectyCube chat widget integration documentation for installation guide and available props.
- Blog
- X (twitter) @ConnectyCube
MIT

