diff --git a/docs/catalog/components/hw-callout-circle.mdx b/docs/catalog/components/hw-callout-circle.mdx
new file mode 100644
index 000000000..8f075c56c
--- /dev/null
+++ b/docs/catalog/components/hw-callout-circle.mdx
@@ -0,0 +1,38 @@
+---
+title: "Scribble Callout Circle"
+description: "Wobbled ellipse draws around a target with optional scribble fill, curved connector, and handwritten label"
+---
+
+# Scribble Callout Circle
+
+Wobbled ellipse draws around a target with optional scribble fill, curved connector, and handwritten label
+
+`handwritten` `annotation` `callout` `overlay`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-callout-circle
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-callout-circle.html` | `compositions/components/hw-callout-circle.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/hw-callout-circle/assets/fonts/Caveat-700-latin.woff2 b/registry/components/hw-callout-circle/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/components/hw-callout-circle/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/components/hw-callout-circle/hw-callout-circle.html b/registry/components/hw-callout-circle/hw-callout-circle.html
new file mode 100644
index 000000000..ece389cde
--- /dev/null
+++ b/registry/components/hw-callout-circle/hw-callout-circle.html
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/components/hw-callout-circle/registry-item.json b/registry/components/hw-callout-circle/registry-item.json
new file mode 100644
index 000000000..374b31ba2
--- /dev/null
+++ b/registry/components/hw-callout-circle/registry-item.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-callout-circle",
+ "type": "hyperframes:component",
+ "title": "Scribble Callout Circle",
+ "description": "Wobbled ellipse draws around a target with optional scribble fill, curved connector, and handwritten label",
+ "tags": [
+ "handwritten",
+ "annotation",
+ "callout",
+ "overlay"
+ ],
+ "files": [
+ {
+ "path": "hw-callout-circle.html",
+ "target": "compositions/components/hw-callout-circle.html",
+ "type": "hyperframes:snippet"
+ },
+ {
+ "path": "assets/fonts/Caveat-700-latin.woff2",
+ "target": "assets/fonts/Caveat-700-latin.woff2",
+ "type": "hyperframes:asset"
+ }
+ ]
+}
diff --git a/registry/registry.json b/registry/registry.json
index 1b2b14105..688f0b03f 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -578,6 +578,10 @@
{
"name": "hw-arrow",
"type": "hyperframes:component"
+ },
+ {
+ "name": "hw-callout-circle",
+ "type": "hyperframes:component"
}
]
}