Skip to main content
Next Gen CI/CD Engine

Conveyor CI

The lightweight engine for building distributed CI/CD systems with ease.

Lightning Fast
Kubernetes-Free
Built-in Observability

Unlike heavyweight solutions like Jenkins or Kubernetes-bound tools like Tekton, Conveyor CI delivers enterprise-grade CI/CD with minimal overhead and maximum flexibility.

Get StartedView on GitHub

Quick Install:

$ curl -fsSL conveyor.open.ug/install | sh

Define Pipeline

# conveyor.yml pipeline: name: "build-deploy" triggers: [push, pr] stages: - name: test image: node:18 commands: - npm test - name: deploy depends: [test] image: alpine/kubectl commands: - kubectl apply -f k8s/
$ conveyor run --pipeline build-deploy ✓ Pipeline started successfully ⚡ Real-time logs streaming... 📊 Observability dashboard: localhost:8080 Stage [test] ████████████ 100% Complete Stage [deploy] ██████░░░░░░ 60% Running 🚀 Deployment successful in 2m 34s
$ conveyor scale --workers 5 ✓ Scaling to 5 workers... ✓ Load balancer configured ✓ Event system synchronized Current capacity: 50 concurrent pipelines Average execution time: 1m 12s System health: 🟢 Optimal Ready to handle enterprise workloads!
The Platform Developer's Dilemma

Existing CI/CD Solutions Fall Short

Platform developers need CI/CD tools that are simple, flexible, and powerful. Unfortunately, current options force difficult trade-offs.

😤 The Problems We Face

Jenkins: Too Heavy

Complex setup, resource-hungry, plugin hell

Jenkins requires significant infrastructure, complex plugin management, and constant maintenance overhead.

Tekton/Argo: K8s Lock-in

Kubernetes dependency limits flexibility

Platform teams shouldn't be forced into Kubernetes just for CI/CD. What about edge computing, hybrid clouds, or simpler deployments?

Complex Configuration

YAML hell and steep learning curves

Existing solutions require deep expertise and complex configuration files that are hard to maintain and debug.

Poor Observability

Limited insights into pipeline performance

Most tools provide basic logging but lack comprehensive observability, making troubleshooting and optimization difficult.

Enter Conveyor CI

✨ How Conveyor CI Solves This

< 50MB

Lightweight Core

Minimal resource footprint, fast startup times

Any Environment

Platform Agnostic

Run anywhere - cloud, on-prem, edge, containers

5 Min Setup

Declarative Simplicity

Intuitive YAML/JSON configuration, minimal learning curve and you can define your own DSL

Real-time

Built-in Observability

Comprehensive metrics, logs, and performance insights