Has anyone else used v0.dev to build a real MVP? Would love to swap notes
Hey everyone 👋
I’ve been building products for a long time (15+ years), and I recently tried using v0.dev for the first time. Honestly didn’t expect much, but I was surprised how quickly I got something real off the ground - not just a playground UI, but a fully working fitness app with protected routes, dashboards, flow logic, the works.
It’s called The HIIT PIT — and it’s live, but that’s not why I’m posting.
I’m more curious to hear from other devs and indie makers:
• Have you tried tools like v0.dev or similar AI-based builders?
• What were the gotchas or unexpected wins?
• Would you actually ship something production-ready this way?
I still did a lot of work to stitch everything together, but it saved me a ton of time. I’m super curious how others are approaching this - especially solo builders trying to move fast.
Would love to hear your experiences or trade notes.


Replies
Quarterly Planning Workbook
I’m just like you—after 24 years of traditional programming, I’ve started exploring vibe coding, and it’s been a lot of fun. V0 has been great! I built careerleap.app using it, spent the last two months learning it, and I’d be happy to share everything I’ve picked up. Here is a quick video I created yesterday to show I how I am using these new tools: https://youtu.be/j5n-Z-DZUVU
@vinodsharma A few stuggles of mine are: it always deploys to prod - while I would like preview/stage to be deployed at first. And be able to sync hte code to github. Any tips on this?
At one point - v0 straight out refused to code, I had to remind it that it can code:
Yes, I've used to build an MVP! Let’s connect and share insights Piso Wifi curious how your experience compares to mine.
I wish @Vercel team could add where I can deploy the v0.dev code to a dev or staging environment not production directly and sync my code to a remote git repository!
yes I made many apps, but the best was this progressive web app - https://repspaced.vercel.app/
should I launch it?
@zhhsay Doesnt really tell me what is it just by looking at your link. How was v0 helpful?
I've built both popadex and popper using the VS Code Agent with Claude 3.7 extensively. A combination of Agent + Rails 8 and Kamal means really fast development + deployment.
i worked with it for 2 weeks building a dating app but experienced so many glitches and bugs and everytime i wanted to add a detail or feature the entire app would crash and be lost, then i would go crazy and start over. I was so hopeful for this but i think its not quite ready.
@kirsten_karchmer1Â An this, I have had this issue several time. Just asking to revert back to lost code sometime helped. I always had working backup using zip downloads so that helped. It just build things way faster than cursor/others would do hence I am still at it 4 days in a row and a full featured MVP is out form me - thehiitpit.com
I haven't tried v0.dev yet, but you made me look into it, thanks!
As a software engineer, I fully embrace cursor.com though, especially as it is also platform agnostic and I can build native iOS and Mac apps for example (I have recently built MotoFlow, launching on Friday). Furthermore, having a proper IDE at hand has been important when a project matures (even just a bit) to iron out issues and stay efficient with the work. Sometimes any challenge the agents are facing can be solved much quicker manually or the in depth engineering expertise helps to guide it in the right way with more precise instructions.
Also establishing a good feedback loop is as important for the agent as it is for human developers: Feeding exceptions, build errors, failing test assertions or even "user feedback" back into it is a very helpful approach.
Exciting times! 🚀
Tried v0 out of curiosity as coding is not my domain & also experiments with deployment always failed. I found v0 good in this aspect but the ai executes a lot of unwanted/unasked stuff also ( some happy discoveries and some flaws so need to roll back a lot ) Building something thats MVP level and making decent progress. But with the new pricing change - this might be affected. Imagine 100+ updates to get to a decent level even with clear requirements!! We'd be paying for the mistakes made by v0..any thoughts on how to mitigate this.
I think v0 by Vercel is a great starting point. Build of the core look and styling in v0 but then shift over to cursor for easy changes. I have built out our companies entire landing pag and dashboard on Vercel, Big fan!
Hi there! I use v0.dev, Cursor and Firebase studio and Codex. It’s great for exploration and prototypes but I wouldn’t ship as-is to production. There’s too many things these tools don’t do well — yet. Error prone, security, redundancy, etc
Unexpected wins - contradictory to the above statement - it’s amazing HOW well it does things at times. Particularly frontend and simple backend.
It’s then pretty easy to see what lands from a product perspective before investing time and/or $$.