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

# Acai Dashboard

> A shared view of your team's specs, implementation status, and requirement coverage.

## What is the Dashboard?

The Acai Dashboard is the shared, server-side view of the work your team is tracking with Acai.

<Frame caption="See implementation status at a glance. This screenshot shows progress on the Staging implementation of a feature called 'form-editor'.">
  <img src="https://mintcdn.com/acai/LaJ29xrIxyCm5Sr_/images/desktop-feature-impl-view.png?fit=max&auto=format&n=LaJ29xrIxyCm5Sr_&q=85&s=d39e3b8b4643b0dbe281efa19c454146" alt="Dashboard showing status updates for the Staging implementation of the form-editor feature." width="2400" height="1600" data-path="images/desktop-feature-impl-view.png" />
</Frame>

It helps you understand:

* which products, features, and implementations exist
* how acceptance criteria are progressing
* where requirements are already referenced in code
* what needs attention next

As your team pushes specs and code references with the CLI, the dashboard turns that data into a browsable view of project status.

## Try It

The best way to understand the dashboard is to use it with your own project:

1. Log in to [https://app.acai.sh](https://app.acai.sh).
2. Create a team and an Access Token.
3. Push a spec with the CLI.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="circle-play" href="/quickstart">
    Write your first spec, push it, and see it in the dashboard.
  </Card>

  <Card title="Spec-driven Development" icon="pen-tool" href="/spec-driven-development">
    Learn the ideas and workflow behind writing software from specs.
  </Card>
</CardGroup>
