Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/platform-overview.md → docs/platform-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ title: Platform overview
description: How Databricks Apps, AppKit, Lakebase, and Agent Bricks fit together. Architecture reference for the Databricks developer stack.
---

import useBaseUrl from "@docusaurus/useBaseUrl";

# Platform overview

Apps, AppKit, Lakebase Postgres, and Agent Bricks are layers of a full-stack Databricks application running inside your workspace. New to building on Databricks? See [Start here](/docs/start-here) first.

<img src="/img/docs/platform-overview.svg" alt="Architecture diagram showing Apps containing AppKit, Lakebase, and Agents, with Unity Catalog and AI Gateway as workspace services" width="100%" />
<img
src={useBaseUrl("/img/docs/platform-overview.svg")}
alt="Architecture diagram showing Apps containing AppKit, Lakebase, and Agents, with Unity Catalog and AI Gateway as workspace services"
width="100%"
/>

| Layer | What it is |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down