fabro/docs/getting-started/introduction.mdx
Bryan Helmkamp d91e0ea6fd Restructure Getting Started docs: add Introduction, rename Overview to Why Arc, add Models placeholder
- Add Introduction page with four card links (Why Arc, Quick Start, Workflows, Agents)
- Rename Overview to Why Arc with updated frontmatter
- Add rendered SVG workflow graph to Why Arc page
- Add Core Concepts > Models placeholder page
- Remove getting-started/workflows page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 16:53:53 -05:00

37 lines
1,001 B
Text

---
title: "Introduction"
description: "Arc is the software factory for small teams of expert engineers"
---
Arc replaces the prompt-wait-review loop with version-controlled workflow graphs that orchestrate AI agents, shell commands, and human decisions into repeatable, long-horizon coding processes.
<Columns cols={2}>
<Card
title="Why Arc?"
icon="lightbulb"
href="/getting-started/why-arc"
>
The problems Arc solves for AI-assisted software teams.
</Card>
<Card
title="Quick Start"
icon="rocket"
href="/getting-started/quick-start"
>
Install Arc and run your first workflow in minutes.
</Card>
<Card
title="Workflows"
icon="diagram-project"
href="/core-concepts/workflows"
>
Learn how workflow graphs orchestrate agents, commands, and human gates.
</Card>
<Card
title="Agents"
icon="robot"
href="/core-concepts/agents"
>
Understand how Arc configures and runs LLM agents within workflows.
</Card>
</Columns>