feat(website): reposition landing page around the agent-native vision - #168
Merged
Conversation
Rebrand the landing page from 'Git built for parallel work' to 'Mission control for AI-driven development': new hero copy and meta tags, a new Agents section (any agent / any model / every session visible / MCP built in) with an honest shipping-now vs roadmap flow linking the orchestration epic (#134), Docs and Agents nav links, and corrected the feature card that claimed builds are signed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Repositions the website landing page messaging toward SproutGit’s “agent-native” positioning, updating hero/meta copy and adding an Agents-focused section and navigation entry.
Changes:
- Adds a new Agents section to the homepage and links to it from the nav.
- Updates site-wide default title/description (including Open Graph/Twitter meta) to reflect AI-driven development framing.
- Adjusts feature and hero copy, including correcting the code-signing claim.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/src/pages/index.astro | Includes the new <Agents /> section in the homepage composition. |
| website/src/layouts/Base.astro | Updates default page title/description used for SEO + OG/Twitter metadata. |
| website/src/components/NavHero.astro | Updates hero headline/subhead and adds nav links for Agents and Docs. |
| website/src/components/Features.astro | Updates feature-card copy (incl. code-signing wording) and section intro copy. |
| website/src/components/Agents.astro | Introduces the new Agents section with pillars + roadmap flow and epic link. |
…latform links Release cards now render their body as proper HTML (via marked) with GitHub PR/compare URLs shortened to readable links, clamped to the card with a fade instead of overflowing. The hero's inline platform link row duplicated the Other Platforms dropdown — removed, leaving the release status plus GitHub/All releases links. Co-Authored-By: Claude Fable 5 <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.
Type
Summary
Why
The product philosophy has sharpened: SproutGit is not a Git GUI with optional AI, it's the desktop for agent-driven development — generic AI support, commit graph, first-class worktrees. The landing page still sold the old framing, and one feature card was factually wrong.
Screenshots / recordings
Verified in a local
astro devpreview: new hero and Agents section render correctly in dark mode, the roadmap link resolves to issue #134, nav anchors work, and the console is clean. (Screenshots reviewed locally; happy to attach on request.)Breaking changes
None
Test plan
pnpm buildfor the website package completes cleanly (48 assets, 1 page).astro dev: hero, nav (Agents/#ai, Docs//docs/), Agents section pillars ×4, flow steps ×4, epic link, zero console errors/warnings.