Skip to content

Weaviate StudioManage Weaviate from VS Code

The go-to management UI for self-hosted and custom Weaviate installations — local, on-prem, or cloud. More features than the cloud dashboard.

Weaviate Studio

Quick Install

VS CodeCursorWindsurfManual
MarketplaceOpen VSXOpen VSXDownload VSIX

What is Weaviate Studio?

Weaviate Studio is a VS Code extension that gives you a full-featured management interface for any Weaviate instance — local, on-prem, or cloud. Unlike Weaviate's cloud-only web UI, Weaviate Studio works with self-hosted and custom installations where no management dashboard exists.

Why Weaviate Studio?

  • Works everywhere — local Docker, on-prem servers, or Weaviate Cloud
  • More features than the cloud dashboard: Data Explorer, Generative Search, RBAC, Backup & Restore, Multi-Vector Search, and more
  • No browser needed — everything lives inside your editor

Demo

Extension Demo

See the extension in action: tree explorer, query editor, and real-time results. Learn more →

Data Explorer

Data Explorer Demo

Interactive visual browser with advanced filtering, vector search, and data export. Learn more →

Generative Search Demo

Ask natural-language questions across collections with RAG-powered answers. Learn more →

Cluster Management

Cluster Management

Monitor your cluster health, node status, shard distribution, and run diagnostic checks — all from a real-time dashboard. Learn more →

Schema Explorer

Schema Explorer

Browse collections, inspect nested properties, view raw JSON schemas, and generate API code equivalents. Learn more →

RBAC & Security

Manage users, roles, and groups with native RBAC support. Rotate API keys, toggle read-only mode, and control access per connection. Learn more →


Supported Editors

Weaviate Studio works in all editors that support VS Code extensions:


Quick Local Sandbox

Want to try Weaviate Studio right away? Our sandbox spins up a fully-configured Weaviate instance with sample data:

bash
cd sandbox
docker-compose up -d
python3 populate.py

Learn more →


Stay Connected

Released under the MIT License.