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
Replace the category-label hero ("a metadata protocol and TypeScript
toolkit") with the two-beat claim the objectos.ai homepage sets up
("AI writes the app. ObjectOS keeps it governable." → "AI writes the
app. ObjectStack is what it writes."):
- lead carries the mistake-catching chain (strict TypeScript + Zod +
validation gate at authoring time; runtime enforces permissions/audit)
- proof strip: ~1% code surface · Typed, validated, governed · Self-host
- one-line ontology positioning linking to the objectos.ai essay
("the definition layer should be an open protocol you own")
- site <title> template drops the "Protocol" category word
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
absolute: 'ObjectStack — a metadata protocol and TypeScript toolkit for AI-native business apps',
9
+
absolute: 'ObjectStack — AI writes the app. ObjectStack is what it writes.',
10
10
},
11
11
description:
12
-
'Describe objects, permissions, workflows, APIs, UI, and AI tools once as typed Zod metadata — ObjectStack derives the TypeScript types, REST API, client SDK, UI, and MCP tools.',
12
+
'The open target format and runtime for AI-written business apps. Agents write compact typed metadata — often ~1% of a traditional codebase — 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.',
13
13
};
14
14
15
15
exportdefaultfunctionHomePage(){
@@ -20,12 +20,16 @@ export default function HomePage() {
Copy file name to clipboardExpand all lines: apps/docs/app/layout.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ import type { Metadata } from 'next';
4
4
5
5
exportconstmetadata: Metadata={
6
6
title: {
7
-
template: '%s | ObjectStack Protocol',
8
-
default: 'ObjectStack Protocol',
7
+
template: '%s | ObjectStack',
8
+
default: 'ObjectStack',
9
9
},
10
-
description: 'Documentation for the ObjectStack Protocol and runtime.',
10
+
description:
11
+
'The open target format and runtime for AI-written business apps — agents write compact typed metadata, the runtime derives the database, API, UI, and MCP server.',
0 commit comments