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:
| Field | Description |
|---|---|
| Name | Display name for the project |
| Path | Repository path, e.g. org/my-app |
| Provider | The CI/CD platform this project targets |
| Visibility | Private (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.
Navigation
| Where | How to get there |
|---|---|
| Dashboard | Click the pipel8ne logo (top left) |
| Project | Click a project card on the dashboard |
| Pipeline editor | Click a pipeline card inside a project |
| Settings | Click your avatar (top right) → Settings |
