Skip to content

Commit b54f62c

Browse files
authored
Merge pull request #3390 from objectstack-ai/claude/objectos-objectstack-readme-9mqzdl
docs(readme): 新首屏标语 "A complete business system in 16k tokens" 并融入 ontology 叙事
2 parents b20201f + 52353ea commit b54f62c

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
README-only rewrite of the hero tagline ("A complete business system in 16k tokens.") weaving in the business-ontology narrative. Docs only, so this releases nothing.

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@
44
![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)
55
![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg)
66

7-
> ## AI writes the app. ObjectStack is what it writes.
7+
> ## A complete business system in 16k tokens.
88
>
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.
1618
1719
`Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0
1820

1921
**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.
2528

2629
<p align="center">
2730
<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

Comments
 (0)