PlatformLimits

General limits

To prevent abuse of our platform, we apply the following limits to all accounts.

StarterProEnterprise
Monthly active users included1001,000Custom
Monthly active users cap10025,000Unlimited
Projects100UnlimitedUnlimited
Average connections per MAUUp to 100Up to 500Custom
Maximum data stored size per roomUp to 10 MBUp to 20 MBCustom
Simultaneous connections per roomUp to 10Up to 50Custom
Simultaneous connections per projectUp to 1000Up to 100,000Custom
Team members per account310Custom
Monthly public key connections3,0003,000Custom

Comments

Comments is free up to 100 monthly active users and 2,000 comments per month. You can get higher limits for an additional $30/month.

CommentsIncluded$30/month
Monthly active users included1001,000
Monthly active users cap10025,000
Monthly comments cap2,000100,000

Notifications

Notifications is free up to 100 monthly active users and 2,000 notifications per month. You can get higher limits for an additional $20/month.

NotificationsIncluded$20/month
Monthly active users included1001,000
Monthly active users cap10025,000
Monthly notifications cap2,000200,000

Text editor

Text editor is free up to 100 monthly active users and 256 MB data stored. You can get higher limits for an additional $80/month.

Text editorIncluded$80/month
Monthly active users included1001,000
Monthly active users cap10025,000
Total GB stored256 MB8 GB

Realtime APIs

Realtime APIs is free up to 100 monthly active users and 256 MB data stored. You can get higher limits for an additional $80/month.

Realtime APIsIncluded$80/month
Monthly active users included1001,000
Monthly active users cap10025,000
Total GB stored256 MB8 GB

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.

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.

Liveblocks 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 realtime 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.