v3.2 — Now with parallel matrix builds

Ship code at the speed of push

Developer-first CI/CD with YAML pipelines, parallel builds, artifact caching, and native container registry integration. From commit to production in seconds.

Trusted by 48,000+ developers
pipeforge.yaml
# pipeforge.yaml
pipeline:
  name: production-deploy
  trigger:
    branches: [main]

stages:
  - name: build
    parallel: true
    steps:
      - run: npm ci --cache .npm
      - run: npm run build
      - run: npm test -- --coverage

  - name: publish
    needs: [build]
    registry: pipeforge.registry.io
    image: ${{ project.name }}:${{ git.sha }}

  - name: deploy
    needs: [publish]
    target: kubernetes
    cluster: prod-us-east
    strategy: rolling
    canary: 10%
12.4k
GitHub Stars
48k+
Developers
2.1M
Builds / Day
99.99%
Uptime SLA

Everything you need to ship fast

From pipeline authoring to production deployment, PipeForge handles the entire CI/CD lifecycle.

{}

Pipeline Editor

Visual YAML pipeline editor with autocomplete, linting, and live preview. Design complex workflows in minutes.

>>

Build Cache

Intelligent dependency caching with content-addressable storage. Cut build times by up to 80%.

[]

Artifact Store

Versioned artifact storage with automatic retention policies. Access build outputs from any pipeline stage.

<>

Container Registry

Built-in OCI-compliant registry with vulnerability scanning. Push, pull, and deploy images natively.

=>

Deploy Targets

One-click deployments to Kubernetes, AWS, GCP, Azure, and Cloudflare. Zero-config rollbacks included.

##

Build Insights

Real-time build analytics with bottleneck detection, flaky test tracking, and cost optimization suggestions.

Works with your stack

Native integrations with the tools you already use.

GitHub
GitLab
Bitbucket
Docker
Kubernetes
AWS
GCP
Azure
Terraform
Helm
ArgoCD
Datadog

Ready to forge your pipeline?

Free for open-source. Start with 5,000 build minutes per month. No credit card required.

Get Started Free