diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 2bbdb541f4..b927cfa039 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -929,6 +929,12 @@ "url": "https://sabraman.ru/r/{name}.json", "description": "Legacy skeuomorphic UI components and blocks for shadcn." }, + { + "name": "@odysseyui", + "homepage": "https://www.odysseyui.com/docs", + "url": "https://www.odysseyui.com/r/{name}.json", + "description": "A design focused component library for Next.js, built for speed, flexibility and developer experience." + }, { "name": "@rescript-shadcn", "homepage": "https://rescript-shadcn.miriad.studio", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 1a05920bb3..19ef0891c3 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1085,6 +1085,13 @@ "description": "Legacy skeuomorphic UI components and blocks for shadcn.", "logo": " " }, + { + "name": "@odysseyui", + "homepage": "https://www.odysseyui.com/docs", + "url": "https://www.odysseyui.com/r/{name}.json", + "description": "A design focused component library for Next.js, built for speed, flexibility and developer experience.", + "logo": " " + }, { "name": "@rescript-shadcn", "homepage": "https://rescript-shadcn.miriad.studio",