# Marble Is Shipping Faster with Neon Branching

DevFeed: [Marble Is Shipping Faster with Neon Branching](<https://devfeed.tech/articles/marble-is-shipping-faster-with-neon-branching-5542.md>)

Original publisher: [Read original article](<https://neon.com/blog/marble-is-shipping-faster-with-neon-branching>)

Author: Carlota Soto

Published: 2025-09-15T15:48:20Z

Content type: article

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Git](<https://devfeed.tech/topics/git.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Astro](<https://devfeed.tech/topics/astro.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [cms](<https://devfeed.tech/tags/cms.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [database](<https://devfeed.tech/tags/database.md>), [git](<https://devfeed.tech/tags/git.md>), [migration](<https://devfeed.tech/tags/migration.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>)

## AI overview

Marble, an open-source headless CMS, adopted Neon as its main database and uses Neon branching to test migrations and schema changes with production data. Branches are created quickly, include schema and point-in-time data, and can be deleted after testing, helping the small team ship faster with greater confidence.

## Source excerpt

"We recently shipped a big update and we probably couldn't have done it without Neon branching. It lets us test big migrations safely with production data, and if something breaks, we just delete the branch and start fresh. That makes us a lot faster and more confident when shipp...