> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tempo.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Tempo is the AI software factory for product teams, turning feedback, issues, and product requirements into reviewed pull requests.

Tempo is the **AI software factory for product teams**. It turns customer feedback, issues, and product requirements into reviewed pull requests while your team approves the decisions that matter.

Agents wake up from Slack messages, issue changes, GitHub events, schedules, and human approvals rather than waiting for one-off prompts. Each one produces a reviewable artifact, hands it back, and stops at the decisions that need a person.

PRDs, designs, issues, agents, and AI chat sessions all share the same context — your codebase — so nothing gets lost in the handoff between people, tools, or agents.

<Frame>
  <img src="https://mintcdn.com/tempolabs/h7FkkDRaGn1w0OFZ/images/introduction/hero.png?fit=max&auto=format&n=h7FkkDRaGn1w0OFZ&q=85&s=6bdf3561e33c6d36794f8b644b07fcb9" alt="The Tempo workspace" width="1920" height="1080" data-path="images/introduction/hero.png" />
</Frame>

## Get started

<Card title="Quick Start" icon="rocket" href="/guides/quick-start">
  Install Tempo, sign in, and connect Claude or Codex — about ten minutes.
</Card>

## Features

Tempo is organized around five surfaces. Each one lives in the left sidebar and works with the same workspace, the same codebase, and the same agents.

<CardGroup cols={2}>
  <Card title="Docs" icon="file-lines" href="/product/docs">
    Long-form PRDs, specs, and project notes. Link a doc to a chat session and the agent reads it as context every turn.
  </Card>

  <Card title="Canvas" icon="palette" href="/product/canvas">
    A Figma-style design surface where every frame is a live iframe of a real route or React component. Edits write back to source.
  </Card>

  <Card title="Issues" icon="kanban" href="/product/issues">
    Built-in Kanban. Cards link to branches, PRs, canvases, and docs — agents can pick one up and open a PR.
  </Card>

  <Card title="Chat" icon="comments" href="/product/chat">
    Claude or Codex running inside an isolated git worktree per session, so destructive changes never touch your main tree.
  </Card>

  <Card title="Agents" icon="robot" href="/product/agents">
    Prompt-driven background workers triggered by Slack, GitHub, schedules, or issues. Each run is a Tempo session you can inspect and steer.
  </Card>
</CardGroup>
