From a5eb2796503133a59b6f827da4dc7a4d67d28269 Mon Sep 17 00:00:00 2001 From: q32757468 <43193877+q32757468@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:03:21 +0800 Subject: [PATCH] feat(registry): add gpt-vis registry (#10794) --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5becae97a9..1765bf7b15 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -532,6 +532,13 @@ "description": "Open source component library with animated components, beautiful effects, and custom toast notifications. Built with Radix UI and Tailwind CSS.", "logo": "" }, + { + "name": "@gpt-vis", + "homepage": "https://gpt-vis.antv.vision", + "url": "https://gpt-vis.antv.vision/r/{name}.json", + "description": "AI-native visualization components for LLM projects. Render 26 chart types from vis syntax strings or config objects.", + "logo": "" + }, { "name": "@gymnopedies", "homepage": "https://gymnopedies.shoota.work",