|
4 | 4 |  |
5 | 5 |  |
6 | 6 |
|
7 | | -> ## AI writes the app. ObjectStack is what it writes. |
| 7 | +> ## A complete business system in 16k tokens. |
8 | 8 | > |
9 | | -> The open target format and runtime for AI-written business apps. Your coding |
10 | | -> agent writes models, UI, workflows, and permissions as compact typed metadata — |
11 | | -> [a complete CRM is under 2,000 lines](#why-the-mistakes-dont-ship), so the whole |
12 | | -> app fits in the agent's context — and strict TypeScript, Zod schemas, and a |
13 | | -> validation gate catch its mistakes at authoring time. The runtime derives the |
14 | | -> database, REST API, UI, and MCP server, and enforces permissions and audit on |
15 | | -> every call. |
| 9 | +> ObjectStack compresses an entire app — data model, UI, workflows, |
| 10 | +> permissions — into typed metadata an AI agent can hold in context, reason |
| 11 | +> about, and refactor whole ([a complete CRM is under 2,000 |
| 12 | +> lines](#why-the-mistakes-dont-ship)). That metadata is your **business |
| 13 | +> ontology** — an open, versioned definition of your objects, permissions, and |
| 14 | +> flows that you own, not code scattered across a framework. Strict TypeScript, |
| 15 | +> Zod schemas, and a validation gate catch the agent's mistakes at authoring |
| 16 | +> time; the runtime derives the database, REST API, UI, and MCP server, and |
| 17 | +> enforces permissions and audit on every call. |
16 | 18 |
|
17 | 19 | `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 |
18 | 20 |
|
19 | 21 | **Everything in this repo is the open stack** — protocol, microkernel, SDK, |
20 | | -CLI, and the production runtime, Apache-2.0 with no open-core asterisks. You |
21 | | -can build, ship, and self-host real apps from here alone. Rather have the |
22 | | -platform run for you, AI Builder and governance included? That's |
23 | | -**[ObjectOS](https://github.com/objectstack-ai/objectos)**, the commercial |
24 | | -runtime environment built on this stack. |
| 22 | +CLI, and the production runtime, Apache-2.0 with no open-core asterisks. The |
| 23 | +workflow here is **build & ask with Claude Code** (or any coding agent): the |
| 24 | +agent writes the metadata in your repo, and operates the running app over |
| 25 | +MCP. Rather **build & ask online** — in the browser, nothing to install? |
| 26 | +That's **[ObjectOS](https://github.com/objectstack-ai/objectos)**, the |
| 27 | +commercial runtime environment built on this stack. |
25 | 28 |
|
26 | 29 | <p align="center"> |
27 | 30 | <img src="docs/screenshots/architecture.png" width="940" alt="ObjectStack architecture: author typed Zod metadata (objects, flows, views, policies); the microkernel compiles it into a versioned JSON artifact and loads plugins, drivers, and services; it generates a REST API, client SDK, Console and Studio UI, and MCP tools used by developers and AI agents, governed by Auth, RBAC, RLS, FLS, and audit, over PostgreSQL, MySQL, SQLite, or MongoDB"> |
|
0 commit comments