Realtime collaboration inside Digital Twins

Realtime collaboration inside Digital Twins

Add value to your digital twin application by offering synchronous collaboration. Integrate the SuperViz SDK to enable seamless video conferencing, avatars, shared pointers, state synchronization, and more.

				
					const sdk = await SuperVizSdk.init(<DEVELOPER_TOKEN>, {
    group: {
      id: <GROUP_ID>,
      name: <GROUP_NAME>,
    },
    participant: {
      id: <PARTICIPANT_ID>,
      name: <PARTICIPANT_NAME>,
      type: <PARTICIPANT_TYPE>,
    },
    roomId: <ROOM_ID>,
  });
				
			
GETTING STARTED

Easy Integration

Our feature-rich SDK gets you up and running with just a few lines of code.

Compatibility

Use the SuperViz plugins to speed up your integration. Build your own or use one from our ready-to-go library. 

Industries

AEC Industry

SuperViz’s SDK and API can be easily integrated into existing AEC digital twin applications, enabling collaboration inside projects and making it easy to add synchronous collaboration features without disrupting existing workflows.

Real Estate

SuperViz enables you to offer an immersive experience to your users, whether it’s for sales or home inspections. Increase sales and build relationships, even when everyone is interacting remotely.

Manufacturing

By adding real-time collaboration and video conference to your product, you can minimize iterations, expedite approval phases, and increase productivity among remote stakeholders.

Core Features

collaboration inside Digital Twins meeting

Immersive meetings

A fully customizable video conferencing layer that allows for up to 250 people, with features such as chat, grid view, and screen sharing options included.
collaboration inside Digital Twins with adapters

Plugins

Our plugins allows for automatic integration of avatars, mouse pointers, and controls within your Digital Twin. This makes it easier and faster to incorporate features.

collaboration inside Digital Twins with a Real-time data engine

Realtime Data Engine

Add an extra layer of collaboration inside Digital Twins by synchronizing your app properties in real time between meeting participants, enhancing the interactive experience for all users.

Collaboration inside Digital Twins with avatars

Avatars

Increase sense of presence with avatars by adding your own models for meeting participants. Flexible support for glb and GLTF models.

SuperViz API and SDK meeting broadcast

Broadcast

Broadcast mode for up to 230 people. With this mode you can allow audience participants to follow live meetings with chat access.

SuperViz API and SDK dashboard

Dashboard

Developer dashboard with detailed usage statistics and management.

Enhanced communication

Real-time collaboration tools facilitate seamless communication among team members, clients, and stakeholders, regardless of their physical location. This can lead to more effective discussions, faster decision-making, and improved overall project coordination.

SDK examples

Visit our demo library for in-depth resources and inspiration. Find examples to help you implement quickly using our plugins and easily build the features you need.

ENHANCE COLLABORATION

Realtime Data Engine

Declare custom properties that will be synchronized between participants in the same meeting room.
You can synchronize 3D models, digital twins, 2D content, States, Selections, Objects, and anything else to meet your needs.

				
					sdk.subscribe('syncPropertyName', onSyncPropertyChange);

onSyncPropertyChange(payload: any) {
  // payload is the new value of the property you've changed
  // do something
}
				
			
				
					sdk.setSyncProperty('syncPropertyName', 'new value');
				
			

Trusted by

FAQ

Plugins automatically implement avatars, pointers, and controls into your favorite 3D viewer or Library with just a few lines of code. We take care of synchronized avatar and mouse positions without any custom code.

Yes! Plugins are not required. You can choose to build your own plugin by utilizing our real-time data engine or just add our basic SDK functionality into your web-app.

No, we currently only support browser-based web applications.

SuperViz uses a pay-as-you-go plan. You pay per meeting minute per user. See more details on our pricing page.

Yes, the idea is that you always use your own avatars. If you don’t have an avatar, don’t worry, you can create them on our Ready Player Me partner page here: https://superviz.readyplayer.me/

Yes, full body avatars are available when using our threeJS plugin.

We are happy to help and would love to hear your feature requests and feedback. We use Github’s issue management to track everything. Feel free to create tickets and we’ll get back to you as quickly as possible. Access our GitHub issue management here.

Custom themes are coming soon. You can follow our roadmap here: https://github.com/orgs/SuperViz/projects/1

This website uses cookies to give you the best experience. See our Privacy Policy for further details.