V0 dev is pretty nice for building out little widgets and dashboards. It does look really nice right off the bat, but it has seemed hard to get it to produce unique content, and starts to have this really vanilla feel. I'm pretty sure I could super quickly spot if a product was made using v0.
Having actual experience programming will help produce that little extra bit of flair that you're looking for. But it does seem to provide a good boilerplate foundation to work with and expand upon outside of v0
I believe these tools are extremely good for developing proof of concepts or prototypes. Not sure if it will ever give you production ready output - not yet anyway.
I think AI will make natural programmers even more efficient (they will intuitively know what to avoid) while newbies will remain stuck as beginners, become very mechanical or maintain a superficial understanding all the way. Getting started will become very easy, and mastery will become almost impossible here onwards.
There is some huge facts on what you just said. I agree that when i am using ai at work fir being more productive I can instantly identify when there are some wrong codes and not use it / reprompting / do it myself Versus newbies just take it and then get stuck hours with errors they could have avoided from the beginning. Mastering what you do is a must for excelling in your area, no ai will replace nobody on that field. At least not in the next 5 years
I had never heard of v0 before, from the thumbnail i tought it was some kind of c++ framework and it looked pretty cool and got me exited, the DISAPPOINTMENT i had when i realized it was just an ai chatbot is beyond this world
It's not though. If you actually give it a try and recognize how they've curated it for fast ui generation I bet your opinion would change. People are really sleeping on this.
@@jmd489 yeah people are really sleeping on this, As a dev Im currently building a full app using only ai, V0, cursor, Claude, and only using my voice, the challenge is not to write a single line of code, but guess what , my dev friend can't believe the app is fully coded with ai, and everything is well coded and implemented following standard coding practices, front (react, vite) and back (express js ...) next stop, start diving into ai agents using aider and opensource LLM In this world, people need to be open minded and test things , AI is evolving at Unbelievable speed, and people are not even ready from what's coming the next coming year.
lets go , I had the same problem with chatgpt and all these other , their knowledge is still not yet quite updated. I thought of scraping the nextjs with a RAG bot, but I guess now V0 will do that for me haha.
One thing I think it could be improved is changing the code only where you need it changed, without rewriting the full page again. That would improve so much time of development. Congrats on the product. It's impressive.
So basically...it's Claude Artifacts, but better? Hm. Definitely intruiging but I think it would be even cooler if you guys made the tools used to make this available, like showing how to do this with AI SDK. Or maybe I can ask v0 how to make v0?
Honestly one of my biggest annoyances with LLMs is the outdated knowledge especially with stuff like app router and server rendering, the most impressive of these is definitely the Three.js stuff as someone who has tinkered with Three in the past. I'm still waiting for the day LLM's can do some more complex tasks that aren't already well documented online but I really love what y'all are doing over at v0, especially for quick UI skeletons and mockups because of shadcn ui.
This is just 'googling' the answer and spitting out the first thing it finds. If you search "Three.js Grass" This is what I found which has accompanying source code and demo video. jerromy.github.io/Grass_Basic/ This isn't being generated, it's being spoon fed
Wow wow wow ... this is so cool. Programming is now all about mental model, not coding anymore. Thanks @vercel for making this awesome tool available to all for free. Love the work you are doing !!
It’s about time for programmers to actually create and build something. Getting a job and building something for someone else is over. Be an entrepreneur and create your own ideas.
And when you release your product and people see it's somewhat successful, there will be hundreds of replicas in no time. Then Vercel, OpenAI, or Anthropic will realize they can do the same and quickly overtake your business because they have advanced AI tools they haven’t released yet. Just like Amazon realized they could sell products under the Amazon Basics brand, there will be an OpenAI or Anthropic version of your product, and you'll be out of business in no time.
@@jaseelkoolathnah not all, execution is the most important thing,even today developpers could just take ur idea but it would have no value without marketing, execution,etc
@@Marwan-_-7m yeah, and who'll be more good at that, an average developer or a multi billion dollar company, who can sell it cheap, because unlike us they own the AI powered coding tool.
On enterprise apps this is rarely used, they all have their own systems and code needs to be written from scratch for security and other reasons… this really is useful for a side project or prototyping but if you really want to create a brand identity I’m not sure that shadcn is what you want, also the coupling to this is really quite heavy and I’m not sure lots of companies want that, maybe I’m wrong and they finally managed to get rid of us devs, there will be PMs prompting on v0 😂😂😂
Same, it's quite wild to watch your career you've spent 8 years building go up in flames with each subsequent iteration of a new technology. I know tech moves fast, obviously, but this is way more insane than anything prior in human history.
same feelings, prompting isn't fun as building things on your own. k I am going to learn more low level stuff, hopefully in this area AI is not shining yet
Yeaaaah, this is fucking stupid. Vercel is doing THIS now? When did we become so complacent to monopoly of the solutions available to the developer world? VERCEL: WE DON'T CARE.
Chatgpt had that massive impact but people were making memes on it because it was not giving right answers. Now you have something that can actually do the right thing and developers are scared to make memes
I literally gasped when I saw that. No wonder Lee just quickly scrolled down from that. Most of it is just repeated states just for different applications that has to be handled more generically. Ain't no way newbies gonna refactor that crap. If it works, they'll just just leave it alone until some senior comes and has to clean up the mess.
"If this technology existed when i was learnign it would've blew my mind" nah dude if it existed when you were learning you wouldn't have learned anything
v0 dev is next-level. It can write hundreds of lines of code, while Claude cuts off at half that. In code completion, Claude has minor errors, but v0 dev successfully completes it. I now have 3 AI coding assistants: ChatGPT for slightly illegal things, Claude for refinement and UI creation, and 0v dev for problem-solving and long codes.
I've been using it for a couple of days now and its awesome! if i would be so bold as for asking for new features already 😅 it would be awesome to have some kind of multi file support and a nice ui for the project's folder management would be nice to have.
Hey Lee, I currently have about 60k codebase using the pages router that I would like to move over to app router through a gradual/progressive rewrite, piece by piece. Is there an official guide on how to go about it safely?
I think it's amazing, though after developing someone has to deploy it. I think V0 would be awesome to have a partnership with some cloud for deploying directly don't you think?
Thanks for the demo! (In the future, can you please put the subtitles only in the closed captioning data? Seeing the captions live-and especially word-by-word-is extremely distacting.)
I ran a test, but 3D rendering with Three.js keeps failing repeatedly. My initial goal was to recreate SCR's dropclock effect, but I ended up with a blank screen after four attempts. I even simplified the task to just show 3D letters floating in space, but that also gave me a blank screen.
So first time using this, hopefully you will do a tutorial soon, It seems to only be creating a single page and not sure how to create multiple pages in my app. As I would like the same style for each page? Do I just tell it to make another page? Or will it replace it? Sorry for all the noob questions. Cant wait to get to the deployment stage, unfortunately I just ran out of daily credits, and I have one page kind of complete.
is there a discord for v0? Or some place I can ask questions? I'd like to remove go back to a specific version in my creation and delete the versions after it. Can that be done?
Hey Vercel , really nice video ! I was wondering if I could help you with more Quality Editing in your videos and also make a highly engaging Thumbnail and also help you with the overall youtube strategy and growth ! Pls let me know what do you think ?
amazing but main issue is that the code is nuked into a single file (at least this seems to me by looking at what others has generated) moreover is 20/month would be nice to bring your own api keys (or use hosted models) but I get you need to monitize :)
When claude uses external libraries, the preview mode throws errort. Icannot iterate anymore. V0 takes it next level with shadcn UI, animation, and libraries.
This is great, will it notify you in any way when it is creating something with canary functionallity? Will there be a VSCode extension like gh copilot?
can we have something like best of v0 where people can upload the things they have created and categorize them. Something like the featured page but more detailed
This already does excellent job for the web frameworks please add support for Flutter and a huge mobile community will come to v0.
if this isn't mind-blowing and revolutionary i don't have other words to describe it!! you guys are amazing!
wr, cepuxuax, do ,outx ,can do, outx etc any nmw s perfx
V0 dev is pretty nice for building out little widgets and dashboards. It does look really nice right off the bat, but it has seemed hard to get it to produce unique content, and starts to have this really vanilla feel. I'm pretty sure I could super quickly spot if a product was made using v0.
Having actual experience programming will help produce that little extra bit of flair that you're looking for. But it does seem to provide a good boilerplate foundation to work with and expand upon outside of v0
I believe these tools are extremely good for developing proof of concepts or prototypes. Not sure if it will ever give you production ready output - not yet anyway.
Vercel, you guys are amazing! It was a great tool before the update, and now it's even better. Thank you!
The windows environment and the 3D stuff are really impressive.
I think AI will make natural programmers even more efficient (they will intuitively know what to avoid) while newbies will remain stuck as beginners, become very mechanical or maintain a superficial understanding all the way. Getting started will become very easy, and mastery will become almost impossible here onwards.
There is some huge facts on what you just said. I agree that when i am using ai at work fir being more productive I can instantly identify when there are some wrong codes and not use it / reprompting / do it myself
Versus newbies just take it and then get stuck hours with errors they could have avoided from the beginning.
Mastering what you do is a must for excelling in your area, no ai will replace nobody on that field. At least not in the next 5 years
Cs guy first year going to 4 year engineering you say ai replace programmer in next 5 years then I have only one year what life l have
@@Manas-x1y same ;(
Double that. Seems like AI tools makes software engineers incredibly powerful while everyone else thinks that era of coding just fades away.
I cannot code and I can now do everything a programmer can do and more. 😊
very excited for svelte and sveltekit support
aitutorialmaker AI fixes this (AI driven Tutorials). Build 3D games, interactive apps.
This is amazing. I've had so many ideas when it comes to building apps for teachers and now it's closer to being a possibility. Thank you.
If this did Svelte it would be incredible.
It would be even cooler if v0 knows Supabase like how he knows Vercel and Next.js.
agreed
Yes please! 🥺
Well I guess it know enough of supabase from my testing
YES
I think supabase has its own AI tool built in
I had never heard of v0 before, from the thumbnail i tought it was some kind of c++ framework and it looked pretty cool and got me exited, the DISAPPOINTMENT i had when i realized it was just an ai chatbot is beyond this world
It's not though. If you actually give it a try and recognize how they've curated it for fast ui generation I bet your opinion would change. People are really sleeping on this.
@@jmd489 yeah people are really sleeping on this, As a dev Im currently building a full app using only ai, V0, cursor, Claude, and only using my voice, the challenge is not to write a single line of code, but guess what , my dev friend can't believe the app is fully coded with ai, and everything is well coded and implemented following standard coding practices, front (react, vite) and back (express js ...)
next stop, start diving into ai agents using aider and opensource LLM
In this world, people need to be open minded and test things , AI is evolving at Unbelievable speed, and people are not even ready from what's coming the next coming year.
v0 has changed my view on designing web apps
Now I can go crazy on mant things
Making dynamic tables. Draggle components in whole apps and many more
I can't think about what I would use it for, but it feels like the future!
lets go , I had the same problem with chatgpt and all these other , their knowledge is still not yet quite updated. I thought of scraping the nextjs with a RAG bot, but I guess now V0 will do that for me haha.
Yo, I just tried V0, and it's mind blowing! Even the free tier is impressive. Please don't tell my boss!
this is a move in the right direction. A nice evolution. I dig it.
This is pretty cool! I can finally get my ai sdk questions answered 🔥🔥!
One thing I think it could be improved is changing the code only where you need it changed, without rewriting the full page again. That would improve so much time of development. Congrats on the product. It's impressive.
So basically...it's Claude Artifacts, but better? Hm. Definitely intruiging but I think it would be even cooler if you guys made the tools used to make this available, like showing how to do this with AI SDK. Or maybe I can ask v0 how to make v0?
Bro wanna clone the project 😂
@@karasira2696yeah whenever you share your cool project to developers, the first thing they ask is “Are you going to open source it?”😂
@@karasira2696 if they are coming after our jobs, we are going after theirs too lol
@@karasira2696 lmao
i was blown away. this is so great on my first try
I love it. Hope will use it in my development journey.
v0 is the only AI tool I would currently use for development
Your missing out by not using cursor ai
@@kdawgwilk i use neovim
Just use cursor lol
Cursor all day every day! Facts!!
@@SW-fh7he i use neovim tho
Junior devs are no more folks
No they have 5 years. Newbs are cooked though. Senior devs stil needed.
Cooked. I run a startup and haven't had to hire a single engineer yet
Tech is no more a full time gig, it is same like musicians. It is finished for most average people! If you are a genius you are safe.
bro, ai's never gonna stop improving.
Honestly one of my biggest annoyances with LLMs is the outdated knowledge especially with stuff like app router and server rendering, the most impressive of these is definitely the Three.js stuff as someone who has tinkered with Three in the past. I'm still waiting for the day LLM's can do some more complex tasks that aren't already well documented online but I really love what y'all are doing over at v0, especially for quick UI skeletons and mockups because of shadcn ui.
This is just 'googling' the answer and spitting out the first thing it finds. If you search "Three.js Grass" This is what I found which has accompanying source code and demo video.
jerromy.github.io/Grass_Basic/
This isn't being generated, it's being spoon fed
So do you cover the hosting as well?
I've been using it for a couple of days now and its awesome!
Love the way you present
The guy nailed it in the end. « Show to your mum how your learning to code » 😅😅
is it possible to put stock photos in the V0 in the future? Currently the photo are empty when I do promos.
One word mindblowing 🎉
When are you going to have support for Angular?
Would love to see Angular support!
You guys need to make a V0 vscode extension
This will break the internet, in a good and bad way
You had my curiosity, now you have my attention!
This looks incredible! the 3D results in particular.
Awesome sauce guys, awesome sauce!
Wow wow wow ... this is so cool. Programming is now all about mental model, not coding anymore. Thanks @vercel for making this awesome tool available to all for free. Love the work you are doing !!
It’s about time for programmers to actually create and build something. Getting a job and building something for someone else is over. Be an entrepreneur and create your own ideas.
And when you release your product and people see it's somewhat successful, there will be hundreds of replicas in no time. Then Vercel, OpenAI, or Anthropic will realize they can do the same and quickly overtake your business because they have advanced AI tools they haven’t released yet. Just like Amazon realized they could sell products under the Amazon Basics brand, there will be an OpenAI or Anthropic version of your product, and you'll be out of business in no time.
@@jaseelkoolathnah not all, execution is the most important thing,even today developpers could just take ur idea but it would have no value without marketing, execution,etc
@@Marwan-_-7m yeah, and who'll be more good at that, an average developer or a multi billion dollar company, who can sell it cheap, because unlike us they own the AI powered coding tool.
Sad to say, but programming is not for me anymore. I didn't pick this career path to become an AI prompter. Get me off this ride.
On enterprise apps this is rarely used, they all have their own systems and code needs to be written from scratch for security and other reasons… this really is useful for a side project or prototyping but if you really want to create a brand identity I’m not sure that shadcn is what you want, also the coupling to this is really quite heavy and I’m not sure lots of companies want that, maybe I’m wrong and they finally managed to get rid of us devs, there will be PMs prompting on v0 😂😂😂
Same, it's quite wild to watch your career you've spent 8 years building go up in flames with each subsequent iteration of a new technology. I know tech moves fast, obviously, but this is way more insane than anything prior in human history.
same feelings, prompting isn't fun as building things on your own. k I am going to learn more low level stuff, hopefully in this area AI is not shining yet
Yeaaaah, this is fucking stupid.
Vercel is doing THIS now? When did we become so complacent to monopoly of the solutions available to the developer world?
VERCEL: WE DON'T CARE.
Chatgpt had that massive impact but people were making memes on it because it was not giving right answers. Now you have something that can actually do the right thing and developers are scared to make memes
Oh, really a good timing, I was struggling with next and this wow
@3:05 Don't tell me v0 will give me a code that has 23 usestates in a single file. 💀
I literally gasped when I saw that. No wonder Lee just quickly scrolled down from that.
Most of it is just repeated states just for different applications that has to be handled more generically.
Ain't no way newbies gonna refactor that crap. If it works, they'll just just leave it alone until some senior comes and has to clean up the mess.
@@SayWhat6187 After refactoring the senior will probably fire those juniors lol.
as he said: „best practice“ 💀
@@SayWhat6187the most you can get from it is markup - that‘s literally it
@@shivambhatnagar9473 this is a tool for product managers, i feel like product team is going to fire all the devs after this
"If this technology existed when i was learnign it would've blew my mind"
nah dude if it existed when you were learning you wouldn't have learned anything
you kinda learn by building stuff with this
Does the MSN Messenger clone have the nudge feature?
v0 dev is next-level. It can write hundreds of lines of code, while Claude cuts off at half that. In code completion, Claude has minor errors, but v0 dev successfully completes it. I now have 3 AI coding assistants: ChatGPT for slightly illegal things, Claude for refinement and UI creation, and 0v dev for problem-solving and long codes.
I’ve noticed it still uses the deprecated API’s for the Vercel AI SDK.
what is the message limit on free plan vs paid plan? and when does the message limit reset?
This is amazing! Is there a similar tool for building entire websites, and not just particular components?
I've been using it for a couple of days now and its awesome!
if i would be so bold as for asking for new features already 😅
it would be awesome to have some kind of multi file support and a nice ui for the project's folder management would be nice to have.
TE AMO VERCEL 🇦🇷 ❤
Hey Lee, I currently have about 60k codebase using the pages router that I would like to move over to app router through a gradual/progressive rewrite, piece by piece. Is there an official guide on how to go about it safely?
I think it's amazing, though after developing someone has to deploy it. I think V0 would be awesome to have a partnership with some cloud for deploying directly
don't you think?
What about the backend?
V0 is really great. Really changed my view on AI
Please share your prompts for the demo projects on this video ❤.
Let's practice
Is it possible to create a notes app and use a database in SQL for example? Does it create the entire process?
would love to see Svelte and SvelteKit support!
it'd be great if it can be integrated into cursor
Thought about the same thing because it's pretty useless like it is, it's still a lot of work and need to adapt to your codebase
very cool stuff! I'm definitely using this.
Amazing we built an entire Saas in 3 days
Not really
In 3 hours bro sure
3 days? 1hr tops. 🤡
is this limited to nextjs only? or can generate nuxtjs?
are there also plans to implement frameworks based on node.js like express, nestjs?
Thanks for the demo!
(In the future, can you please put the subtitles only in the closed captioning data? Seeing the captions live-and especially word-by-word-is extremely distacting.)
Great i like how the windows xp was running on vercel it's great how can i build something like that
Which app did you used for screen record?
I ran a test, but 3D rendering with Three.js keeps failing repeatedly. My initial goal was to recreate SCR's dropclock effect, but I ended up with a blank screen after four attempts. I even simplified the task to just show 3D letters floating in space, but that also gave me a blank screen.
package version conflicts with React 19, please something should be done
Looks cool. Went and tried it but the preview is just blank, even tho there is code in the
This is great. Could you show us how v0 is built? Say if we wanted something similar for another language
Can we use it as an API?
What ai tool it's using under the hood?
Like some of openai models or claufe or llama?
amazing work guys!!
Add a simple deploy or publish button to take whatever was generated to a live site
can you add dark mode ...
Great work guys!
You guys make some cool af stuff
Is the video of Lee Robinson speaking in there bottom right corner generated by AI?
i'm trying to recreate the same examples but it's no where near close what gives?
So first time using this, hopefully you will do a tutorial soon, It seems to only be creating a single page and not sure how to create multiple pages in my app. As I would like the same style for each page? Do I just tell it to make another page? Or will it replace it? Sorry for all the noob questions. Cant wait to get to the deployment stage, unfortunately I just ran out of daily credits, and I have one page kind of complete.
is there a discord for v0? Or some place I can ask questions? I'd like to remove go back to a specific version in my creation and delete the versions after it. Can that be done?
I want to see this work on non-trivial non-web dev tasks.
Nope, it will not, it is specifically designed to support web development
does it have any limitations ?? like no of messages etc ?
OMG, I do love this idea
I'd love to see it supporting react native.
This is amazing but also really scary.
Though, is there a vscode extension
Can it build an Expo app?
Hey Vercel , really nice video ! I was wondering if I could help you with more Quality Editing in your videos and also make a highly engaging Thumbnail and also help you with the overall youtube strategy and growth ! Pls let me know what do you think ?
amazing but main issue is that the code is nuked into a single file (at least this seems to me by looking at what others has generated) moreover is 20/month would be nice to bring your own api keys (or use hosted models) but I get you need to monitize :)
You should make a video on how to export the code and modify it locally.
what about building ui with python stuff (streamlit, what ever ) ?
When claude uses external libraries, the preview mode throws errort. Icannot iterate anymore. V0 takes it next level with shadcn UI, animation, and libraries.
Where is my v0 vscode extension with diff apply!
This is great, will it notify you in any way when it is creating something with canary functionallity? Will there be a VSCode extension like gh copilot?
This is amazing! ❤
Allow us to edit code manually on the platform and have the ai track changes made, would be insane
can we have something like best of v0 where people can upload the things they have created and categorize them. Something like the featured page but more detailed
Is v0 can learn the coding structure from repo and modify how we want?
How can i import into my next app
Is this usable for anything else than js?
Can it build C# WPF GUIs? That would help me out a lot.