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
Updated internal documentation links in the homepage and hero section to reflect new URL structure and improved navigation. Revised the main docs index to focus on the three core ObjectStack protocols, streamlined resource cards, and removed outdated quick links and module descriptions for clarity.
-**[Todo Example](https://github.com/objectstack-ai/spec/tree/main/examples/todo)** - Quick-start minimal example
82
-
83
-
## The "Trinity" Architecture
84
-
85
-
ObjectStack is built on five core modules that work in unison:
55
+
## Why ObjectStack?
86
56
87
57
| Module | Protocol | Responsibility |
88
58
| :--- | :--- | :--- |
89
-
|**Data Layer**|**[ObjectQL](/docs/specifications/data/architecture)**| Defines the shape of data (`Object`, `Field`) and how to access it (`Query AST`). Agnostic to SQL/NoSQL. |
90
-
|**UI Layer**|**[ObjectUI](/docs/specifications/ui/sdui-protocol)**| The Projection. Defines User Interfaces as abstract JSON layouts (Views, Dashboards, Actions). |
91
-
|**Control Layer**|**[ObjectOS](/docs/specifications/server/kernel-architecture)**| The Kernel. Handles Identity, Security, Sync, and Automation. |
92
-
|**AI Layer**|**AI Protocol**| AI agent definitions, tools, knowledge bases, and model configurations. |
93
-
|**API Layer**|**API Protocol**| Standardized REST/GraphQL contracts with request/response envelopes. |
59
+
|**Data Layer**|**[ObjectQL](/docs/objectql)**| Defines the shape of data (`Object`, `Field`) and how to access it. Agnostic to SQL/NoSQL. |
60
+
|**UI Layer**|**[ObjectUI](/docs/objectui)**| The Projection. Defines User Interfaces as abstract JSON layouts (Views, Forms). |
61
+
|**System Layer**|**[ObjectOS](/docs/objectos)**| The Kernel. Handles Identity, Security, Sync, and Lifecycle. |
0 commit comments