Neon and Vercel overview
Learn about different ways you can integrate Neon with Vercel
Are you transitioning from Vercel Postgres?
important
Starting in November, 2024, Vercel will transition Vercel Postgres projects to a new native Vercel integration for Neon Postgres. Until November, you can continue using Vercel Postgres as usual. The transition will follow the principles outlined below:
- Zero downtime so there's no impact on user applications
- Integrated billing in Vercel
- Access to all Neon features and plans
No action is required on your part. Vercel will perform the transition for you.
After the transition, you will be able to manage your database via the native Neon Postgres integration from the Storage tab on your Vercel Dashboard. You will also be able to access your databases from the Neon Console.
To learn more, please refer to the Vercel announcement and the Neon announcement.
If you're transitioning from Vercel Postgres to Neon, welcome! We're glad you're here. We've prepared a transition guide to answer questions and help you get started.
Vercel Postgres Transition Guide
Everything you need to know about transitioning from Vercel Postgres to Neon
Migrating from the Vercel SDK
Learn how to migrate from the Vercel SDK to the Neon serverless driver
Add the Neon Postgres Native Integration
This integration is intended for Vercel users who want to add Neon Postgres to their Vercel project as native storage solution. Neon Postgres Native Integration: A first-party Vercel storage integration. This integration creates a Neon Postgres account for you. You get access to Neon features and plans. Billing is managed through Vercel.
Add the Neon Postgres Previews Integration
This integration is intended for existing Neon users who want to use Vercel for for preview deployments. Neon Postgres Previews Integration: A connectable account integration for existing Neon Postgres users that connects your Vercel project to a Neon database and creates a database branch with every preview deployment.
You can find the Neon Postgres Previews Integration on the Vercel Integration Marketplace. The integration connects your Vercel project to a Neon database and uses Neon's branching capability to create a database branch for each preview deployment.
Connect your Vercel project to Neon manually (no integration)
If you're not interested in an integration, this method of integrating Vercel and Neon simply involves setting Vercel environment variables to connect your Vercel Project to your Neon database.
Resources for working with Neon and Vercel
-
The Neon serverless driver allows you to query data from Vercel Edge Functions and is a drop-in replacement for node-postgres, the popular npm
pg
package.