Announcing the Flutter SDK
We shipped a Flutter SDK! From now on, you can integrate TalkJS into your Flutter app without having to write
We shipped a Flutter SDK! From now on, you can integrate TalkJS into your Flutter app without having to write
Tutorial on integrating TalkJS chat with a Flask and SQLite backend, storing user data and creating TalkJS users from REST endpoints.
Tutorial on adding quick-reply buttons to a TalkJS Inbox using HtmlPanel, sending predefined messages via the ConversationBuilder's sendMessage method.
Case study on how gaming marketplace Itemku replaced its in-house messaging with TalkJS to add real-time, post-checkout buyer-seller chat with notifications.
Manage multiple TalkJS accounts and team member permissions with role-based access control and multi-tenant projects.
Tutorial on implementing file upload for TalkJS chat in a native Android WebView using Kotlin, WebChromeClient, and the Activity Result API.
TalkJS group chat now supports thousands of participants, enabling use cases like live-streaming chat, team collaboration channels, and virtual conference chatrooms.
Tutorial on customizing TalkJS email notification bodies using roles, HTML/Text templates, and Macro syntax, with an Unlayer-based advanced example.
Tutorial on integrating TalkJS chat with a Spring Boot and H2 database backend, storing user data and creating TalkJS users from REST endpoints.
TalkJS chat now supports message deletion via an action menu, with role-based permissions controlling who can delete their own or all messages.
This guide shows you how to add chat to your Vue app with TalkJS.
Tutorial on building a teacher-student group chat with TalkJS, including user roles, file-sharing permissions, and role-based theme customization.