Hi All, I wrote small website using vercel. Initially when I created the new project, I got the chat bot to describe my features, preview it and deploy it. After doing that for few hours, I got project deployed. However, now when I log into vercel, I just land on the project page where I see “overview, integration, deployments.. menus”, but no more chatbot and place to ask for new features. What am I missing. Please help?
Hi,
We don’t have any chatbot in Vercel dashboard. Could you tell us bit more what exactly you are trying to accomplish?
When we create new project, we see v0 bar “Ask v0 to build something”? I guess I can do that on a new project. I do not see this v0 chat bar for existing project. Any ideas how to get that?
I can probably create a new project and import same github repo and build a new feature. Is that recommended way to build something new on an existing project started on v0?
If you want to continue development in v0 then you should go back to your project in https://v0.dev/
Under “Projects” you should be able to see all the chats for that project. I like to deploy and the make a new fork for developing the next feature
Thanks! That helps a lot. I was expecting to find something when I went in the project.
The thing to know is that Vercel.com and v0.dev are two different services
- Vercel is a webhost where you can manage your deployed websites. Most sites on Vercel are created in code manually
- v0 is an AI development platform that can publish to Vercel
So as you build your site you’ll have to do it in v0 or in your own code editor, and then the Vercel project is where you can check logs and statistics and other stuff related to keeping it live in production
Looks like the chatbot feature might have been part of a special integration or preview that’s no longer visible in your project dashboard. You could try checking Vercel’s latest docs or support forums to see if it’s been moved or disabled. Hope you find a way to get it back!