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 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
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.
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
@@DzSagace 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.
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.
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.
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
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
v0 - amazing tool with great potential. I love Nextjs 13+ and Schadcn but really don't like Tailwind as a styling solution. Usually use MUI as alternative. My favorite stack Nextjs + Supabase + MUI. But I am definitely sure v0 has bright future. Used smart it cam increase the development performance tens of times.
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.
"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
Boomer coders seithing the same way artists did when midjourney started making better art than they could. v0 is on the right path for sure. Keep it up. I'm personally excited to embrace the future of the industry and adjusting my workflow accordingly.
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?
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?
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.
"share your progress" of what? Prompting? Soon people will stop taking programmers seriously, everyone will say you just generated that code. Thank you Vercel and others.
“Soon people will stop taking cromagnon men seriously, everyone will say you just used electricity instead of making your own fire” Humanity will always evolve, your choice to adapt or not.
You already generate your code. You're not writing 1s and 0s directly, you are writing a high level language that compiles/transpiles/whatever trough several layers until it becomes a set of instructions computers actually understand. People have been building layers upon layers of abstraction for a long time, and from a business perspective it's very useful. Instead of wasting weeks writing a button pixel by pixel and making it work on all different hardware architectures, you just write something like in whatever language/framework you use and everything else is taken care of for you. Same goes for everything in life, you don't manually inject fuel and air into your engine, your car does that automatically. You just press a pedal and go forward. Things evolve over time and become faster and easier to do.
I agree. Weaponization of mediocrity. Why read the docs when something can just give you the answer? Efficient? Yes, but at what cost? I seriously doubt AI will help you in a real project (spoiler: which will likely not making a form).
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.)
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.
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.
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?
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 :)
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 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
Vercel, you guys are amazing! It was a great tool before the update, and now it's even better. Thank you!
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
The windows environment and the 3D stuff are really impressive.
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.
I love it. Hope will use it in my development journey.
Yo, I just tried V0, and it's mind blowing! Even the free tier is impressive. Please don't tell my boss!
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
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.
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
@@DzSagace 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.
This is pretty cool! I can finally get my ai sdk questions answered 🔥🔥!
I've been using it for a couple of days now and its awesome!
this is a move in the right direction. A nice evolution. I dig it.
Love the way you present
V0 is really great. Really changed my view on AI
If this did Svelte it would be incredible.
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.
i was blown away. this is so great on my first try
I can't think about what I would use it for, but it feels like the future!
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.
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
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.
One word mindblowing 🎉
Oh, really a good timing, I was struggling with next and this wow
Great work guys!
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
So cool I love it🎉
very cool stuff! I'm definitely using this.
The guy nailed it in the end. « Show to your mum how your learning to code » 😅😅
Really helpful tool!
You had my curiosity, now you have my attention!
This looks incredible! the 3D results in particular.
Awesome sauce guys, awesome sauce!
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
This is amazing! ❤
amazing work guys!!
bro, ai's never gonna stop improving.
v0 - amazing tool with great potential. I love Nextjs 13+ and Schadcn but really don't like Tailwind as a styling solution. Usually use MUI as alternative. My favorite stack Nextjs + Supabase + MUI. But I am definitely sure v0 has bright future. Used smart it cam increase the development performance tens of times.
This will break the internet, in a good and bad way
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.
Awesome 👀
TE AMO VERCEL 🇦🇷 ❤
Amazing 😮, before i have to copy paste the doc along with my question
OMG, I do love this idea
Vercel this is amazing!
That's awesome, I like 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
really awesome
Amazing we built an entire Saas in 3 days
Not really
In 3 hours bro sure
3 days? 1hr tops. 🤡
this is what i was looking for, cool
Boomer coders seithing the same way artists did when midjourney started making better art than they could. v0 is on the right path for sure. Keep it up. I'm personally excited to embrace the future of the industry and adjusting my workflow accordingly.
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.
Great, we can build MS Paint clone!! Amazing.
Loved this❤
You guys make some cool af stuff
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
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?
This is awesome.
very cool, thanks
this is insane
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?
You guys need to make a V0 vscode extension
This is fire
This would be great for starting project and but building components
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
Yeah v0 is dope!!
would love to see Svelte and SvelteKit support!
Now, people can code in 1 minutes 😁
hey man, just upgrade too to have great support for the Java language! I love using this AI to enhance my Minecraft plugins
Guys, for the love of everything, stop changing stuff. My projects are getting outdated very quickly.
@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
"share your progress" of what? Prompting?
Soon people will stop taking programmers seriously, everyone will say you just generated that code.
Thank you Vercel and others.
“Soon people will stop taking cromagnon men seriously, everyone will say you just used electricity instead of making your own fire”
Humanity will always evolve, your choice to adapt or not.
You already generate your code. You're not writing 1s and 0s directly, you are writing a high level language that compiles/transpiles/whatever trough several layers until it becomes a set of instructions computers actually understand. People have been building layers upon layers of abstraction for a long time, and from a business perspective it's very useful. Instead of wasting weeks writing a button pixel by pixel and making it work on all different hardware architectures, you just write something like in whatever language/framework you use and everything else is taken care of for you. Same goes for everything in life, you don't manually inject fuel and air into your engine, your car does that automatically. You just press a pedal and go forward. Things evolve over time and become faster and easier to do.
I agree.
Weaponization of mediocrity. Why read the docs when something can just give you the answer?
Efficient? Yes, but at what cost? I seriously doubt AI will help you in a real project (spoiler: which will likely not making a form).
Thats not true , we are evolving
@@MightBeRasor Not really , even with ai i still read docs etc,its an efficiency tool
Well GG software development
Add a simple deploy or publish button to take whatever was generated to a live site
Great now vercel is hopping on the bandwagon
What ai tool it's using under the hood?
Like some of openai models or claufe or llama?
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.)
This is great. Could you show us how v0 is built? Say if we wanted something similar for another language
So do you cover the hosting as well?
❤❤❤
Well that was impressive
wow looks really interesting
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.
This is amazing! Is there a similar tool for building entire websites, and not just particular components?
Security researchers will rubb there hands if its used in production😂
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
Omg I just realized next.js is full stack. Please integrate Perplexity and Gemini for retrieving docs and long context.
When are you going to have support for Angular?
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.
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?
interesting times for sure
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 :)
amazing
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?
I’ve noticed it still uses the deprecated API’s for the Vercel AI SDK.
are there also plans to implement frameworks based on node.js like express, nestjs?
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
Allow us to edit code manually on the platform and have the ai track changes made, would be insane