Team accounts with unlimited members now available to everyone! Invite your teammates and ship faster together, even on the Free Plan.
/Neon Auth/Roadmap

Neon Auth roadmap

What's supported today and what's coming next

Beta

The Neon Auth with Better Auth is in Beta. Share your feedback on Discord or via the Neon Console.

Neon Auth is in active development. This page shows what's currently supported and what we're working on next.

General availability

Neon Auth is targeting general availability this quarter. We're actively working on additional plugins and features to bring Neon Auth out of beta.

Frameworks

Supported

FrameworkStatusQuick start
Next.js✅ SupportedGet started
Vite + React✅ SupportedGet started
React + React Router✅ SupportedGet started
React + TanStack Router✅ SupportedGet started

The React quick start steps through a Vite + React app. If you use React Router for URLs and layouts, use the same Neon Auth URL, @neondatabase/neon-js client, and SDK calls from that guide, then integrate them into your router and route components. For file-based routing with TanStack, use the TanStack Router quick start instead.

On the roadmap

FrameworkStatus
Standalone frontend + backend🔜 Coming soon
Other frameworksBased on demand

Standalone architectures

Architectures where frontend and backend are separate deployments (for example, Create-React-App with a separate Node/Express backend) are not yet supported. Neon Auth uses HTTP-only cookies for secure session management, and these cookies cannot be securely shared between frontend and backend applications on different domains. We're actively working on this.

Better Auth plugins

Neon Auth is built on Better Auth. Not all Better Auth plugins are currently supported.

Supported

PluginStatus
Email & password✅ Supported
Social OAuth (Google, GitHub, Vercel)✅ Supported
Email OTP✅ Supported
Admin✅ Supported
Organization⚠️ Partial (JWT token claims under development)
JWT✅ Supported
Magic Link✅ Supported
Open API✅ Supported
Phone Number✅ Supported

See Set up OAuth for Neon-specific OAuth configuration (including Vercel). Email flows such as verification and password reset are covered in Email verification, Password reset, and User management.

Platform (Console, API, webhooks)

These capabilities are documented in Neon Auth guides but are not Better Auth plugins you enable through the SDK.

CapabilityStatusDocumentation
Trusted domains (redirect allowlist)SupportedConfigure trusted domains
Webhooks (auth events)SupportedWebhooks
Manage Auth via Neon APISupportedManage Auth in the Neon API
Manage Auth via Neon MCP (AI editor)SupportedSet up with your AI editor

Branch-aware auth (separate auth state per Neon branch) is supported; see Branching authentication and Authentication flow.

On the roadmap

PluginStatus
MFA support🔜 Coming soon
Admin plugin customization🔜 Coming soon
Other pluginsBased on demand

SDK and UI references

SurfaceDocumentation
TypeScript client SDK (neon-js)Neon TypeScript SDK
Next.js server SDKNext.js Server SDK
Pre-built UI componentsUI components

Migration guides

Production and checklist

For launch readiness, see the production checklist.

Let us know

We prioritize based on demand. If you need a specific framework or plugin, let us know through our Discord or GitHub Discussions.

Need help?

Join our Discord Server to ask questions or see what others are doing with Neon. For paid plan support options, see Support.

Was this page helpful?
Edit on GitHub