Skip to main content
C

Circleci

3.7(82 reviews)

0 comparisons available

About Circleci

CircleCI is a cloud-native CI/CD (Continuous Integration and Continuous Delivery) platform founded by Paul Biggar and Allen Rohner in 2011, headquartered in San Francisco, California. CircleCI raised over $315 million in venture capital and became one of the leading managed CI/CD platforms before being acquired by RYVIT in 2023. CircleCI pioneered developer-friendly CI/CD with Docker-first pipelines, a clean YAML configuration format (.circleci/config.yml), and a generous free tier that made it popular with open-source projects and startups. Key features include: parallel test splitting (automatically divide test suites across multiple containers to reduce build times), caching (dependencies, Docker layers, build outputs), orbs (reusable configuration packages from the CircleCI registry), machine executors (full Linux VMs), Docker executors, and resource classes (small to 2xlarge compute). CircleCI integrates with GitHub, GitLab, and Bitbucket. Pricing: Free (6,000 minutes/month, 1 user), Performance ($15/month, 25,000 minutes), Scale and Server (custom). A January 2023 security incident (compromised employee tokens) significantly damaged CircleCI's reputation — all users were advised to rotate secrets. CircleCI competes primarily with GitHub Actions (GitHub-integrated), GitLab CI (GitLab-integrated), and Jenkins (self-hosted). CircleCI's main advantages are its orb ecosystem, advanced parallelism, and strong Docker support.

6,000 free minutes/month — generous cloud CI/CD starter tierOrbs: reusable configuration packages for common integrationsParallel test splitting: automatically split test suites for faster feedbackDocker-native: built from the ground up for containerized workflows

Frequently Asked Questions

CircleCI vs GitHub Actions: which is better?

GitHub Actions is the better default choice for projects hosted on GitHub — it's natively integrated, requires no separate account, has 15,000+ reusable actions, and includes 2,000 free minutes/month for private repos (unlimited for public). GitHub Actions also offers better secret management through GitHub's environment system. CircleCI is better when you need advanced parallelism (automatic test splitting), a mature orb ecosystem for specific integrations, or you're managing CI/CD across repositories on multiple platforms (GitHub + Bitbucket + GitLab). CircleCI's resource classes also allow more granular compute control. For pure GitHub-hosted projects, Actions wins; for complex multi-repo or polyrepo setups, CircleCI can be more powerful.

Is CircleCI safe to use after the 2023 breach?

CircleCI's January 2023 security incident involved an employee's machine being compromised, which gave attackers access to customer environment variables, tokens, and keys stored in CircleCI. CircleCI immediately notified users and recommended rotating all secrets. Since then, CircleCI has implemented additional security controls including improved secret management. The incident did damage trust — many teams migrated to GitHub Actions or GitLab CI after the breach. Whether CircleCI is 'safe' now depends on your risk tolerance: they've taken remediation steps, but teams handling highly sensitive secrets (financial data, healthcare) may prefer self-hosted alternatives like Jenkins or Buildkite where secret exposure is under your control.

What are CircleCI Orbs?

CircleCI Orbs are reusable configuration packages — pre-built, tested CI/CD components that encapsulate common steps like installing dependencies, setting up cloud credentials, running tests, or deploying to specific platforms. Instead of writing 50 lines of YAML to set up an AWS deployment, you use the CircleCI AWS Orb with 5 lines. The CircleCI Orb Registry has 1,000+ certified orbs from CircleCI, AWS, Google, Slack, Kubernetes, Terraform, and community contributors. Orbs are versioned and can be imported into any project's config.yml. The concept is similar to GitHub Actions' marketplace 'actions' — reusable building blocks that accelerate pipeline setup and reduce configuration duplication across repositories.

No comparisons found for Circleci yet.

Search for a comparison