ryantbrownR
Convex Community2mo ago
1 reply
ryantbrown

Multiple convex projects / backends inside a single monorepo

Advice
Has anyone done something similar to this:

Single monorepo with two directories:
platform
and
customers

platform
is internal shared code used by all customers
-
platform/packages/backend
- internal convex project for global resources (credentials, tenants, etc.)
customers
has one sub-directory for each customer:
-
customers/acme/apps/*
- deployable applications (agents, dashboards, etc.)
-
customers/acme/packages/backend
- customer specific convex backend/project

Is it possible to develop in a monorepo this way with multiple convex projects?
Is there anything to know about the management APIs that would help?

I would very much appreciate any insight.
Was this page helpful?