Hi HN, we've been working on Cohesive for the last few months. Our goal is to simplify DevOps tooling for early stage startups so that they can focus on what matters the most - building great products for their customers.<p>As engineering teams grow in size and complexity, getting access to a stable environment to test your code and collaborate with team members becomes more and more difficult. In many early stage organisations, the focus is on growth and the lack of tooling makes it hard to spin up new environments on-demand. This causes many frustrations:<p>1. Some teams end up creating a queuing mechanism where environments are locked by an engineer/QA or team trying to get their feature out. This is error prone and requires high collaboration to work, if at all.<p>2. The DevOps team has to manually spin up these environments. This adds to their already quite full plates and slows down releases.<p>3. We've seen most teams create an in-house solutions for this. This requires high investment and needs continued maintenance. It's also typically quite expensive and takes effort to be cost effective.<p>We believe, in 2022, this should be a solved problem and hence we decided to build it. Here's are some features:<p>1. Test every PR in its own environment.<p>2. All the infra runs in your cloud. This means you get all the benefits without compromising on capabilities.<p>3. Once the config(how to run your application and the resources it needs) is set up, everyone else can just reuse it to launch environments. This simplifies onboarding for new hires massively.<p>4. There are cases when the service you're working is dependent on a few other services. We provide a solution for this out of the box where you can launch a group of services with one click or on PR. We call it Stacks.<p>5. Environments can be made private which can only be accessed when connected to the private network for your org. This is easy to do with the CLI.<p>6. Save costs by hibernating environments when not in use.<p>7. Written in Go and runs on K8s(EKS for now). We currently support AWS with plans to support other platforms soon.<p>Join our Slack community here: <a href="https://join.slack.com/t/cohesive-community/shared_invite/zt-1d0smvq8w-PSlnLO67xupljEJv28kDbQ" rel="nofollow">https://join.slack.com/t/cohesive-community/shared_invite/zt...</a><p>Let me know what you think also would be happy to answer any questions.