Skip to content

Dashboard & Projects

When you log in to pipel8ne, you land on the dashboard — your home for managing projects and pipelines.

The dashboard

The dashboard shows all projects you have access to:

  • Projects you created
  • Public projects from other users on the instance

Each project card displays its name, provider (GitHub, GitLab, Azure DevOps), visibility, and how many pipelines it contains.

Creating a project

Click New Project (top right of the dashboard) and fill in:

FieldDescription
NameDisplay name for the project
PathRepository path, e.g. org/my-app
ProviderThe CI/CD platform this project targets
VisibilityPrivate (only you) or Public (all users)

Click Create — your project opens immediately.

Project view

Inside a project you see all its pipelines. From here you can:

  • Create a new pipeline — click New Pipeline, give it a name
  • Open a pipeline — click on its card to enter the editor
  • Delete a pipeline — click the trash icon on the pipeline card

Editing a project

Click the Settings icon on the project card (or open the project and go to Project Settings) to:

  • Rename the project
  • Change its visibility
  • Delete the project

WARNING

Deleting a project permanently removes all its pipelines. This cannot be undone.

WhereHow to get there
DashboardClick the pipel8ne logo (top left)
ProjectClick a project card on the dashboard
Pipeline editorClick a pipeline card inside a project
SettingsClick your avatar (top right) → Settings

Released under the MIT License.