1 comment

[ 2.9 ms ] story [ 7.3 ms ] thread
Hi friends, We are building Preevy, an OSS CLI tool for easily provisioning preview environments. Preevy is intended to help teams improve their code-review workflows by making it easy and cost-effective way to provision ephemeral environments for every branch. (AKA: Preview Environments) While preview environments are common in JAMStack PaaS platforms, it's less trivial to set up for complex applications. Preevy aims to fill this gap by providing a solution that can use be applied to any application that uses docker-compose configuration and a cloud account configuration (AWS/GCP at the moment). We've designed Preevy with simplicity in mind, so other complexities such as service exposure or certificate configuration are handled by an external tunneling/proxy server (also open-source and available in the repo)

We are constantly working on improving Preevy and would love to hear your feedback!

Yshay (https://github.com/yshayy)