V0 question.. what does deploying actually do

If I create a website or anything website related do I have to deploy the creation in order to actively use it and see how it runs? and after I deploy it can I make updates and changes, and if so.. how?

Deploying will publish that version of your site to the web, so it will be live for other people to access it.

  • you get a subdomain like v0-my-website.vercel.app.
  • you can change it or attach your own domain

Then you can go back into v0 and continue building. When you’re happy with a new version, hit Publish again and it will deploy to push the new changes live