Hey all,
Ive created an app using vO and I want to deploy it. Is there any easy way to get it from a chat in vO out into the big wild world?
Hey all,
Ive created an app using vO and I want to deploy it. Is there any easy way to get it from a chat in vO out into the big wild world?
Hi, @laurenburley! Welcome to the Vercel Community
It’s great to hear about your app, and how you built it with v0. I’m curious – what did you build?
Right now, the easiest way would be copying the generated code to a new or existing project. Then committing this code to a git repository such as GitHub, GitLab or BitBucket.
Once you have the code committed, you can then use Vercel to host your app.
See relevant documentation: Get started with Vercel
Hope that helps!
So copying to a local project or a project inside Vercel?
It would be awesome to be able to push projects from v0 to vercel for deployment and iteration
I’m playing with v0 and have been getting good results on a semi-complex project management tool as a learning project. My questions are about what others have found the be the best workflow with v0 and taking an application from the chat interface to live production code:
Hi, @liam-torchdigital! Welcome to the Vercel Community
I thought that it would make sense to merge your topic to this existing one, in case you had follow-ups similar to @laurenburley.
This is the way to do it right now, I believe.
We hear your feedback! Shared with the team.
Yes, so whenever you start any new project, you push it to Git, right? You then follow the workflow of connect your git repository to Vercel.
Let me know if you have any specific questions!
I agree! Making changes via v0 and then having to manually update the code and pull it into Vercel is not a good workflow…
v0 really isn’t made for building full apps it’s for creating components so the standard workflow assumption is a Next, Vite(React), Redux app you’d use the CLI to pop the component into your existing project do some final modifications, link the data to your backend, etc and then commit that.
I hear you @laurenburley!
Definitely conversations we’re having internally. Also, another +1 on @versecafe’s comment. We’ll continue iterating.
I wanted to share this by @harvsducs! It’s a helpful blog post and video that guides through deploying on Vercel after generating components on v0.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.