Hacker News new | ask | show | jobs
Show HN: A visual CI/CD system (actionforge.dev)
7 points by sebastian_io 52 days ago
Over a year ago I started Actionforge, a managed/self-managed visual CI/CD platform. Just for fun, because I like building and experimenting with dev tools. Back then I thought the user would be a human with a keyboard and a mouse.

These days I rarely write pipelines. I mostly write specs, an agent dumps 500 lines of YAML, Python and a Makefile then I get my artifacts. The amount is overwhelming and a liability, and I stop trusting what I just merged. So I pivoted my CI/CD project toward more visualization, analytics and data aggregation, so engineers can see what agents and the pipeline produced, the flow, steps, data. Where it fails. With that I have a better mental model instead of a blob of code.

The goal is better observability, and pipelines that explain their own failures back to the next agent. And also with a personal focus on UX and design. My project supports Perforce P4, Git/GitHub and GitLab, so quite flexible.

Would love to hear your impression.

I'm also very interested in your CI/CD horror stories, and how you use them these days. Any input is much appreciated!

P.S. Code is public and provides GitHub Attestations.

1 comments

Nice tool, but i can not see what're the advantages by the first impression of your website. I do not feel comfortable with the CI YAMLs, but do not find a good tool to fix this. By the way, I'm also building a devops tool.
Fair point, imho landing pages rarely sell the full experience. In short the focus is UX, turnkey setup, visual feedback and data aggregation/graphs. Found gisia, cool project as well, starred!