aarku
aarku•2mo ago

Convex Clerk Users Table Example

11 Replies
ballingt
ballingt•2mo ago
OK should be working now @aarku at https://convex-clerk-users-table.vercel.app/
aarku
aarkuOP•2mo ago
cool
ballingt
ballingt•2mo ago
lmk if you have questions about, it took a while for me to get it back up because there are a few steps. Turns out I had deleted the Clerk project.
aarku
aarkuOP•2mo ago
I didn't really, thanks, I just was looking through things on the convex.dev/templates site looking for interesting tidbits. I'm trying to make https://github.com/get-convex/ents-saas-starter work without ents, or something like it. So if you're up for questions, do you by chance know what I'd replace entsTableFactory with in this file? https://github.com/get-convex/ents-saas-starter/blob/main/convex/functions.ts That could even be a wrong question to ask, sorry I'm just a bit lost, more of a frontend guy
ballingt
ballingt•2mo ago
Oh backing up, what do you want here? It seems like a lot of work to try to remove ents from that repo do you want a saas template without ents?
ballingt
ballingt•2mo ago
Convex TanStack SaaS Starter
A production-ready Convex Stack for your next SaaS application with Convex Auth, Stripe, TanStack, Resend, Tailwindcss, and shadcn. Midday recently released an excellent SaaS starter called v1, based on their own production setup. It includes configuration and boilerplate for everything from monorepo management with Turborepo to subscription tr...
aarku
aarkuOP•2mo ago
I'm trying to make the same thing as the ents starter, except without ents. In the end the goal is basically a kanban board with organization support so you can have an organization switcher, and see different stuff
ballingt
ballingt•2mo ago
it looks like a lot of plumbing to work out, helpful to hear this is something you want gotit I don't have suggestions for how to change that, just looks like a significant amount of work
aarku
aarkuOP•2mo ago
Makes sense 🙂 I should take a closer look at the one you linked to, maybe it's closer to what I'm looking for than at first glance.
ballingt
ballingt•2mo ago
If that's what you want, you mightjust use ents
aarku
aarkuOP•2mo ago
I was instructed to avoid it because it's in maintenance mode, maybe I should just push back. Thanks for the advice 🙂

Did you find this page helpful?