Is Convex the best choice? (For me)
Hey guys,
I’ve got a product which is a CRM/ Booking system and invoice system.
There is 70 tables in the db (currently using neon)
Jobs > vehicles > journeys > addresses
Jobs > invoices > payments
It’s multi Tentant.
So the real question is when asking LLMs would convex be a good option it’s saying no because of relation data and multi Tentant is hard to do , which I don’t think is true but want confirmation before making switch.
Thanks
5 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I expect it would work well, multi tenant can look a number of different ways, but it isn't harder to do in Convex. Fully relational as well. Happy to speak to specifics.
@erquhart Thanks for reply, Would be great!. One main question was auth, would Convex Auth working well enough for multi tentant? also does it support cross subdomain login (for shared auth)
Not sure on cross subdomain cookies for convex auth. But the hosted providers like WorkOS and Clerk support it, and Better Auth does too if you want to keep everything in your Convex db.
Yeah i went with better auth in the end.
so far so good 🙂