diff --git a/content/pages/platforms.md b/content/pages/platforms.md
index ddabc40b4d..872e65e363 100644
--- a/content/pages/platforms.md
+++ b/content/pages/platforms.md
@@ -1,18 +1,20 @@
---
title: 'Embedded Postgres for Platforms'
-subtitle: Provision dedicated Postgres databases for your users — instantly, affordably, and at scale
+subtitle: >-
+ Provision dedicated Postgres databases for your users: instantly,
+ affordably, and at scale
updatedOn: '2025-06-17T09:00:00.000Z'
---
-Neon makes it easy to embed Postgres into your platform with one-second provisioning, autoscaling, and scale-to-zero—so each user gets an isolated database without the overhead. Databases are provisioned via API and fully integrated into your product, with no Neon signup or setup required.
+Neon makes it easy to embed Lakebase Postgres into your platform with one-second provisioning, autoscaling, and scale-to-zero, so each user gets an isolated database without the overhead. Databases are provisioned via API and fully integrated into your product, with no Neon signup or setup required.

-
+
## Uniquely built to scale Postgres fleets
-Neon is the best Postgres provider for deploying one-database-per-user fleets at scale. **You don’t need a DevOps team to manage a large Neon fleet** – the Neon API lets you track usage, enforce limits, and scale programmatically. With pay-per-use pricing and automatic scale-to-zero, [you’ll spend a fraction of what you'd pay on AWS](/cost-fleets). What you get:
+Neon is built for deploying one-database-per-user fleets of Lakebase Postgres at scale. **You don’t need a DevOps team to manage a large Neon fleet** – the Neon API lets you track usage, enforce limits, and scale programmatically. With pay-per-use pricing and automatic scale-to-zero, [you’ll spend a fraction of what you'd pay on AWS](/cost-fleets). What you get:
- Dedicated connection strings for every user or project - every user gets their own secure, isolated Postgres [project](/docs/manage/projects)
- High connection capacity - pooled endpoints support up to 10,000 connections
@@ -30,7 +32,7 @@ company: 'Software Engineer at Retool',
## With instant provisioning and scale-to-zero
-Neon databases provision in less than a second and automatically suspend when idle, with no compute cost until the next query. **You can offer every user their own Postgres database without incurring the cost of idle infrastructure.** This is what makes Neon ideal for platforms: dedicated Postgres per user, but with shared-infrastructure economics.
+Lakebase Postgres databases on Neon provision in less than a second and automatically suspend when idle, with no compute cost until the next query. **You can offer every user their own Postgres database without incurring the cost of idle infrastructure.** That is what the lakebase architecture makes possible for platforms: dedicated Postgres per user, with shared-infrastructure economics.
- Provisioning time: ~1 second
- Suspend latency: configurable (default is 5 min)
@@ -42,7 +44,7 @@ Neon databases provision in less than a second and automatically suspend when id
## API-first management
-Neon’s API is purpose-built to help platforms manage large fleets of Postgres databases with minimal engineering effort. **We’ve continuously improved our API in collaboration with 20+ partners, each pushing the boundaries of scale and automation**. Via the Neon API, you can:
+Neon’s API is purpose-built to help platforms manage large fleets of Lakebase Postgres databases with minimal engineering effort. **We’ve continuously improved our API in collaboration with 20+ partners, each pushing the boundaries of scale and automation**. Via the Neon API, you can:
- Provision new databases instantly
- Set per-project resource limits to support free, pro, and enterprise plans
@@ -53,7 +55,7 @@ Neon’s API is purpose-built to help platforms manage large fleets of Postgres
…and more
-
+
## Built-in quotas and billing controls
@@ -97,6 +99,22 @@ company: 'co-founder and CPO at Koyeb',
## Built for your platform, not ours
-**We’re not trying to own your user experience — we’re here to power it.** You can integrate Neon invisibly behind the scenes, whether you want to use our [OAuth integration](/docs/guides/oauth-integration) or manage Neon projects directly via API. **You decide how the database shows up in your UI, we take care of the rest.**
+**We’re not trying to own your user experience. We’re here to power it.** You can integrate Neon invisibly behind the scenes, whether you want to use our [OAuth integration](/docs/guides/oauth-integration) or manage Neon projects directly via API. **You decide how the database shows up in your UI, we take care of the rest.**
+
+## Beyond the database: Neon backend primitives
+
+Lakebase Postgres is the core of what platforms embed today. When your product needs more than a database, Neon is also a complete set of cloud backend primitives built around that same Lakebase Postgres foundation. You can expose them to end users the same way you embed the database: via API, behind your own UI, with no separate Neon signup.
+
+Optional primitives that sit on the same project and branch lifecycle:
+
+- **[Managed Better Auth](/docs/auth/overview)** - authentication and identity stored in Postgres, branchable with the database
+- **[Neon Data API](/docs/data-api/get-started)** - PostgREST-compatible HTTP access to each database and branch
+- **[Neon Object Storage](/docs/storage/overview)** - S3-compatible files and blobs with per-branch isolation
+- **[Neon Functions](/docs/compute/functions/overview)** - long-running Node.js compute next to the data
+- **[Neon AI Gateway](/docs/ai-gateway/overview)** - one credential for frontier and open-source models
+
+Adopt only what each user’s app needs. Keep Lakebase Postgres as the default, and turn on Auth, storage, functions, or model access when an app requires a fuller backend, without sending your users to another vendor.
+
+For agent platforms and full-stack codegen, see also [Neon for AI Agent Platforms](/use-cases/ai-agents).