Convex Clerk Users Table Example
11 Replies
OK should be working now @aarku at https://convex-clerk-users-table.vercel.app/
cool
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.
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
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?
how's this? 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.
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...
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
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
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.
If that's what you want, you mightjust use ents
I was instructed to avoid it because it's in maintenance mode, maybe I should just push back.
Thanks for the advice 🙂