I’m working on pack.sh, a simple way to deploy apps to your own server.The goal is to bring back the old zeit now feeling: run one command in a project and get a live URL, but self-hosted.Instead of managing Node versions or different runtimes on the server, pack.sh uses single-file executables. Build once, upload one file, run it.This keeps server setup pretty minimal, and makes it easy to run many small apps on a cheap VPS.Feedback welcome.