Platform - Limits

General limits

StarterProEnterprise
Monthly collaborative users included100250Custom
Monthly collaborative users limit10010,000Unlimited
Monthly active users limit5,000UnlimitedUnlimited
Projects limitUnlimitedUnlimitedUnlimited
Average connections per MAUUp to 100Up to 500Custom
Maximum storage size per roomUp to 5 MBUp to 20 MBCustom
Simultaneous connections per roomUp to 20Up to 50Custom
Comments created per month1,0001,000Custom
Team members per account110Custom

Monthly active users

Learn more about how monthly active users are calculated for each plan on our plans page.

Simultaneous connections per room

Learn more about handling simultaneous room connection limits in our guide about joining rooms at maximum capacity.

Comments Plus add-on

If 1,000 comments created per month isn’t enough for you, you can add Comments Plus to the Pro plan for $199/month. It includes 10,000 comments per month. You can also contact us to enable more comments on the enterprise plan.

Other limits

roomId limit

A roomId cannot exceed 128 characters.

userId limit

A userId cannot exceed 128 characters.

userInfo limit

userInfo sent from the authentication endpoint cannot exceed 1024 characters once serialized to JSON.

Broadcast event limit

Broadcast event messages have a limit of 1 MB.

Storage limits

  • A LiveObject cannot exceed 128 kB when totalling the size of the keys and values.
  • A LiveMap can be any size, so long as each individual value does not exceed 128kB.
  • A LiveList can be any size, so long as each individual value does not exceed 128kB.

Note that when one real-time data structure is nested inside another, it does not count towards the limit. Only the JSON leaves of your data structure count towards the limit. For example, if a LiveList is nested inside a LiveObject, the LiveList and its contents do not count towards the LiveObject’s data limit.