# Full-Stack Preview Deployments with Vercel and Neon

DevFeed: [Full-Stack Preview Deployments with Vercel and Neon](<https://devfeed.tech/articles/full-stack-preview-deployments-with-vercel-and-neon-5684.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-vercel-integration>)

Author: Mahmoud Abdelwahab

Published: 2023-02-08T16:53:27Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [integration](<https://devfeed.tech/tags/integration.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

A tutorial for using the Neon-Vercel beta integration to create isolated Postgres database branches for preview deployments. It walks through adapting a Next.js and Prisma demo, creating migrations, opening a pull request, and applying migrations for the preview environment.

## Source excerpt

We're thrilled to announce the release of the Neon integration for Vercel in beta! The integration allows you to connect a Neon Postgres database to a Vercel project and create a database branch for every Preview Deployment. To get started with the integration, check out the docu...