Collaboration Kit
Real-time collaboration in Vaadin apps
What is Collaboration Kit?
Collaboration Kit is an integrated, simple way to implement real-time collaboration, such as simultaneous editing or a chat.
You can build collaborative features directly into Vaadin Flow applications: Don't rely on third-party tools, when you can directly integrate these features – giving you security, reliability, and complete control over all your sensitive data.
Edit a form together
Discuss
Collaborative UX is the future of enterprise applications!
How does it work?
- By providing integrated server logic, Collaboration Kit synchronizes user-state and data across multiple client instances of a web app in real time. It can be hosted on any on-premise server.
- Ships with a high-level API tailored for specific use cases and low-level Topic APIs providing more fine-grained control over its features.
- Fully supported with Vaadin's extensive free and commercial support services covering all aspects of the Vaadin platform.
Installs with just a few lines of code
Collaboration Kit is easy to set up and integrate into new or existing Vaadin Flow apps. Use the Collaboration Avatar Group component to display active users in a specific area of the application, and simply subscribe to any Vaadin Java UI component, view, or application to a collaboration topic, using the API to enable collaboration capabilities.
You can enable all the features in only 4 easy steps.
Fully secure with on-premise hosting
Collaboration Kit can be hosted on any on-premise or cloud server that supports Docker. Sensitive data never leaves your servers, making it easy to ensure regulatory compliance and data security.
Collaboration Kit is suitable for intranet or offline usage and supports a wide range of access control and security options.
Integrate with Vaadin components or build custom features
Collaboration Kit comes with a set of collaborative-ready UI components, and a set of 'managers' that help you extend their use cases to other components.
If our current or upcoming features aren’t an exact match for your specific requirements, then you can use the low-level Topic API to program them yourself.
More great features to boost DX and productivity
Works with any Vaadin Component
Unparalleled development velocity
Developed and optimized for Vaadin
Shrink your maintenance overhead
End-to-end support for your application
Excellent user experience by default
Free and Open Source
Developing with Collaboration Kit is free. Starting from V24.5, no additional licenses are required when taking your application to production.
Frequently Asked Questions
Is Collaboration Kit a stable, feature-complete and ready for production usage?
Yes. It has been extensively tested and is ready to be used in production. It is also feature-complete, in that it enables collaborative editing, but additional functionality will be introduced regularly over the coming months. For more information, please see our roadmap.
Which servers support hosting the Collaboration Kit?
Collaboration Kit can only be deployed directly on the application server (in-memory).
We're currently working on a BYOB (Bring Your Own Backend) approach, which means you will be able to reuse existing clustering infrastructure to distribute data within a cluster.
What programming languages does Collaboration Kit support?
Which Vaadin version should my application be built on to use Collaboration Kit?
Vaadin 20 and newer versions include Collaboration Kit as part of the Vaadin platform. It can also be used in Vaadin 14 as a separate package. This means that the relevant dependency must be added to the pom.xml file of the application.
To use Collaboration Kit for free, use Vaadin 24.5 or newer versions.