Should I use convex?
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?
