From 8f72a154542e0cc642fb07b89f22008bbe9baa5f Mon Sep 17 00:00:00 2001 From: BilalG1 Date: Wed, 27 May 2026 09:59:18 -0700 Subject: [PATCH] Rebrand skills route page to Hexclave (#1494) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates [apps/skills/src/app/route.ts](apps/skills/src/app/route.ts) — the HTML rendered at the skills site root — so it matches the Hexclave branding used everywhere else in the app. ## Changes - **Install command**: `npx @stackframe/stack-cli@latest init` → `npx @hexclave/cli@latest init` (the package is published as `@hexclave/cli` per `skill-site-prompt-parts/ai-setup-prompt.ts`, not `@hexclave/stack-cli`) - **Page chrome**: ``, meta description, header brand, h1, and lede all switch from *Stack Auth* → *Hexclave* - **Inline CLI references**: `stack-cli` → `hexclave-cli` - **Docs links**: `docs.stack-auth.com` → `docs.hexclave.com` (header link + AI Integration + CLI Reference cards) - **MCP card**: `mcp.stack-auth.com` → `mcp.hexclave.com` - **Footer**: *© Stack Auth* → *© Hexclave*; GitHub link `hexclave/stack-auth` → `hexclave/hexclave` (matches `apps/skills/package.json`'s `repository` field) The markdown body served to non-browser clients comes from `skillSitePrompt` and was already on-brand — no change there. ## Verification `pnpm --filter @stackframe/skills run typecheck` passes. --- apps/skills/src/app/route.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/skills/src/app/route.ts b/apps/skills/src/app/route.ts index 1b089331a..71fac422c 100644 --- a/apps/skills/src/app/route.ts +++ b/apps/skills/src/app/route.ts @@ -20,7 +20,7 @@ function escapeHtml(s: string): string { .replace(/'/g, "'"); } -const INSTALL_CMD = "npx @stackframe/stack-cli@latest init"; +const INSTALL_CMD = "npx @hexclave/cli@latest init"; function renderHtml(): string { const skillEscaped = escapeHtml(SKILL_MD); @@ -32,8 +32,8 @@ function renderHtml(): string { <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)" /> <meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" /> -<title>Stack Auth Skill - +Hexclave Skill +