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
what are you using currently ?
Currently my stack is tanstack router, hono, neon & uploadthing in terms of what is costing me
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...
I really liked the look of this
$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
I've heard not so great things about convex auth, would it be worth switching to clerk?
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.
I really like betterauth but I wasn't sure with it all being in early alpha
^
The betterauth adapter for convex
yes, it's in alpha.
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?
you can create HTTP Actions with convex for that.
Refer this to learn more:
https://docs.convex.dev/functions/http-actions
HTTP Actions | Convex Developer Hub
Build HTTP APIs directly in Convex
Ooooo looks amazing, I may run a proxy ontop of it to mask the convex URL
you can use custom domain as well
but you will need pro plan todo that
Hmm okok
thanks for the help 🙏

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