Disposable app hosting: would you use?
Hey,
Im part of a team working on a disposable app hosting service. We decided to build it because we kept facing situations where we needed a public HTTPS URL for a test API or web app, but getting one quickly wasn't always easy because of following reasons:
- We can't always deploy it within our existing infrastructure because of security policies
- Most cloud app hosting services require to sign up, verify email, and add a card
For use cases I mentioned, the ideal solution would be to get the app without signup or payment information knowing that it's getting disposed at some point. With AI coding agents this simply mean telling them something like:
Deploy this app to up.compartment.dev
My question is: would you use something like this for anything besides the testing scenarios I mentioned? If so, which ones?