Environments as a service
Every company that is building software has to manage environments. This is time consuming and takes away from building things customers want. Most companies have one or few staging environments that become bottlenecks as code must run in staging before releasing to production. Applications are also getting more and more complex and development is getting harder to do on your laptop. Release solves these problems by making repeatable environments for every developer on every Pull Request.