# Supabase Branching

DevFeed: [Supabase Branching](<https://devfeed.tech/articles/supabase-branching-612.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-branching>)

Author: Qiao Han; Jonny Summers-Muir

Published: 2023-12-13T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Database](<https://devfeed.tech/topics/database.md>), [Git](<https://devfeed.tech/topics/git.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [database-migration](<https://devfeed.tech/tags/database-migration.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [git](<https://devfeed.tech/tags/git.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Supabase is rolling out early access to Branching, which provides a remote Supabase Preview Branch for each Git branch. Developers can experiment with Postgres databases, apply database migrations, and connect preview deployments to isolated Supabase environments. Preview Branches include separate API keys and passwords, and they integrate with Vercel Previews through automatically populated environment variables.

## Source excerpt

A Postgres database for every Pull Request.