Skip to content

Commit 15beff2

Browse files
committed
chore: update docs
1 parent 630256f commit 15beff2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44
hero:
55
name: Devframe
66
text: Framework-neutral foundation for DevTools
7-
tagline: One devframe definition. Seven adapters. RPC, hosts, shared state, and agent-native — independent of Vite and any UI framework.
7+
tagline: One devframe definition, adapters to different environments. Managed communication layer, agent-native.
88
image:
99
src: /logo.svg
1010
alt: Devframe
@@ -19,7 +19,7 @@ hero:
1919

2020
features:
2121
- icon: 🧱
22-
title: One Definition, Many Deployments
22+
title: One Definition, Many Adapters
2323
details: A single `defineDevframe` call deploys to CLI, static build, SPA, Vite plugin, embedded overlay, kit host, or MCP server.
2424
link: /guide/devframe-definition
2525
- icon: 🔌
@@ -34,12 +34,8 @@ features:
3434
title: Streaming Channels
3535
details: One-way RPC streams and two-way upload channels for long-running data, progress reporting, and live feeds.
3636
link: /guide/streaming
37-
- icon: 🎨
38-
title: Bring Your Own UX
39-
details: Hooks like `onReady` and `cli.configure` let your app own banners, logging, and styling while Devframe owns the plumbing.
40-
link: /guide/
4137
- icon: 🤖
42-
title: Agent-Native (experimental)
38+
title: Agent-Native
4339
details: Surface RPC functions, tools, and resources to coding agents over MCP with a single `agent` field on each function.
4440
link: /guide/agent-native
4541
---

0 commit comments

Comments
 (0)