Redesign homepage around durable agent memory#143
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
agentcairn | 5a39f6a | Commit Preview URL Branch Preview URL |
Jul 21 2026, 12:51 AM |
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.
Summary
Why
The previous page explained the implementation but did not establish a distinctive product category or guide each visitor toward the correct install path. The redesign makes the owned Markdown vault, replaceable index, and cross-agent continuity concrete while preserving the project's local-first and open-source character.
Validation
npm run check— zero diagnosticsnpm run build— six static pages builtnpm test— 45/45 Playwright tests passed, including desktop/mobile Axe coveragegit diff --check origin/main...HEADDeployment
Cloudflare's Git integration should create an isolated preview for this PR. Production remains unchanged until this PR is merged.
Note
Low Risk
Static Astro site, marketing copy, and test config only—no runtime product or auth changes; regression risk is mainly visual/layout and E2E coverage.
Overview
Redesigns the marketing homepage around one durable Markdown memory trail across agents, instead of a generic feature stack and hero install commands.
The hero now leads with CTAs and a MemoryTrail vignette (remember → canonical file → cited recall), and drops the old HeroDiagram and inline plugin commands. Inversion becomes the “how it works” contract section with vault proof and three contract points; Differentiators, HowItWorks, ClaudeMemoryCallout, Quickstart, and TrustSecurity are removed from the page flow.
New InstallChooser (per-agent routes +
otherInstallHosts) and FinalCTA (install command synced viaagentcairn:install-change) replace scattered quickstart/trust blocks. Measured leads with plain-language takeaways and tucks full tables behind<details>; AgentsSupported shows ambient / sweep / explicit tiers with the full matrix in a disclosure. SurvivesUninstall is restyled with updated demo copy.Content in
content.tsis rewritten (nav anchors, hero,installPaths, messaging, theme color). OG image matches the blue-green trail story. CopyButton / CommandBox accept customaria-labels; nav gets 44px hit targets and a Guides menu.Playwright serves
dist/on port 4173 withreuseExistingServer: falseso dev toolbar never pollutes tests; smoke, a11y, and reduced-motion specs are updated for the new IA.Reviewed by Cursor Bugbot for commit 5a39f6a. Bugbot is set up for automated code reviews on this repo. Configure here.