Weaviate Manager is a native GraphQL GUI client for Weaviate databases. This launch (v0.1.4) introduces a configurable CSV export dialog with field picker and encoding options, a full-screen onboarding overlay for first-time users, and an interactive 4-step feature tour. It also fixes critical data loading bugs by migrating all queries to raw GraphQL for broader Weaviate version compatibility, and adds dedicated pages for connection management and multimodal search.
No reviews yetBe the first to leave a review for Weaviate Manager
Maker
📌
Hey everyone ,
I built Weaviate Manager because I kept struggling with the Weaviate console – it’s powerful but not very friendly for day‑to‑day data exploration. I wanted a tool that feels like a native GraphQL IDE, with a clean UI and smart defaults.
This launch (v0.1.4) is the result of months of iterating with early users. We’ve added a configurable CSV export dialog (with field picker and encoding options), a full‑screen onboarding overlay for first‑timers, and a 4‑step interactive tour to lower the learning curve. Under the hood, we switched all queries to raw GraphQL to fix compatibility issues across Weaviate versions – so it just works.
It’s fully open source, and I’d love your feedback! Try it out, break it, and tell me what you’d like to see next. Happy to answer any questions here. Thanks for checking it out!
Report
The raw GraphQL switch was a smart move for compatibility. One thing that would help me a lot is a saved queries panel, so I can bookmark frequently used GraphQL queries with their variables and reload them with one click. Would save a ton of typing when jumping between similar searches.
Report
Saved query history would be a great add here, somewhere you can star or label the GraphQL queries you run often and reload them in one click. Makes a real difference when you're jumping between the same handful of filters during testing.
Report
been looking for something like this for a while, super useful for our team. one thing that would be a huge help though - a way to save and reuse query templates, maybe with parameters. like if i'm running similar searches across different schemas, having presets would save a ton of time.
Report
the raw GraphQL migration is a really thoughtful call, especially for teams running older Weaviate versions. love that you prioritized compatibility over the easier ORM path.
The raw GraphQL switch was a smart move for compatibility. One thing that would help me a lot is a saved queries panel, so I can bookmark frequently used GraphQL queries with their variables and reload them with one click. Would save a ton of typing when jumping between similar searches.
Saved query history would be a great add here, somewhere you can star or label the GraphQL queries you run often and reload them in one click. Makes a real difference when you're jumping between the same handful of filters during testing.
been looking for something like this for a while, super useful for our team. one thing that would be a huge help though - a way to save and reuse query templates, maybe with parameters. like if i'm running similar searches across different schemas, having presets would save a ton of time.
the raw GraphQL migration is a really thoughtful call, especially for teams running older Weaviate versions. love that you prioritized compatibility over the easier ORM path.