I have been trying to release this for some time now. Its a wrapper on top of cloud technologies, like AWS, so developers don’t have to understand low level devops operations.
Much like AWS CDK or Terraform, but build around familiar concepts like Server, Environment, Deployment, Regions, etc.
Its a framework that allows you to write your infrastructure in code, and an example in English would be like,
Hey Octo, build me a region in US East with QA and Staging environment. Build my Backend repo, publish my docker image, and run it in QA, then promote to Staging.
Of course this would be written in code, which would roughly be about 10-20 lines of code, easily testable, and easy to understand.