I currently host all my static sites with Render. Most of them use uv at this point, and I usually have a deploy script that contains lines like `pip install uv`, `uv sync`, and `uv run whatever_the_deployment_command_is`.
The sequence of of the latter two works fine on all my projects except one, where the last line fails.
Black boxes are so nicely invisible when they work, but so painfully irritating and unhelpful when they don’t.
Maybe I’ll go back to my own VPS after all…