Import project from another tool

Hi everyone,

I originally created my frontend project using Cursor AI, but it’s been running poorly lately, and discovering v0 has honestly been the best decision I’ve made this month.

My current project is a simple landing page — no complex logic, no backend. Is there any way to import my existing GitHub repo into v0, or somehow continue building it here? Or is starting from scratch the only option? :thinking:

Thanks in advance!

Hi, Cryptotechno! Welcome :waving_hand:

This is coming very soon! Hang tight. :smiley:

In the meantime, you can start from scratch or even share screenshots of your current project for it to re-build.

I’m glad to hear this!

Let us know how you get on!

1 Like

make a

npm run build

. When finished compress everything except node_modules and .next into a zip and upload it into the chat of v0.

Basically u have to reverse the steps in my guide

the project should use the same logic v0 uses has base such as working on NextJs

Then when u deploy u can connect to github so u create a repo with the build u are using in v0 and u can continue to deploy it and the repo in github will update, and if u need to use cursor to debug just commit the repo of the v0 project

Thank you, will try :slightly_smiling_face:

1 Like

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