Just is a convenient command runner. I use it in most of my projects to document and run commands locally like start, test, build, lint, etc. For me, it's more convenient than using Make or language-specific project scripts. https://github.com/casey/just I would like to be able to use my Justfile's build and start commands from Render. Two examples are just build and just start-prod on my current project.