You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/introduction/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,22 @@ When requirements change, you update code in multiple places. This is **Implemen
22
22
23
23
## The Solution
24
24
25
-
ObjectStack centralizes the "Intent" into a single Protocol Definition (JSON/YAML). The implementation layers (React, Node.js, SQL) act merely as **Runtime Engines** that interpret this protocol.
25
+
We centralize the "Intent" into a single Protocol Definition (JSON/YAML). The implementation layers (React, Node.js, SQL) act merely as **Runtime Engines** that interpret this protocol.
26
26
27
27
<Cards>
28
28
<Card
29
29
icon={<Database />}
30
-
title="ObjectQL (Data Layer)"
30
+
title="Data Protocol"
31
31
description="Define data structures, queries, and business logic. Database-agnostic abstraction layer."
32
32
/>
33
33
<Card
34
34
icon={<Layout />}
35
-
title="ObjectUI (Presentation Layer)"
35
+
title="UI Protocol"
36
36
description="Server-driven UI definitions. Express interfaces as JSON, not code."
37
37
/>
38
38
<Card
39
39
icon={<Cog />}
40
-
title="ObjectOS (Control Layer)"
40
+
title="System Protocol"
41
41
description="Runtime kernel, plugins, security, and integration. The platform foundation."
0 commit comments