Forgeyard
3.6k ↗Lightweight git hosting with issues, PRs and built-in CI
Container-native CI where every pipeline step runs in its own image
Pipewright runs CI pipelines as a sequence of containers, so every step declares exactly the environment it needs. Config lives in the repo, and agents scale out horizontally when the queue grows.
Worth knowing before you commit:
CI that treats "works on my machine" as a solved problem.