matiasM
Convex Communityβ€’7mo agoβ€’
1 reply
matias

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?
Was this page helpful?