Skip to content

Redesign org profile README: static brand banner + live activity#1

Open
lessthanno wants to merge 2 commits into
mainfrom
feat/profile-readme-redesign
Open

Redesign org profile README: static brand banner + live activity#1
lessthanno wants to merge 2 commits into
mainfrom
feat/profile-readme-redesign

Conversation

@lessthanno

Copy link
Copy Markdown
Collaborator

Redesign of the org profile page (profile/README.md) — the surface shown at https://github.com/xagentAI. Learns the layout playbook of top web3 orgs (Uniswap / Aave / LayerZero): centered banner → badge row → tagline → product grid → activity → footer. Restrained, aligned, brand-consistent.

1 · Banner is a committed static asset (no flicker)

  • New hand-authored SVG at profile/assets/banner.svg (1280×320), referenced by a plain <img src="./assets/banner.svg"> at the top.
  • Because it is committed to the repo, GitHub's camo proxy caches it and it renders immediately — no lazy-loaded / animated external banner that "flashes once."
  • Visual: brand lime #cefe7d logo tile (angular X mark) + XAgent wordmark on ink #191919, faint 16px engineering grid, a single lime glow, mono meta rails ($XAGT · X LAYER · x402 · EST. TOKYO 2025). Colors taken straight from the ui-design design system (lime / ink / warm-stone).
  • Old profile/hero.svg + hero-2.svg (off-brand green on white) removed.

2 · Activity widgets (live, reliable)

  • The github-readme-stats and activity-graph Vercel instances are down/paused or unsupported for org accounts (verified: activity-graph returns "can't fetch contribution" for orgs; readme-stats returns 503).
  • So the Activity section uses shields.io dynamic GitHub badges instead — always render, camo-cached, and genuinely live: per public repo we show top language · last commit · commits/month · stars, themed lime-on-ink.
  • Covered repos: xagent-contracts, ui-design, e2b-go, xerness-intro (the org's real public repos).

3 · Product grid — every link verified & visibility honored

Each row's link + visibility badge was checked with gh repo view:

Row Links to Badge
xagent xagent-labs/xagent (public) public
xerness xagentAI/xerness-intro (public overview; core private) open core
xpense xagent-labs/xpense (public) public
xagt-plugin xagent-labs/xagt-plugin (public) public
okx-agent-marketplace none — repo is private coming soon
xagent-contracts xagentAI/xagent-contracts (public) public

4 · Section blocks

01 What is XAgent (+4-cell capability table) · 02 How it works (SPEAK/BUILD/SHARE) · 03 Projects · 04 Activity · 05 Documentation · 06 Find us.

Notes for review

  • No Xerpa / xerpaai anywhere — scanned clean; pure XAgent branding.
  • The previous README linked to github.com/xerpa-ai/... (a brand leak + wrong org) — replaced with verified xagentAI / xagent-labs links.
  • xagentAI/XAgent is currently private, so the "xagent" product row points at the public xagent-labs/xagent mirror instead. If you'd rather it point at xagentAI/XAgent, that repo needs to go public first.

🤖 Generated with Claude Code

- New static SVG banner (profile/assets/banner.svg, 1280x320): brand lime
  #cefe7d logo tile + XAgent wordmark on ink #191919 with grid + glow.
  Committed asset so GitHub camo renders it instantly (no lazy-load flicker).
- Rebuild profile/README.md: badge row, product grid with verified links
  and visibility, and an Activity section using live shields.io GitHub
  badges (language / last-commit / commit-activity / stars).
- Fix project links to real, reachable repos; drop stale hero SVGs.
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.

2 participants