I initially built my frontend using Vercel v0 and later exported the code, merged it with my backend, and deployed the combined version (frontend + backend) in my own environment.
However, Vercel still has only the original frontend version (before integration with the backend).
I want to continue making frontend changes using Vercel v0 while ensuring that I can always sync those updates with my latest deployed version.
How can I:
Keep Vercel updated with the latest frontend from my deployed full-stack version?
Make UI changes in Vercel v0 and deploy them?
Merge the updated frontend back into my backend-integrated deployment?
This is currently not built-in to the product yet. Keep an eye out for updates! We’ll also share any news in this thread. Appreciate the feedback!
For now, what I’ve done with my v0 projects is after I’ve taken the code from v0 (i.e. downloading the zip) I’ve iterated locally then gone back to v0 with snippets that I want it’s iterations from, and copied that code locally.
Does that make sense? Let me know if you have any more questions.