Generated a site on v0. How to download all site files to my computer?

I generated a site through the v0 platform and transferred it to Vercel. I want to download all the site files to my computer. How can I do this?

1 Like

I don’t think there’s a way to directly download the source from Vercel or v0. The best way though would be to deploy to Vercel and then connect to a git repo. From there you can either clone the repo locally or download as a zip directly from GitHub.

1 Like

I used the “Add to codebase” approach outlined here:

https://www.reddit.com/r/nextjs/comments/1fzs4ji/comment/lz95cal/

2 Likes

Thanks for sharing this, @aruns!

This is the way I’ve done it in the past :smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.