The CircleCI visual config editor (VCE) is now available as an open-source project, providing development teams with a low-code, drag-and-drop tool to create and modify CircleCI config files. This node-graph editor offers an intuitive way to build CI/CD pipelines, complementing rather than replacing YAML, and is particularly beneficial for newcomers to CircleCI who can generate configurations without needing to learn the intricacies of YAML. The VCE allows users to access CircleCI orbs easily, manage tag and branch filters, and validate inputs in real-time, thus streamlining the config building process. Experienced users can benefit from quick changes, workflow previews, and enhanced project understanding. The VCE environment includes three main panes—visualizer, inspector, and output—to facilitate configuration, while the platform supports integration with services like Heroku through orbs. The open-source nature of the VCE allows for community contributions, and it is part of a broader ecosystem that includes the CircleCI config SDK for advanced config-as-code solutions using JavaScript or TypeScript.