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:
- Create a v0 API key.
- In Zed, open your settings and find the OpenAI configuration.
- Replace the default API URL with the following:
"language_models": {
"openai": {
"api_url": "https://api.v0.dev/v1",
"version": "1"
}
}