BACK_TO_FEEDAICRIER_2
Val Town ditches Clerk for Better Auth
OPEN_SOURCE ↗
HN · HACKER_NEWS// 3h agoNEWS

Val Town ditches Clerk for Better Auth

Val Town says it moved off Clerk and onto Better Auth after hitting reliability and architecture issues with outsourced auth. The post argues Better Auth fits a social app better because sessions and user data stay under Val Town's control.

// ANALYSIS

This reads like a mature-app auth decision, not a feature bakeoff. Once auth is on the critical path, convenience matters less than owning the failure modes.

  • Clerk worked for simpler frontend apps, but Val Town needed a real users table and richer local account data
  • The biggest complaint is operational: API rate limits and upstream outages turned auth into a product-wide single point of failure
  • Better Auth wins here because it keeps auth in-app while still offering modern framework support and plugin-based extensions
  • The tradeoff does not disappear, it shifts from SaaS uptime risk to codebase ownership and self-hosted maintenance
  • For AI dev teams, the broader lesson is to be wary of making identity a black box when your app needs tight control over sessions, agents, and user state
// TAGS
better-authframeworkopen-sourceself-hostedhosted-servicesecurity

DISCOVERED

3h ago

2026-05-06

PUBLISHED

6h ago

2026-05-06

RELEVANCE

6/ 10

AUTHOR

stevekrouse