stefano
stefano8mo ago

Migrate from Clerk to Convex Auth

how easy will it be to migrate from clerk to convex auth?
4 Replies
Michal Srb
Michal Srb8mo ago
I wouldn't migrate if Clerk is working for you. If you do want to migrate, do you have existing user data you want to carry over, or are you asking purely from code change perspective? How much of Clerk's UI components do you use?
stefano
stefanoOP8mo ago
Well it’s working but it can get kinda expensive if you want to integrate B2B things like custom roles, etc. There’s not much data to transfer because thanks to webhooks every user and organization is mapped to an entry in convex. In terms of clerk’s UI components the most annoying thing to recreate would be organization components
Michal Srb
Michal Srb8mo ago
For sure. This is the closest I got to rebuilding Clerk's org functionality, but it might not be everything you want: https://github.com/xixixao/saas-starter
GitHub
GitHub - xixixao/saas-starter: Convex, Clerk, Next.js, Convex Ents
Convex, Clerk, Next.js, Convex Ents. Contribute to xixixao/saas-starter development by creating an account on GitHub.
Michal Srb
Michal Srb8mo ago
(Also it doesn't use Convex Auth, I should go and change it 🙂 )

Did you find this page helpful?