Fizz
Fizz3mo ago

Hey, I want to give convex a shot but I'

Hey, I want to give convex a shot but I'm worried about pricing, could someone give me a realistic example?
17 Replies
kamal.panara
kamal.panara3mo ago
what are you using currently ?
Fizz
FizzOP3mo ago
Currently my stack is tanstack router, hono, neon & uploadthing in terms of what is costing me
Fizz
FizzOP3mo ago
Convex
v1 open-source starter kit
An open-source starter kit based on an open-source starter kit by Midday. Ported to Convex. Everything you need to build...
Fizz
FizzOP3mo ago
I really liked the look of this
Honey
Honey3mo ago
$0.05 to a maximum of $0.35 per user, including everything. I have a complex app where each user runs 30k–70k functions per month, which I think is quite cheap. you are buidling saas i think clerk + vercel + convex wont cost you more than .6 per user with no discount , and i think it will less than stripe or polar fee
Fizz
FizzOP3mo ago
I've heard not so great things about convex auth, would it be worth switching to clerk?
kamal.panara
kamal.panara3mo ago
I have been using clerk with convex, haven't had any issues so far. If you feel clerk is not right option for your use case then go with BetterAuth + Convex.
Fizz
FizzOP3mo ago
I really like betterauth but I wasn't sure with it all being in early alpha ^ The betterauth adapter for convex
kamal.panara
kamal.panara3mo ago
yes, it's in alpha.
Fizz
FizzOP3mo ago
Hmm. Last thing, I was curious as my product will need a public API which our customers can use ( just a normal rest API should do ), I'm curious how doable this is with convex?
kamal.panara
kamal.panara3mo ago
you can create HTTP Actions with convex for that.
kamal.panara
kamal.panara3mo ago
HTTP Actions | Convex Developer Hub
Build HTTP APIs directly in Convex
Fizz
FizzOP3mo ago
Ooooo looks amazing, I may run a proxy ontop of it to mask the convex URL
kamal.panara
kamal.panara3mo ago
you can use custom domain as well but you will need pro plan todo that
Fizz
FizzOP3mo ago
Hmm okok thanks for the help 🙏
kamal.panara
kamal.panara3mo ago
No description
Honey
Honey3mo ago
https://convex-saas-kit.vercel.app/ https://github.com/arjunkambj/next-convex-saas-starter-kit if someone want to get started with nextjs and convex auth -has good looking components -RBAC -Landing page -user Profile -onboarding -team invite systum -good sidebar -design system you can use this starter kit

Did you find this page helpful?