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
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.
I currently watching the video right now too
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.
yeah, right now I really like the starter from @Daniel Kanem / @erquhart . that would be my recommendation
@Clayton here's the starter https://www.convex.dev/templates/convex-saas
Convex TanStack SaaS Starter
A production-ready Convex Stack for your next SaaS application with Convex Auth, Stripe, TanStack, Resend, Tailwindcss, and shadcn.
The remix starter? is that using convex?
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.