Migrating from V0 help

As many people are, I’m annoyed at the new pricing changes, and want to cancel my subscription before my new billing on the 11th June.
I have 3-4 pretty robust projects that I have made with v0, 3 of which are live and used.
I’m a self-confessed vibe-coder, so definitely lack certain technical know-how.
My projects hosted on vercel, integrate with supabase via vercel, and then I make all changes in v0.

What practical things do I need to do to ensure these stay running?
Is vercel technical separate from v0? If I cancel my v0 cancel, does it impact vercel hosting?
I’m not completely savvy about the dependency between the two from a technical view, but also a subscription view.

I guess the outcome I’m looking for is to cancel v0 coding, but keep my apps running, and have a pathway to continue to work on them.

Any help would be appreciated.

Hi, @happyluckylabs!

I’m sorry to hear this, but thank you for your feedback. We appreciate it!

In case it’s helpful:

  • Vercel is the hosting platform where your applications are deployed and served to users
  • v0 is an AI coding assistant that helps you build applications
  • They have separate billing and subscription systems

If your projects are hosted on Vercel, you don’t need to do anything! They can continue stay running.

Yes, they are separate. :slight_smile: Cancelling v0 doesn’t impact your project hosted on Vercel.

You can still use v0 free tier to make any iterations to your project.

You can download your project as a .zip file or use the git sync to push it to a GitHub repo (currently Premium only so do this before you cancel), and then you’re fully detached from v0 so you can continue development locally

1 Like

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