diff --git a/frontend/src/landing/components/LandingAbout.tsx b/frontend/src/landing/components/LandingAbout.tsx new file mode 100644 index 000000000..b59c02f44 --- /dev/null +++ b/frontend/src/landing/components/LandingAbout.tsx @@ -0,0 +1,54 @@ +export function LandingAbout() { + return ( +
+ Agent Orchestrator replaces that with one YAML file. Point it at + your GitHub issues, pick your agents, and walk away. Each agent + spawns in its own git worktree, creates PRs, fixes CI failures, + addresses review comments, and moves toward merge. If you are new, start with the docs quickstart and configuration guides. +
+ + {/* Config preview — show how simple setup is */} ++ agent:{" "} + claude-code + {"\n"} + tracker:{" "} + github + {"\n"} + workspace:{" "} + worktree + {"\n"} + runtime:{" "} + tmux + {"\n"} + notifier:{" "} + slack ++
+ Stop babysitting. +
++ Conductor, T3 Code, and Codex App are native Mac apps. AO runs in + your browser, works on any OS, and you can self-host or extend it. +
+| + Feature + | ++ AO + | ++ Others + | +
|---|---|---|
| + {row.feature} + | ++ ✓ + | ++ {row.others} + | +
+ {f.desc} +
++ Agent Orchestrator spawns Claude Code, Codex, Cursor, Aider, and OpenCode + in isolated git worktrees. Each agent gets its own branch, creates PRs, + fixes CI, and addresses reviews autonomously. +
+ + +
+ + {step.desc} +
++ {s.desc} +
++ “{t.quote}” ++
+ Point AO at the work and walk away — drag to explore what a single + run can do. +
++ {c.desc} +
++ Every session walks the same path — spawned in isolation, working in parallel, landing on{" "} + main on its own. +
+{cur.desc}
+