When creating a new project, it's important that the road to sharing a working production URL of your newly deployed code is as short as possible, with the least amount of friction. With today's announcement, we're ensuring exactly that. Link to heading New Default Domain By creating a new project, you will now automatically see a vercel.app domain with the name of your project and a random animal appear on your project's Domains tab. For example, if your project is called "my-site" , your default production domain could look like this: The default production domain is automatically assigned to your deployments. Link to heading Deploying to Production In order to deploy to production, push to your default branch with our Git integration or run vercel --prod with our command-line interface . The first deployment in every newly created project is automatically promoted to production. Link to heading Editing Your Domain Even if you don't like your default production domain, that's not a problem.…