#Multi tenant project based split

1 messages · Page 1 of 1 (latest)

shy stirrup
#

Can I design my app to ensure that each tenant has a convex project? The pricing indicates support for over 100 projects, but is there a limit on the number of convex projects, and is there additional pricing associated with having more than 100 convex projects? Is it possible to have 1,000,000 projects, or is the convex architecture not designed to support that scale?

last bobcatBOT
#

Hi @shy stirrup. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the available knowledge sources:

  • Convex allows you to create multiple projects per team. On the Professional plan, the documented limit is 100 projects per team. The Free/Starter plan allows up to 20 projects per team. These limits are explicitly stated in the documentation and are per team, not per account or organization. There is no mention of a way to increase this limit beyond 100 projects per team in the standard plans, though the documentation does mention that some limits can be lifted for Professional plan customers on a case-by-case basis if you contact support, but this is usually for function execution limits, not project count specifically Production > State > Limits.

  • There is no information in the knowledge sources about supporting 1,000,000 projects. The architecture and pricing are not described as supporting this scale, and the highest documented project count is 100 per team. There is also no mention of additional pricing for exceeding 100 projects, only that this is the upper limit for the Professional plan.

  • If you need to orchestrate multiple Convex projects (for example, in a multi-tenant SaaS scenario), you can use the Platform APIs to manage projects programmatically, but again, the documented limits apply Platform APIs.

#

Summary:
You can design your app so that each tenant has a separate Convex project, but the current documented limit is 100 projects per team on the Professional plan. There is no information supporting the feasibility of 1,000,000 projects, and the architecture does not appear to be designed for that scale. For needs beyond the documented limits, you would need to contact Convex support to discuss your use case Production > State > Limits.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: