Skip to content

What is pipel8ne?

pipel8ne is an open-source, self-hosted visual CI/CD pipeline builder. Instead of writing and maintaining YAML configuration files by hand, you design your pipelines graphically on a canvas, then export them to any major CI/CD platform.

The problem it solves

CI/CD configuration files are powerful but painful to maintain. YAML syntax errors break builds. Deep nesting makes workflows hard to read. Onboarding a new team member to an existing pipeline requires hours of context.

pipel8ne replaces the text editor with a visual graph editor: drag nodes, connect them with edges, configure each step through a form. The YAML is generated for you.

Key capabilities

CapabilityDescription
Visual pipeline editorDrag-and-drop canvas built on React Flow
Hierarchical modelOrganize work as Stages → Jobs → Steps
Multi-platform exportGitHub Actions, GitLab CI, Azure DevOps
Self-hostedFull control over your data and infrastructure
Credential vaultEncrypted storage for tokens, passwords, and API keys
Team managementMulti-user with role-based access

What pipel8ne is not

  • Not a CI/CD runner — it designs and exports pipelines, it does not execute them. Your existing CI platform (GitHub, GitLab, Azure DevOps) runs the pipeline.
  • Not a SaaS product — you host it yourself on your own infrastructure.
  • Not a general workflow automation tool — it is purpose-built for CI/CD pipelines.

How it fits into your workflow

You design in pipel8ne, you run on GitHub/GitLab/Azure.

Next steps

Released under the MIT License.