Accessing code from projects and what to do with forks

Hello! New v0 and vercel user here. 2 questions 1. I’ve just published my project and now want to access the code directly to make changes. However, I can’t seem to find any link within both dashboards to do so. I started a chat with my existing project thinking it would get me into the code (because that’s how I started the project). This then became a new chat by itself and I still don’t have access to the code interface. I don’t want to do it in my own IDE(cursor) because I’d then have to update on both sides for my free account.

2nd question - I forked my project to make some changes. How do I merge it back to main?

Did you know there’s another category dedicated to v0 topics? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

Our docs are a great place to start.

We also have a walkthrough to help guide your workflow.

And these recordings can give you a look at v0 features and strategies in action shown by our Community:

https://community.vercel.com/tags/c/events/42/v0

  • You can view the code by clicking this tab in the preview
  • there’s no concept of “merging” in v0 directly, but any chat in a project can be deployed which will then take over as the main deployment

You can however use git sync to do a branch/PR strategy if you want Git Workflows for v0

Hi Jacob, thanks for the reply.

But how do I jump back into this interface for each project from the dashboard. I’m sure it must be somewhere but I just can’t seem to find it.

After branching, so now I have 2 chats. If I deploy the project on the 2nd chat, then the first project will be deactivated? Still not sure how it works without the merge concept. Thanks for your patience and help!

From the Vercel dashboard, you can click this link under Source on the deployment

From v0, you can find your previous chats either under Recents or under the project for it

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