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
-**[Todo Example](https://github.com/objectstack-ai/spec/tree/main/examples/todo)** - Quick-start minimal example
82
82
83
83
## The "Trinity" Architecture
84
84
85
85
ObjectStack is built on five core modules that work in unison:
86
86
87
87
| Module | Protocol | Responsibility |
88
88
| :--- | :--- | :--- |
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. |
89
+
|**Data Layer**|**[ObjectQL](./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](./specifications/ui/sdui-protocol)**| The Projection. Defines User Interfaces as abstract JSON layouts (Views, Dashboards, Actions). |
91
+
|**Control Layer**|**[ObjectOS](./specifications/server/kernel-architecture)**| The Kernel. Handles Identity, Security, Sync, and Automation. |
92
92
|**AI Layer**|**AI Protocol**| AI agent definitions, tools, knowledge bases, and model configurations. |
93
93
|**API Layer**|**API Protocol**| Standardized REST/GraphQL contracts with request/response envelopes. |
0 commit comments