Skip to content

Rebrand skills route page to Hexclave#1494

Merged
BilalG1 merged 1 commit into
devfrom
update-skill-page
May 27, 2026
Merged

Rebrand skills route page to Hexclave#1494
BilalG1 merged 1 commit into
devfrom
update-skill-page

Conversation

@BilalG1
Copy link
Copy Markdown
Collaborator

@BilalG1 BilalG1 commented May 27, 2026

Updates 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 initnpx @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: <title>, meta description, header brand, h1, and lede all switch from Stack AuthHexclave
  • Inline CLI references: stack-clihexclave-cli
  • Docs links: docs.stack-auth.comdocs.hexclave.com (header link + AI Integration + CLI Reference cards)
  • MCP card: mcp.stack-auth.commcp.hexclave.com
  • Footer: © Stack Auth© Hexclave; GitHub link hexclave/stack-authhexclave/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.


Summary by cubic

Rebrands the skills route root page to Hexclave to match app-wide branding. Updates the one-command install from npx @stackframe/stack-cli@latest init to npx @hexclave/cli@latest init, and switches titles/copy, CLI references (stack-clihexclave-cli), docs/MCP links to hexclave.com, and the footer GitHub link to hexclave/hexclave.

Written for commit 821cf65. Summary will update on new commits. Review in cubic

Summary by CodeRabbit

  • Chores
    • Updated branding and references throughout the landing page, including page title, headings, installation command, documentation links, and footer information.

Review Change Stack

- Install command: @stackframe/stack-cli → @hexclave/cli
- Brand, title, h1, lede, footer: Stack Auth → Hexclave
- Docs/MCP links: stack-auth.com → hexclave.com
- CLI references: stack-cli → hexclave-cli
- GitHub link: hexclave/stack-auth → hexclave/hexclave
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-auth-hosted-components Building Building Preview, Comment May 27, 2026 4:58pm
stack-auth-internal-tool Building Building Preview, Comment May 27, 2026 4:58pm
stack-auth-mcp Ready Ready Preview, Comment May 27, 2026 4:58pm
stack-auth-skills Ready Ready Preview, Comment May 27, 2026 4:58pm
stack-backend Building Building Preview, Comment May 27, 2026 4:58pm
stack-dashboard Building Building Preview, Comment May 27, 2026 4:58pm
stack-demo Building Building Preview, Comment May 27, 2026 4:58pm
stack-docs Building Building Preview, Comment May 27, 2026 4:58pm
stack-preview-backend Building Building Preview, Comment May 27, 2026 4:58pm
stack-preview-dashboard Building Building Preview, Comment May 27, 2026 4:58pm

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 18738036-d3d3-4262-b4fa-ccd51e9588ac

📥 Commits

Reviewing files that changed from the base of the PR and between 3d06e5e and 821cf65.

📒 Files selected for processing (1)
  • apps/skills/src/app/route.ts

📝 Walkthrough

Walkthrough

The apps/skills/src/app/route.ts file is updated to rebrand rendered HTML output from Stack Auth to Hexclave. The CLI install command constant, page title, meta description, hero text, resource card links, and footer are all updated with corresponding Hexclave naming, CLI references, and domain URLs. The underlying request handling logic remains unchanged.

Changes

Hexclave Branding Update

Layer / File(s) Summary
CLI install command and page metadata
apps/skills/src/app/route.ts
Install command is switched from Stack Auth CLI to npx @hexclave/cli@latest init, and HTML <title> and meta description tags are updated to reference Hexclave.
Hero section and resource cards
apps/skills/src/app/route.ts
Header branding, main hero heading, and descriptive paragraph are updated to reference Hexclave and hexclave-cli. Resource card links and descriptions are changed from Stack Auth to Hexclave domains and product names.
Footer branding and links
apps/skills/src/app/route.ts
Footer copyright and GitHub repository link are updated to point to the Hexclave project.

Possibly Related PRs

  • hexclave/stack-auth#1434: Also modifies the route handler's generated SKILL/HTML template to update install commands and branding links, building on a full Hexclave AI integration with SKILL.md routing.

Estimated Code Review Effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

A rabbit hops through branding so neat,
From Stack Auth hues to Hexclave's retreat! 🐰
Each string rewritten with careful delight,
The CLI now shines in its new Hexclave light. ✨
Rebrand complete—the page now sings true!

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-skill-page

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 27, 2026

Greptile Summary

This PR rebrands the skills-site landing page from Stack Auth to Hexclave by updating every user-visible string and outbound URL in apps/skills/src/app/route.ts.

  • The CLI install command changes from npx @stackframe/stack-cli@latest init to npx @hexclave/cli@latest init, matching the package name used across ai-setup-prompt.ts and other prompt files.
  • All docs, MCP, and GitHub links are updated to the Hexclave equivalents (docs.hexclave.com, mcp.hexclave.com, github.com/hexclave/hexclave), consistent with apps/skills/package.json's repository field.

Confidence Score: 5/5

Safe to merge — the change is a mechanical text substitution with no logic modifications.

Every changed line is a string literal replacement (brand names, URLs, CLI package). The install command (@hexclave/cli) matches the value used in ai-setup-prompt.ts, the GitHub URL matches package.json's repository field, and the markdown body served to non-browser clients is untouched. No runtime behavior changes.

No files require special attention.

Important Files Changed

Filename Overview
apps/skills/src/app/route.ts Renames all Stack Auth brand references (title, meta, header, h1, lede, CLI install command, docs/MCP card links, footer, GitHub link) to Hexclave equivalents; changes are consistent with package.json's repository field and ai-setup-prompt.ts.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GET /] --> B{wantsHtml?}
    B -- "Yes (browser)" --> C[renderHtml]
    C --> D["title: Hexclave Skill\nbrand: Hexclave\ninstall: npx @hexclave/cli@latest init\ndocs: docs.hexclave.com\nmcp: mcp.hexclave.com\ngithub: hexclave/hexclave"]
    B -- "No (curl / agent)" --> E[SKILL_MD from skillSitePrompt]
    E --> F["text/markdown response (unchanged)"]
Loading

Reviews (1): Last reviewed commit: "Rebrand skills route page to Hexclave" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant