Should I use convex?
Hey everyone, I'm building a product to enable lead screening / data enrichment for outbound sales reps.
Users can upload lists, enrich various data points, and execute actions in their CRM / email sequence tools.
This can be done manually or via our agent.
We're currently using tanstack + react FE + hono BE + supabase / drizzle DB / pgmq.
Considering switching to convex to:
- consolidate hono / supabase / drizzle / pgmq
- simplify our ai-chat persistent streaming
- simplify state mgmt when agent executes actions
That said, I'm concerned our heavy 3rd party API usage might make convex impractical
For example, we may have to run 1000 enrichment operations (in a queue) on a set of companies for the user
Is convex a good fit for this type of app? Or is a traditional BE more practical?
1 Reply
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!