VynCICD — AI-Powered CI/CD Pipeline Platform
Intelligent pipeline orchestration with AI-assisted failure triage, Kubernetes-native deployments, and DORA metrics — in a single open-source platform your team owns.
Built on Next.js 15 · Groq Llama-4 · GitHub Apps · Kubernetes · Trivy
Features
Everything your pipeline needs
AI Pipeline Failure Triage
When a build or deploy fails, the AI analyses logs, diffs, and test output to pinpoint the root cause — not just the failing step.
- Natural language failure summaries — no log-diving required
- Blame detection: correlates failures with recent commits and PR changes
- Flaky test detection: identifies tests that fail intermittently vs. always
- Suggested fix commands shown inline before re-running
- Confidence scoring on all triage suggestions
Multi-Stage Pipeline Orchestration
Define, visualise, and manage complex multi-stage pipelines with parallel execution, conditional branching, and automatic retry policies.
- YAML-defined pipelines with environment-specific overrides
- Parallel stage execution with dependency graph visualisation
- Conditional branches: deploy to staging only on main, prod on tags
- Automatic retry with exponential backoff on transient failures
- Matrix builds: test across multiple runtime versions simultaneously
Kubernetes-Native Deployments
First-class Kubernetes deployment steps with rolling update control, health gate checks, and automatic rollback on failure.
- kubectl apply, Helm upgrade, and Kustomize all supported natively
- Health gate: wait for pod readiness before marking step as passed
- Automatic rollback triggered by health check failures or alert spikes
- Canary deployment steps with configurable traffic split percentages
- Deploy logs streamed live to the VynCI dashboard in real time
Security & Compliance Scanning
Integrated vulnerability scanning, secret detection, and SBOM generation at every pipeline stage.
- Container image scanning with Trivy — blocks deploy on CRITICAL CVEs
- Secret leak detection in source code and build output
- SBOM (Software Bill of Materials) generated per build and stored
- DAST scan step integration (OWASP ZAP pre-configured)
- Policy-as-code: define allowed/blocked base images and packages
Pipeline Analytics & DORA Metrics
Track build times, failure rates, and deployment frequency across all repositories from a single dashboard.
- DORA metrics: deployment frequency, lead time, MTTR, change failure rate
- Per-repo and per-team pipeline health scores
- Build time trend analysis with bottleneck identification
- Cost-per-pipeline-run tracking when running on cloud runners
- Anomaly detection: flag builds taking 3x longer than baseline
Smart Notifications & Escalation
Notify the right person at the right time — not everyone on every failure.
- Slack and Teams notifications with full build context inline
- Author-aware routing: notify the committer whose change broke the build
- Escalation policies: page on-call if deploy fails to production
- Quiet hours and severity filtering to prevent notification fatigue
- GitHub PR comments with build status and AI triage summary
Installation
Quick Start
From zero to running pipeline in under 15 minutes.
Clone and configure
Install and start
Connect your first repository
Define your first pipeline
Environment Variables
Full reference for .env.local.
VYNCI_SECRETRandom 32-byte secret for session signingrequiredGITHUB_APP_IDGitHub App ID for webhook and API accessrequiredGITHUB_APP_PRIVATE_KEYPath to GitHub App .pem private key filerequiredK8S_API_URLKubernetes API server for deploy stepsrequiredGROQ_API_KEYGroq API key for AI failure triage — free at console.groq.comrequiredGITLAB_TOKENGitLab personal access token (for GitLab repos)optionalSLACK_WEBHOOK_URLSlack incoming webhook for build notificationsoptionalPAGERDUTY_ROUTING_KEYPagerDuty Events v2 routing key for deploy failuresoptionalTRIVY_ENABLEDSet to "true" to enable container vulnerability scanningoptionalPROMETHEUS_URLPrometheus URL for post-deploy health gate metricsoptionalPORTHTTP port (default: 3050)optionalSupported Providers
Git Providers
- GitHub (App + OAuth)
- GitLab (Self-hosted + Cloud)
- Bitbucket (Webhooks)
Container Registries
- Docker Hub
- GitHub Container Registry
- AWS ECR
- Google Artifact Registry
Deploy Targets
- Kubernetes (any v1.24+)
- Helm v3
- Kustomize
- Raw manifests
Ship faster, break less
No account. No cloud signup. Clone, configure, connect your repo, and go.