I’ve run into a limitation with v0 that’s blocking a smoother workflow.
Currently, to use v0 in a project, you need to start the actual project in v0. If you missed that step, your options are:
- Create a new git repo using v0, then manually copy all existing code over and push
- Use the v0 API instead, but that’s limited to v0-1.0-md rather than the more powerful v0-1.5-md (Claude 4) model that the v0.dev interface uses
*Feature requests😘
- Allow v0 to import existing GitHub repositories (similar to how Vercel handles regular project imports)
- Open up v0-1.5-md model access via the API
This would make v0 much more practical for existing projects and teams who discover v0 after they’ve already started development.
Has anyone else encountered this? Any workarounds I’m missing?