# Vercel Native Integration: Create a Neon Branch Per Preview

DevFeed: [Vercel Native Integration: Create a Neon Branch Per Preview](<https://devfeed.tech/articles/vercel-native-integration-create-a-neon-branch-per-preview-5685.md>)

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

Author: Gustavo Salomão

Published: 2025-02-20T02:39:53Z

Content type: tutorial

Language: en

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

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Database](<https://devfeed.tech/topics/database.md>), [Database Migration](<https://devfeed.tech/topics/database-migration.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [github](<https://devfeed.tech/tags/github.md>), [guide](<https://devfeed.tech/tags/guide.md>), [integration](<https://devfeed.tech/tags/integration.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Neon's Native Vercel Integration can automatically create a Neon database branch for each Vercel preview deployment. The article explains how isolated branches prevent pull-request tests from sharing data, how copy-on-write branches avoid manual seed-data setup, how schema migrations can run during deployment, and how to configure the integration for Development, Preview, or Production environments.

## Source excerpt

To Vercel users deploying Neon via the Vercel Marketplace: we have good news. You can now use Neon's Native Vercel Integration to automatically create a database branch for each Vercel preview deployment. Check out our docs for a step-by-step guide. Why deploy Neon branches in yo...