With the launch of Zero Config Deployments, Vercel simplified project setup by importing a Git repository and automatically deploying every push and pull request. This feature has now been extended to non-JavaScript projects like Hugo sites, providing full control over automatically configured settings. Users can select different frameworks or override default settings when importing repositories, and customize project settings at any time. The Vercel CLI allows for easy deployment from the command line, surfacing detected configuration values that can be edited on the fly. This release enables new use cases such as deploying projects without a package.json file and customizing the Build Command, Development Command, and Output Directory. Future updates will expand this range of use cases even further.