diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index f17537b41d..fb3f956dba 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1101,6 +1101,12 @@
"name": "@evilbuttons",
"homepage": "https://evilbuttons.radiumcoders.com/docs",
"url": "https://evilbuttons.radiumcoders.com/r/{name}.json",
- "description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup."
+ "description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup."
+ },
+ {
+ "name": "@stepper",
+ "homepage": "https://francozeta-stepper.vercel.app",
+ "url": "https://francozeta-stepper.vercel.app/{name}.json",
+ "description": "A modern, accessible and composable Stepper component for React and Tailwind CSS. Built for shadcn/ui-style workflows with registry-first distribution."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index e8ad53f7c3..80ce604b4a 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1287,5 +1287,12 @@
"url": "https://evilbuttons.radiumcoders.com/r/{name}.json",
"description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup.",
"logo": ""
+ },
+ {
+ "name": "@stepper",
+ "homepage": "https://francozeta-stepper.vercel.app",
+ "url": "https://francozeta-stepper.vercel.app/{name}.json",
+ "description": "A modern, accessible and composable Stepper component for React and Tailwind CSS. Built for shadcn/ui-style workflows with registry-first distribution.",
+ "logo": ""
}
]