We've been shipping a ton of improvements to our Neon MCP Server. See what's new
/Integrations/Vercel/Migrating from Vercel Postgres

Vercel Postgres Transition Guide

Your complete guide to the transition from Vercel Postgres to Neon


About the transition

Vercel transitioned all Vercel Postgres stores to Neon's native integration (Q4 2024 - Q1 2025). Instead of managing Postgres directly, Vercel now offers database integrations through the Vercel Marketplace, giving users more storage options and features.

Terminology change

In Neon, a "Database" in Vercel is called a "Project." Everything else works the same.


What changed for you

Access and management

  • Same login: Access your databases from both Vercel's Storage tab and the Neon Console
  • New management options: Click Open in Neon to access advanced database features
  • Unified billing: Everything remains billed through Vercel (no separate Neon billing)

Automatic plan transitions

  • Hobby Plan users → Neon Free Plan (better limits, more features)
  • Pro Plan users → Maintained existing limits with option to upgrade to Neon plans

Billing and plans

Plan comparison

Plan TransitionCompute HoursStorageDatabasesKey Changes
Hobby → Free60 → 190256 MB → 512 MB1 → 10Significant improvements
Pro → Legacy100 (same)256 MB (same)1 (same)No change until you upgrade

Cost comparison (Pro Plan)

ResourceVercel ProNeon Launch ($19/mo)
Included compute100 hours300 hours
Included storage256 MB10 GB
Extra compute$0.10/hour$0.16/hour
Extra storage$0.12/GB$1.75/GB (after 10 GB)
Data transfer$0.10/GBFree
Additional databases$1.00 eachFree (up to 100)

Upgrade to unlock features

Pro Plan users can stay on legacy limits or upgrade to a Neon plan to access branching, instant restore, and higher limits. See how to upgrade.

Enterprise customers

Neon is working with the Vercel team to transition Enterprise customers. If you want to speak to us about an Enterprise-level Neon plan, you can get in touch with our sales team.


New features available

Immediate access (all users)

  • Neon Console - Dedicated database management interface
  • CLI support - Full Neon CLI (Vercel CLI didn't support Postgres)
  • Terraform support - Neon Terraform provider
  • Multiple Postgres roles - No longer limited to single role
  • Larger computes - Up to 2 vCPUs on Free Plan (vs 0.25 CPU limit), more on paid plans
  • Multiple Postgres versions - Upgrade from Postgres 15 to support for Postgres 14, 15, 16, and 17
  • Neon API - Programmatic project and database management
  • Organization accounts - Team and project management
  • Monitoring - Database monitoring from Neon Console

Advanced features (Neon plan required)


Compatibility notes

SDKs and drivers

Current Vercel SDK (@vercel/postgres):

  • Still works - No immediate action required
  • ⚠️ Will be deprecated - No longer actively maintained by Vercel

Migration options:

  1. Maintenance mode: Switch to @neondatabase/vercel-postgres-compat (drop-in replacement)
  2. New projects: Use @neondatabase/serverless (actively developed)
  3. Existing apps: Follow our migration guide

ORMs and tools

All existing integrations continue to work:

  • Drizzle, Prisma, Kysely
  • All Postgres-compatible tools
  • Existing environment variables

Templates and environment variables

Regional support

All Vercel Postgres regions are supported in Neon - no changes needed.


Next steps

Recommended actions

0%

Questions or issues?

Need help?

Join our Discord Server to ask questions or see what others are doing with Neon. Users on paid plans can open a support ticket from the console. For more details, see Getting Support.

Last updated on

Was this page helpful?