Hey HN! We're releasing Uffizzi open source.<p>Uffizzi is a tool that lets you preview pull requests before merging. Create on-demand Preview Environments for APIs, frontends, backends, databases, and microservices. Each Preview Environment gets a secure HTTPS URL that is continually refreshed when you push new commits. Uffizzi also handles clean up, so your environments last only as long as you need them.<p>Uffizzi is an open-source, off-the-shelf, cross-platform solution that works with any version control system, container registry, or CI platform.
Wow, this is so cool! I see so much value in bringing this in our development process. Our current process of setting up preview urls and testing takes forever. This seems simple and super easy to integrate!
I've been using Uffizzi for a few months now. It's helped get fast feedback by running our test automation against our code branches before merging to our trunk branch. We've found 12 bugs/issues so far that never made it to trunk :)
This is very cool. I love that it can be self-hosted! It looks super easy to use, too. Spinning up a pull request environment sounds like a great help.