How do I make sure my work isn't public?

Hi team - first time using V0. I want to make sure my work isn’t visible to anyone publicly.

I’ve been prompting and viewing the outputs in the ‘open in new tab’.
I also deployed but don’t want it to be public. I tried to ‘remove the deployment’ but couldn’t work out how to do that.

My chat is set to ‘private’ (see screenshot).

How do I ensure that the links that are generated aren’t visible or able to be found?
It says I can password protect but I have to upgrade again - which I’d prefer not to do at this stage as I’m just trialing.

Thank you

Vercel’s deployment protection service is available on the Pro plans without any extra purchase, so might be suitable for your needs. The Advanced Deployment Protection is a paid service that includes extra features but we can’t offer a trial of this. You can see the difference between the offerings here: Deployment Protection on Vercel

Secondly, you can also create Vercel WAF custom rules to prevent website from accessing from specific IP, country, user agent based on your requirement: Vercel Firewall

Alternatively you’re always able to create your own password/protection service using Middleware. We have an example of how to do this here: examples/edge-middleware/basic-auth-password at main · vercel/examples · GitHub

Please let us know if you have any further questions or issues.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.