Vercel | Better Auth Acquisition Expands Open Source Authentication

Vercel has acquired Better Auth, the company behind the open source TypeScript authentication framework used to add accounts, sessions, organizations, permissions, and other identity features to web applications. Announced on July 7, 2026, the acquisition brings the Better Auth team into Vercel while keeping the project free, framework-agnostic, and available under the MIT license.


Vercel acquisition of Better Auth for open source web application authentication

{getToc} $title={Table of Contents}

The acquisition strengthens authentication for modern web applications


Authentication is often treated as a backend concern, but it directly shapes the experience of membership sites, dashboards, online stores, client portals, SaaS products, and other interactive websites. Sign-in screens, account recovery, user roles, team invitations, session management, and access permissions all become part of the final interface.


Better Auth gives developers a framework-agnostic authentication and authorization system for TypeScript projects. Its existing features include email and password authentication, social sign-in, two-factor authentication, passkeys, multi-session support, organization management, access control, rate limiting, and an extensible plugin system. The project has grown to more than 4.7 million weekly npm downloads and over 850 contributors.



Better Auth will remain open source and portable


The most important detail for current users is continuity. Better Auth will retain its name, MIT license, framework support, open contribution model, and community governance. The core team will also continue leading development after joining Vercel.


This preserves one of the library's main advantages: developers can keep authentication inside their own codebase instead of being forced into a hosted identity platform. Better Auth is designed to work across frameworks and deployment providers, so the acquisition does not make it exclusive to Next.js or Vercel-hosted applications.


The update is relevant to web app and template creators


The acquisition will be most relevant to creators building application templates rather than purely static websites. A landing page template may not require authentication, but a dashboard starter, membership theme, marketplace, learning platform, or multi-tenant SaaS template usually needs a reliable way to manage users and permissions.


For those projects, Better Auth can provide the underlying account system while designers focus on the visible experience: clear sign-in states, accessible forms, useful error messages, account settings, organization switching, and permission-aware navigation. Authentication still requires technical implementation, but a reusable framework can reduce the need to rebuild the same foundation for every project.


Agent identity becomes part of Vercel's longer-term plan


The acquisition also connects Better Auth with Vercel's work on AI agents. Traditional authentication usually identifies the human user or the application, but an agent may perform actions on behalf of that user across several services. When multiple agents share the same credentials, it becomes difficult to see which one performed an action or to revoke access from only one of them.


The Better Auth team has been developing Agent Auth, an open protocol that gives each agent its own identity, limited capabilities, and revocable authority. Development will continue at Vercel, with plans to bring these ideas into products such as Vercel Connect and eve. This area is still more relevant to application infrastructure than visual web design, but it may eventually affect how AI-powered sites manage automated actions and user permissions.


IMPORTANT: The acquisition does not remove the need to review authentication carefully. Developers should still test session behavior, database configuration, account recovery, permissions, security settings, framework compatibility, and migration requirements before using Better Auth in a production website.{alertWarning}

Daisuki's Take: What This Means for Web Designers


For designers creating dashboards, member areas, client portals, or SaaS templates, authentication is part of the interface even when its most complex logic happens behind the scenes. The quality of sign-in, account, permission, and recovery screens can strongly affect whether the final product feels trustworthy and complete.


We think the most reassuring part of this acquisition is that Better Auth remains open source and platform-independent. Template developers can continue using it without turning their projects into Vercel-only products, while the team gains more resources to maintain and extend the framework.


The practical takeaway is to consider Better Auth when a web project needs more than a basic login screen. It may be particularly useful for application starters that require organizations, roles, multiple sessions, social providers, or future agent features, but every implementation should still be reviewed as a security-sensitive part of the site.



Sources and Recommended Links