You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the docs say (somewhere) that the stack is thought to keep things cheap and simple... a couple of questions arise:
Why is Clerk the default? It's a paid app, and on top of that you kind of "spread" your user info in two databases instead of keeping it all in your own. It also prevents us from using docker... I might be missing something, but, why not going with something like BetterAuth or nextAuth instead?
Do we really need sooo many packages? I mean, for a new app, do we really need posthog + google analytics + ... + sentry ...? or even feature flag?
This discussion was converted from issue #489 on March 18, 2025 17:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Given that the docs say (somewhere) that the stack is thought to keep things cheap and simple... a couple of questions arise:
Why is Clerk the default? It's a paid app, and on top of that you kind of "spread" your user info in two databases instead of keeping it all in your own. It also prevents us from using docker... I might be missing something, but, why not going with something like BetterAuth or nextAuth instead?
Do we really need sooo many packages? I mean, for a new app, do we really need posthog + google analytics + ... + sentry ...? or even feature flag?
Beta Was this translation helpful? Give feedback.
All reactions