You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rewrite landing and docs to reflect agent-agnostic vision
AgentCrew is a purpose-agnostic AI agent orchestrator — the Kubernetes
of AI agents. Update all landing page copy and documentation to reflect
that agents can be built for any domain (engineering, marketing,
finance, etc.), not just software development. Emphasize the
documentation-driven specialization model where agents are defined by
Markdown files, not code.
Key messaging changes:
- Hero: "The Kubernetes of AI Agents" tagline
- WhatIs: Purpose-agnostic, documentation-driven, any infrastructure
- Features: "One platform, any mission" — domain-agnostic examples
- HowItWorks: Updated terminal to show install.sh one-liner
- CTAFinal: Install command front and center
- Docs overview: Explain documentation-driven specialization model
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: web/src/components/Features.astro
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ const features = [
6
6
iconBg: 'rgba(59, 130, 246, 0.15)',
7
7
iconBorder: 'rgba(59, 130, 246, 0.3)',
8
8
hoverBorder: 'rgba(59, 130, 246, 0.5)',
9
-
title: 'Create Teams',
10
-
description: 'Configure teams of specialized agents with custom roles, instructions, and permissions through an intuitive wizard.',
9
+
title: 'Create Teams for Anything',
10
+
description: 'Build agent teams for any domain: engineering, content creation, data analysis, customer support, legal review. Write Markdown instructions and deploy.',
description: 'Define a leader agent that coordinates tasks and worker agents that execute them in parallel.',
37
+
description: 'Define a leader agent that coordinates tasks and specialized workers that execute them. Like a real team, each agent has a clear role and expertise.',
From team creation to production deployment — AgentCrew handles the orchestration so you can focus on results.
51
+
AgentCrew handles the orchestration — team creation, deployment, communication, monitoring — so you can focus on defining what your agents should accomplish.
Build, deploy and monitor collaborative AI agent teams. Let multiple Claude Code agents work together autonomously to solve complex tasks.
29
+
Build, deploy, and manage collaborative AI agent teams for any purpose. Engineering, marketing, finance, operations — define the mission, AgentCrew handles the orchestration.
description: 'Write a CLAUDE.md for each agent with their specialty, instructions, and behavior. Fully customizable.',
11
+
title: 'Write the mission',
12
+
description: 'Describe what each agent should do in Markdown. A marketing strategist, a data analyst, a code reviewer — specialization comes from documentation.',
AgentCrew is an open-source platform that lets you create teams of AI agents powered by Claude Code. Each agent runs in its own container, has a specialized role, and collaborates through a message bus — enabling complex, autonomous workflows.
13
+
AgentCrew is an open-source AI agent orchestrator. Just as Kubernetes orchestrates containers regardless of the application inside, AgentCrew orchestrates AI agents regardless of their purpose. Define your team, describe their roles in plain text, deploy, and let them collaborate autonomously.
Spin up entire teams of AI agents, each with a distinct role — leader, developer, reviewer, or any specialty you define.
34
+
Build teams for software engineering, marketing, finance, research, operations, or any domain. Agent specialization is driven by documentation, not code.
Agents communicate through a NATS message bus. Watch live logs, WebSocket streams, and agent interactions in real time.
50
+
Agents are defined by Markdown files with instructions, roles, and skills. Write what an agent should do, and it becomes that specialist. No code required.
0 commit comments