diff --git a/frontend/src/landing/components/LandingHero.tsx b/frontend/src/landing/components/LandingHero.tsx index e93084cff..a24d9d5fd 100644 --- a/frontend/src/landing/components/LandingHero.tsx +++ b/frontend/src/landing/components/LandingHero.tsx @@ -145,7 +145,14 @@ function ChevronIcon({ className = "" }: { className?: string }) { function GridIcon({ className = "" }: { className?: string }) { return ( -
-
+
Agent Orchestrator
@@ -227,132 +250,133 @@ function HeroDashboardMockup() {
{sidebarOpen ? ( -
-
- Projects - + -
-
- {projects.map((project) => ( -
- - {openProjects[project.name] ? ( -
- {project.tasks.map((task, index) => ( - - ))} -
- ) : null} -
- ))} + + + + + {project.count} + + + {openProjects[project.name] ? ( +
+ {project.tasks.map((task, index) => ( + + ))} +
+ ) : null} +
+ ))} +
- ) : (
{projects.map((project) => ( @@ -373,7 +397,9 @@ function HeroDashboardMockup() { ))}
)} - @@ -383,7 +409,9 @@ function HeroDashboardMockup() {

Board

-

Live agent sessions flowing from work → review → merge.

+

+ Live agent sessions flowing from work → review → merge. +

))}
@@ -475,16 +508,14 @@ export function LandingHero() { className="mx-auto max-w-[1320px] font-display font-semibold leading-[0.98] text-[#f2f3f5]" style={{ fontSize: "clamp(38px, 4.35vw, 78px)", letterSpacing: "-0.035em" }} > - - Stop babysitting coding agents. - + Stop babysitting coding agents. Start merging real work.

- Free, Apache 2.0 licensed, and runs on your laptop. Fork it, inspect it, and ship your first - parallel agent workflow in minutes. + Free, Apache 2.0 licensed, and runs on your laptop. Fork it, inspect it, and ship your first parallel agent + workflow in minutes.

-
+
+
- Agent Orchestrator + Agent Orchestrator Agent Orchestrator -
-
+
-

+

See it in action

diff --git a/frontend/src/landing/content/docs/installation.mdx b/frontend/src/landing/content/docs/installation.mdx index 65475640c..f71cd70ba 100644 --- a/frontend/src/landing/content/docs/installation.mdx +++ b/frontend/src/landing/content/docs/installation.mdx @@ -50,22 +50,22 @@ If you plan to use GitLab or Linear, install and authenticate their CLIs or cred npm install -g @aoagents/ao ``` - - + + ```bash pnpm add -g @aoagents/ao ``` - - + + ```bash yarn global add @aoagents/ao ``` - - + + ```bash git clone https://github.com/AgentWrapper/agent-orchestrator @@ -75,7 +75,8 @@ pnpm build pnpm --filter @aoagents/ao link --global ``` - + + Confirm the command is available: @@ -115,24 +116,24 @@ npm install -g @anthropic-ai/claude-code claude ``` - - + + ```bash npm install -g @openai/codex codex ``` - - + + ```bash curl https://cursor.com/install -fsS | bash agent --help ``` - - + + ```bash pip install aider-install @@ -140,15 +141,16 @@ aider-install aider --help ``` - - + + ```bash npm install -g opencode-ai opencode --help ``` - + +