Clayton
Clayton•5mo ago

I would love some opinions on this from

I would love some opinions on this from the community. I'm starting a side project and before I start builidng I was thinking of useing either the Convex TanStack SaaS or Convex Ents SaaS starters to save myself some time... I love clerk, so I was leaning towards the Ents Starter, but he TanStack is a little more robust... The project will be a simple application where users would signup create campaigns and purchase business leads, nothing too crazy. Thoughts and prayers are welcome LOL. I just recently launched a Convex AI product that is B2B related, so I'm not a noob 😉 just a little lazy.
7 Replies
Matt Luo
Matt Luo•5mo ago
Between those two options, if I were starting today, I'd use Convex TanStack SaaS. I am familiar with Ents and have coded with it. The main use of Ents is the more ergonomic syntax to traverse relationships. Most people use Next.js but I am watching Tanstack Start to see if I should migrate to that in the future.
Clayton
ClaytonOP•5mo ago
I currently watching the video right now too
Matt Luo
Matt Luo•5mo ago
Yeah, my understanding is Next.js is optimal for ecommerce/product/marketing pages. It takes a lot of skill to make the most of Next.js, like the optimistic updates, SSR, etc.
jamwt
jamwt•5mo ago
yeah, right now I really like the starter from @Daniel Kanem / @erquhart . that would be my recommendation
Wayne
Wayne•5mo ago
Convex TanStack SaaS Starter
A production-ready Convex Stack for your next SaaS application with Convex Auth, Stripe, TanStack, Resend, Tailwindcss, and shadcn.
Clayton
ClaytonOP•5mo ago
The remix starter? is that using convex?
erquhart
erquhart•5mo ago
The original remix starter is not using Convex - the link above is a fork of that starter that replaced Prisma and fly.io with Convex, and Remix with Vite + TanStack router.

Did you find this page helpful?