Zed

Use v0 inside Zed.

v0 integrates directly into Zed, letting you generate full-stack applications from natural language and image input, without ever leaving your editor.

To get started:

  1. Create a v0 API key.
  2. In Zed, open your settings and find the OpenAI configuration.
  3. Replace the default API URL with the following:
"language_models": {
  "openai": {
    "api_url": "https://api.v0.dev/v1",
    "version": "1"
  }
}