GitHub Import into v0?

Unfortunately the code generator site I have been using the last 4 months announced they are shutting down on October 31st. I have finished building my site through them and it’s in a great working state, however I would like to transition to a new code generator so I can continue to evolve it and add new features. The original site has full GitHub integration, so the entire codebase is there. The owner of that site suggested moving the code to Vercel and v0 to keep developing, but while Vercel has GitHub importing, v0 seems unable to import a GirHub project. Is there a good way to get around this?

Unfortunately v0 cannot currently connect to an existing git repo. There are two workarounds

  • upload the code as a zip to start a new chat and then use git sync to get v0 to make a new repo
  • git sync an empty chat to make a new repo and then copy over the code locally, then push and v0 should sync it back

The reason for this limitation is that v0’s current preview runtime is limited to a specific tech stack, and code created outside of v0 is not guaranteed to be compatible. Success may vary.

We are working on a new sandbox runtime that will be able to run a significantly wider variety of codebases, and when that happens we’ll enable official support for external git repos