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

# Projects

> Portfolio view across every project your team is running, with health indicators and metric trends

**Nav:** Manage > Projects | **URL:** [`/experiments/portfolio`](https://engine.remyx.ai/experiments/portfolio)

A CTO managing three AI projects needs to know which are producing results and where to invest. Today, getting that answer requires scheduling meetings with each team lead and hoping they remember the details. There's no portfolio view across the org's AI work.

The Projects page is a single screen showing every project your team is running, with health indicators, experiment velocity, and metric trends. It's the portfolio view that lets leadership see which teams are producing results, which are stalled, and where to focus.

***

## Summary Strip

At the top of the page, four aggregate metrics:

| Metric          | What it shows                                             |
| --------------- | --------------------------------------------------------- |
| **Projects**    | Total number of active projects                           |
| **Experiments** | Total experiments across all projects                     |
| **Hit Rate**    | Percentage of completed experiments with positive results |
| **On Track**    | Number of projects with healthy experiment velocity       |

***

## Project Rows

Each project appears as a row with:

| Column           | What it shows                                                                                                                        |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Name**         | Project name and description                                                                                                         |
| **Status**       | Health indicator: **On Track** (green), **Needs Attention** (yellow), or **Stalled** (red)                                           |
| **Hit Rate**     | Progress bar showing positive / total completed experiments                                                                          |
| **Metric Trend** | Sparkline chart showing the target metric over time                                                                                  |
| **Experiments**  | Total experiment count                                                                                                               |
| **Actions**      | Links to the project's [Outcomes](/platform/experiments/outcomes) dashboard and [Project Settings](/platform/admin/project-settings) |

### Status Logic

Status is derived automatically from recent experiment velocity and hit rate:

* **On Track** — Active experiments in the last 2 weeks with positive hit rate
* **Needs Attention** — Low hit rate or slowing experiment velocity
* **Stalled** — No new experiments in the last 4 weeks

Click any row to open that project's Outcomes timeline. To switch the active project context for the rest of the app, use the project switcher at the top of the sidebar.

***

## Creating a Project

Click **+ New Project** on this page (or **+ New project** in the project switcher at the top of the sidebar) to open the project creation wizard. The wizard captures the project's name, description, target metrics, linked repos, and connected tools, and configures the project in one shot. See [Project Settings](/platform/admin/project-settings) for the per-field reference.

***

## Who This View Is For

<Tabs>
  <Tab title="CTOs / VPs" icon="building">
    See which projects are producing results without being in the room. The status dots and hit rate bars give you a pulse check across all AI work. Click into any project that's yellow or red.
  </Tab>

  <Tab title="Team Leads" icon="users">
    Compare experiment velocity and hit rates across your projects. Identify which directions are worth more investment and which are stalled.
  </Tab>

  <Tab title="Engineers" icon="code">
    A browse-and-pick alternative to the project switcher. Click any project row to jump to its Outcomes dashboard.
  </Tab>
</Tabs>

***

## Related

<CardGroup cols={2}>
  <Card title="Outcomes" icon="chart-column" href="/platform/experiments/outcomes">
    Experiment timeline for a single project
  </Card>

  <Card title="Insights" icon="bolt" href="/platform/experiments/insights">
    Cross-experiment patterns within a project
  </Card>

  <Card title="Project Settings" icon="gear" href="/platform/admin/project-settings">
    Configure projects, metrics, and linked tools
  </Card>
</CardGroup>
