Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)
![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg)

> ## A complete business system in 16k tokens.
> ## A complex CRM system in 170k tokens.
>
> ObjectStack compresses an entire app — data model, UI, workflows,
> permissions — into typed metadata an AI agent can hold in context, reason
> about, and refactor whole ([a complete CRM is under 2,000
> lines](#why-the-mistakes-dont-ship)). That metadata is your **business
> about, and refactor whole ([a complete CRM is under 170k
> tokens](#why-the-mistakes-dont-ship)). That metadata is your **business
> ontology** — an open, versioned definition of your objects, permissions, and
> flows that you own, not code scattered across a framework. Strict TypeScript,
> Zod schemas, and a validation gate catch the agent's mistakes at authoring
Expand Down Expand Up @@ -395,4 +395,4 @@ Run locally: `pnpm docs:dev`

## License

Apache-2.0.
Apache-2.0.
Loading