From a33becad35658a7a384dba038690458c8372f1e6 Mon Sep 17 00:00:00 2001 From: Shuta Kumano Date: Fri, 22 May 2026 21:25:16 +0900 Subject: [PATCH] feat(registry): add @gymnopedies registry (#10728) * feat(registry): add @gymnopedies to directory * chore(registry): rebuild registries.json --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ed64a6cb10..23056c1ea2 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -305,6 +305,12 @@ "url": "https://glasscn-components.vercel.app/r/{name}.json", "description": "A shadcn-compatible registry of glassmorphism components inspired by Apple" }, + { + "name": "@gymnopedies", + "homepage": "https://gymnopedies.shoota.work", + "url": "https://gymnopedies.shoota.work/r/{name}.json", + "description": "A dark, serif, glow-leaning shadcn registry of read-only components for blogs, essays, and long-form reading experiences — inspired by the quiet, candlelit cabaret of Erik Satie's Gymnopédies." + }, { "name": "@ha-components", "homepage": "https://hacomponents.keshuac.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index db9dd8ef57..0334cfdbdb 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -357,6 +357,13 @@ "description": "A shadcn-compatible registry of glassmorphism components inspired by Apple", "logo": "" }, + { + "name": "@gymnopedies", + "homepage": "https://gymnopedies.shoota.work", + "url": "https://gymnopedies.shoota.work/r/{name}.json", + "description": "A dark, serif, glow-leaning shadcn registry of read-only components for blogs, essays, and long-form reading experiences — inspired by the quiet, candlelit cabaret of Erik Satie's Gymnopédies.", + "logo": " " + }, { "name": "@ha-components", "homepage": "https://hacomponents.keshuac.com",