Skip to content
Docs

9 results

Products

Seren DB

SerenDB is serverless, open-source Postgres built for fast database and schema branching. It separates storage from compute so a project can create a branch in well under a second, then scale each branch independently. Branches provide isolated environments for agents, previews, and tests.

Why it exists

Branch a database like you branch code

A copy-on-write branch shares storage with its parent until it diverges, so creating one is cheap and fast. Give an agent or a preview environment its own branch to work against, then discard it when the task is done without applying those changes directly to the primary.

For developers

Connect apps and agents

Create projects and isolated branches, then connect applications, previews, tests, or agent workers to the environment they need. The Seren SDK examples demonstrate the complete project and branch workflow.