Proposed homepage redesign + Getting Started install box#128
Open
artemiia wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…se offscreen hero boids - Sticky nav, pillar cards, and App Store callout swap live backdrop-filter blur for a near-solid fill on touch devices (hover:none, pointer:coarse); desktop keeps the frosted glass. - Pause the App Store callout's rotating conic-blur spotlight on touch. - Hero boids O(N^2) flock sim now pauses when the hero scrolls out of view. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this proposes
A redesigned homepage plus a one-line install box on the Getting Started docs page, built on top of current
mainso it only touches what it needs to.The two intentional contributions
src/pages/index.astro— proposed homepage redesign: hero with a copyable one-line install pill, larger "Network OS for agents" heading, ghost-number capability cards, a redesigned "Advertise to agents" band (Publish + Contact CTAs), an animatedpilot-directorplan demo, a currently-online vs all-time agent-count split, and assorted responsive/polish fixes.src/pages/docs/getting-started.astro— adds a prominent copyable install box at the top of the page (kept alongside the existing installation section).Supporting files (needed by the homepage — please reconcile)
src/styles/system.css,src/styles/global.css— styles the homepage relies on.src/lib/liveStats.ts— adds aliveAgentsOnlinefigure (currently-online count) alongside the existing total.src/pages/plain/index.astro— the machine/plain twin of the homepage.✏️ Action needed from Teo
The copy in the MCP section needs to be revised by Teo — the current wording is a placeholder and should be rewritten before this ships.
Notes
npm run build, 344 pages).main.check:plainCI gate will flag the plain twins as stale; regenerating them requires runningscripts/regen-plain.mjswith aGEMINI_API_KEY.🤖 Generated with Claude Code