Vibe-Shift Dashboard

Your central hub for managing and monitoring deployments

When you open Vibe-Shift from the left sidebar, you land on the main pipeline dashboard. There are two primary views available:

  • Pipeline Dashboard — live status of all your pipelines across all organisations

  • Insights View — high-level analytics and trends, accessed via the View Insights button

The Pipeline Dashboard

1

Top Stats — At a Glance

The four cards at the top of the dashboard give you an instant snapshot of your deployment fleet:

Card
What it shows

VS Pipelines

Total number of VIBEshift pipelines configured

Deployed

Pipelines with a live running app

Healthy

Pipelines passing health checks

Active Runs

Pipelines currently in progress

2

The Pipeline List

Below the stats cards is your full pipeline list. Each row shows:

  • Pipeline name — with branch (main) and GitOps/auto-deploy indicators

  • Owner — name and email of the pipeline creator

  • Organisation — which org the pipeline belongs to

  • Repository — the connected GitHub/GitLab/Bitbucket repo

  • EnvironmentDEV or PROD badge

  • Deployment — live health status (Healthy / Unknown)

  • Last Run — status badge (Success / Cancelled / No runs) and time elapsed

Note: A Cancelled status on an older run does not affect the current deployment health. The pipeline still shows Healthy if the most recent successful run deployed correctly.

3

Filtering and Navigation

Use the controls above the pipeline list to narrow your view:

  • Search — search pipelines by name

  • All Status — filter by Success, Failed, Running, or Cancelled

  • All Envs — filter to show only DEV or PROD pipelines

  • All Organizations — scope the list to a specific org

  • Refresh — force-refresh all pipeline statuses

  • + New Vibe-Shift Pipeline — create a new pipeline (top right)

The Insights Dashboard

Click View Insights from the main dashboard to open the analytics view, scoped across all organisations.

1

Top Metrics

Four summary cards give you the organisation-wide health picture:

Metric

Pipelines

Total Runs

Success Rate

Deployed

2

Pipelines by Environment

A donut chart showing how your pipelines are distributed across environments:

  • dev — 6 pipelines

  • prod — 1 pipeline

Use this to understand whether your team is primarily working in dev or moving workloads into production.

3

Run Activity (Last 30 Days)

A line graph tracking success vs failed runs

4

Organizations Tab

A per-organisation breakdown of pipeline health. Currently showing 2 organisations:

5

Users Tab

Switch to the Users tab to see activity broken down per developer — pipelines owned, total runs, success and failure counts, average run duration, and last run timestamp.

6

Activity Tab

Switch to the Activity tab for a run-by-run environment breakdown, showing which environments are being exercised and at what frequency.

Last updated