Skip to content

feat(website): reposition landing page around the agent-native vision - #168

Merged
liam-russell merged 3 commits into
mainfrom
claude/website-redesign
Jul 14, 2026
Merged

feat(website): reposition landing page around the agent-native vision#168
liam-russell merged 3 commits into
mainfrom
claude/website-redesign

Conversation

@liam-russell

Copy link
Copy Markdown
Contributor

Type

  • feat — new feature or user-visible capability
  • fix — bug fix
  • perf — performance improvement
  • chore — dependency bump, tooling, no user-facing change
  • docs — documentation only
  • refactor — internal change, no behavior change

Summary

  • Repositioned the landing page around the agent-native vision: the hero now reads "Mission control for AI-driven development," with matching subhead, page title, and Open Graph metadata.
  • Added a new Agents section presenting the four pillars (any agent, any model, every session visible, MCP built in) and a Plan → Fan out → Review → Ship flow that honestly separates what ships today from the roadmap, linking the orchestration epic (Orchestration worktrees: give the planner agent a checkout and a branch to integrate into #134).
  • Added Agents and Docs links to the site navigation.
  • Corrected the platform feature card that claimed builds ship signed — they don't yet (the macOS download dialog itself explains the unsigned-build workaround); it now says code signing lands before 1.0.

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 dev preview: 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 build for the website package completes cleanly (48 assets, 1 page).
  • Manual verification in astro dev: hero, nav (Agents/#ai, Docs//docs/), Agents section pillars ×4, flow steps ×4, epic link, zero console errors/warnings.
  • Pre-commit lint + typecheck passed.

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>
Copilot AI review requested due to automatic review settings July 7, 2026 11:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread website/src/components/NavHero.astro
liam-russell and others added 2 commits July 8, 2026 19:05
…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>
@liam-russell
liam-russell merged commit 2b9c3fa into main Jul 14, 2026
15 checks passed
@liam-russell
liam-russell deleted the claude/website-redesign branch July 14, 2026 09:03
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