diff --git a/docs/catalog/components/yt-circle-pointer.mdx b/docs/catalog/components/yt-circle-pointer.mdx
new file mode 100644
index 000000000..e069fa9d2
--- /dev/null
+++ b/docs/catalog/components/yt-circle-pointer.mdx
@@ -0,0 +1,38 @@
+---
+title: "Pointer Circle + Countdown"
+description: "Draw-on annotation ellipse around a target plus a countdown chip that pulses each tick"
+---
+
+# Pointer Circle + Countdown
+
+Draw-on annotation ellipse around a target plus a countdown chip that pulses each tick
+
+`annotation` `countdown` `overlay`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-circle-pointer
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-circle-pointer.html` | `compositions/components/yt-circle-pointer.html` | hyperframes:snippet |
+
+## Usage
+
+Read the installed file and copy its CSS, markup pattern, and helper functions into your host composition — the parent timeline owns all timing. The file's header comment documents the wiring calls.
diff --git a/registry/components/yt-circle-pointer/registry-item.json b/registry/components/yt-circle-pointer/registry-item.json
new file mode 100644
index 000000000..7fc750c7a
--- /dev/null
+++ b/registry/components/yt-circle-pointer/registry-item.json
@@ -0,0 +1,19 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-circle-pointer",
+ "type": "hyperframes:component",
+ "title": "Pointer Circle + Countdown",
+ "description": "Draw-on annotation ellipse around a target plus a countdown chip that pulses each tick",
+ "tags": [
+ "annotation",
+ "countdown",
+ "overlay"
+ ],
+ "files": [
+ {
+ "path": "yt-circle-pointer.html",
+ "target": "compositions/components/yt-circle-pointer.html",
+ "type": "hyperframes:snippet"
+ }
+ ]
+}
diff --git a/registry/components/yt-circle-pointer/yt-circle-pointer.html b/registry/components/yt-circle-pointer/yt-circle-pointer.html
new file mode 100644
index 000000000..dfb801ca6
--- /dev/null
+++ b/registry/components/yt-circle-pointer/yt-circle-pointer.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
the thing
+
+
+
+
+ 5sec
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index d44b84a89..51857912e 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -598,6 +598,10 @@
{
"name": "yt-feather-highlight",
"type": "hyperframes:component"
+ },
+ {
+ "name": "yt-circle-pointer",
+ "type": "hyperframes:component"
}
]
}