diff --git a/website/app/globals.css b/website/app/globals.css index 5bb9514e..9996093e 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -142,6 +142,7 @@ button { letter-spacing: -0.01em; margin: 0 0 24px; text-transform: uppercase; + text-wrap: balance; } .section-lede { max-width: 680px; diff --git a/website/components/Compare.module.css b/website/components/Compare.module.css index c3967e97..2256bea9 100644 --- a/website/components/Compare.module.css +++ b/website/components/Compare.module.css @@ -11,13 +11,14 @@ } .row { display: grid; - grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; + grid-template-columns: 1.4fr 1.3fr 1fr 1fr 1fr; gap: 16px; - padding: 20px 0; + padding: 20px 24px; border-bottom: 1px solid var(--charcoal); align-items: center; font-size: 14px; letter-spacing: 0.12px; + word-break: break-word; } .row > span { color: var(--steel); diff --git a/website/components/Compare.tsx b/website/components/Compare.tsx index d28aa596..d743850f 100644 --- a/website/components/Compare.tsx +++ b/website/components/Compare.tsx @@ -6,7 +6,7 @@ const ROWS = [ ["REST ENDPOINTS", "121", "—", "—", "—"], ["MCP TOOLS", "51", "12", "18", "9"], ["AUTO-HOOKS", "12", "0", "0", "0"], - ["NATIVE PLUGINS", "6 (Claude/Codex/OpenClaw/Hermes/pi/OpenHuman)", "—", "—", "—"], + ["NATIVE PLUGINS", "6", "—", "—", "—"], ["OPEN SOURCE", "YES (APACHE-2.0)", "YES", "YES", "YES"], ]; @@ -16,7 +16,7 @@ export function Compare() {
VS.

- AGENTMEMORY VS. THE FIELD. + VS. THE FIELD.

NUMBERS STRAIGHT FROM THE LONGMEMEVAL-S BENCHMARK AND EACH PROJECT'S diff --git a/website/lib/generated-meta.json b/website/lib/generated-meta.json index 98048d8f..1e9883fe 100644 --- a/website/lib/generated-meta.json +++ b/website/lib/generated-meta.json @@ -3,6 +3,6 @@ "mcpTools": 51, "hooks": 12, "restEndpoints": 121, - "testsPassing": 975, - "generatedAt": "2026-05-16T09:00:42.889Z" + "testsPassing": 977, + "generatedAt": "2026-05-16T09:33:03.891Z" }