Skip to main content

Introduction

Welcome to the SuperViz docs! Here you’ll learn how to implement SuperViz into your application.

Our developer tools enable you to add a range of collaboration features, requiring only a few lines of code.

SuperViz provides a complete suite of components, all synchronized with an advanced Real-time Data Engine, enabling real-time collaboration within any application based on JavaScript.

The SuperViz developer tools consists of three core components: Room, Components, and a REST API. These components form the foundation of SuperViz's capabilities.

intro-diagram.png

tip

If this is the first time you’ve heard of our SuperViz or collaboration tools, we suggest you look at our key concepts section which explains the most used concepts in our SDK.

How to start coding with SuperViz? First, you’ll need to create an account to retrieve a SuperViz Token. Then, you must install and setup the SDK in your project.

Happy coding!

SuperViz Team