diff --git a/README.md b/README.md index 38b7470f25..34c5683eb8 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,20 @@ ![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg) ![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg) -> ## A complex CRM system in 170k tokens. +> ## Apps small enough for AI to hold whole. > -> 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 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 -> time; the runtime derives the database, REST API, UI, and MCP server, and -> enforces permissions and audit on every call. +> ObjectStack turns the whole app — data model, UI, workflows, permissions — +> into typed metadata: a complete CRM in under 150k tokens, one context window. +> Agents read it whole, reason it whole, refactor it whole. +> +> The business logic alone — every object, workflow and permission — is under +> 100k tokens; the UI adds just 50k more. +> +> 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 time; the runtime derives the database, REST API, +> UI, and MCP server, and enforces permissions and audit on every call. `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 diff --git a/apps/docs/app/[lang]/page.tsx b/apps/docs/app/[lang]/page.tsx index f2e4dc682f..9d0fbc6587 100644 --- a/apps/docs/app/[lang]/page.tsx +++ b/apps/docs/app/[lang]/page.tsx @@ -18,10 +18,10 @@ const mono = IBM_Plex_Mono({ export const metadata: Metadata = { title: { - absolute: 'ObjectStack — A complete business system in 16k tokens', + absolute: 'ObjectStack — Apps small enough for AI to hold whole.', }, description: - 'ObjectStack compresses an entire business 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. That metadata is your business ontology — an open, versioned definition you own. Strict TypeScript, Zod, and a validation gate catch the agent\'s mistakes at authoring time, and the runtime derives the database, REST API, UI, and MCP server, enforcing permissions and audit on every call.', + 'ObjectStack turns the whole app — data model, UI, workflows, permissions — into typed metadata: a complete CRM in under 150k tokens, one context window. Agents read it whole, reason it whole, refactor it whole. The business logic alone — every object, workflow and permission — is under 100k tokens; the UI adds just 50k more. That metadata is your business ontology — an open, versioned definition you own. Strict TypeScript, Zod, and a validation gate catch the agent\'s mistakes at authoring time, and the runtime derives the database, REST API, UI, and MCP server, enforcing permissions and audit on every call.', }; const VOCABULARY: { tag: string; title: string; copy: string }[] = [ @@ -114,19 +114,25 @@ export default function HomePage() { className="mt-5 text-[2.6rem]/[1.06] font-bold tracking-tight text-balance md:text-6xl/[1.04]" style={{ fontFamily: 'var(--l-display)' }} > - A complete business system{' '} + Apps small enough{' '} - in 16k tokens. + for AI to hold whole.

- 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. That metadata is your business - ontology — an open, versioned definition you own. Strict TypeScript, Zod schemas, - and a validation gate catch the agent's mistakes at authoring time, and the - runtime derives the database, REST API, UI, and MCP server — permissions and - audit enforced on every call. + ObjectStack turns the whole app — data model, UI, workflows, permissions — into + typed metadata: a complete CRM in under 150k tokens, one context window. Agents + read it whole, reason it whole, refactor it whole. +

+

+ The business logic alone — every object, workflow and permission — is under 100k + tokens; the UI adds just 50k more. +

+

+ That metadata is your business ontology — an open, versioned definition you own. + Strict TypeScript, Zod schemas, and a validation gate catch the agent's mistakes + at authoring time, and the runtime derives the database, REST API, UI, and MCP + server — permissions and audit enforced on every call.