Neon and Vercel overview
Learn about different ways you can integrate Neon and Vercel
Neon supports several options for integrating with Vercel:
- 
Vercel Postgres is serverless Postgres powered by Neon. This integration allows you to seamlessly create and manage a serverless Postgres instance from the Vercel dashboard. A Neon account is not required.
 - 
You can find the Neon Vercel 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.
 - 
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
pgpackage. - 
Connect Vercel and Neon manually
This method involves setting Vercel environment variables to connect your Vercel Project to your Neon database.
 
Last updated on