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
docs(site): homepage hero, metadata, and closing CTA on the new positioning
Align the docs-site homepage with the merged README: hero becomes 'A
complete business system in 16k tokens.' with the business-ontology
framing, page <title>/description follow, and the closing CTA states the
build & ask with Claude Code vs online (ObjectOS) split. Empty changeset —
site copy only, releases nothing.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk
Docs-site homepage refresh: hero, page metadata, and closing CTA updated to the new positioning ("A complete business system in 16k tokens.", business-ontology framing, build & ask with Claude Code vs online via ObjectOS). Site copy only, so this releases nothing.
Copy file name to clipboardExpand all lines: apps/docs/app/[lang]/page.tsx
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ const mono = IBM_Plex_Mono({
18
18
19
19
exportconstmetadata: Metadata={
20
20
title: {
21
-
absolute: 'ObjectStack — AI writes the app. ObjectStack is what it writes.',
21
+
absolute: 'ObjectStack — A complete business system in 16k tokens',
22
22
},
23
23
description:
24
-
'The open target format and runtime for AI-written business apps. Agents write compact typed metadata — a complete CRM is under 2,000 lines, so the whole app fits in an agent\'s context — strict TypeScript, Zod, and a validation gate catch mistakes at authoring time, and the runtime derives the database, REST API, UI, and MCP server. Your business ontology as an open protocol.',
24
+
'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.',
0 commit comments