diff --git a/packages/docs/build/index.mdx b/packages/docs/build/index.mdx
new file mode 100644
index 0000000000..b374ccc75b
--- /dev/null
+++ b/packages/docs/build/index.mdx
@@ -0,0 +1,24 @@
+---
+title: "Build"
+description: "Build on the engine used by millions daily."
+mode: "wide"
+---
+
+
+
+ Build plugins that add tools, integrations, commands, agents, and custom behavior while keeping the rest of OpenCode
+ intact.
+
+
+ Connect to OpenCode with the same client used by the TUI and desktop app, then build any interface, workflow, or agent
+ experience around it.
+
+
+ Embed OpenCode directly into your application and build a completely custom agent, interface, or developer product
+ around it.
+
+
+
+
+ The plugin API, client, and SDK are still being finalized during beta and may change before OpenCode 2.0 is stable.
+
diff --git a/packages/docs/docs.json b/packages/docs/docs.json
index 7efec8459e..f2793789b2 100644
--- a/packages/docs/docs.json
+++ b/packages/docs/docs.json
@@ -46,12 +46,7 @@
},
{
"tab": "Build",
- "groups": [
- {
- "group": "Build with OpenCode",
- "pages": ["build/plugins", "build/client", "build/sdk"]
- }
- ]
+ "pages": ["build/index", "build/plugins", "build/client", "build/sdk"]
},
{
"tab": "API",