diff --git a/docs/catalog/components/hw-arrow.mdx b/docs/catalog/components/hw-arrow.mdx
new file mode 100644
index 000000000..62cb01644
--- /dev/null
+++ b/docs/catalog/components/hw-arrow.mdx
@@ -0,0 +1,38 @@
+---
+title: "Hand-Drawn Arrow"
+description: "Wobbled draw-on arrow with straight, gentle, and swoop curve presets; boils while on screen"
+---
+
+# Hand-Drawn Arrow
+
+Wobbled draw-on arrow with straight, gentle, and swoop curve presets; boils while on screen
+
+`handwritten` `annotation` `arrow` `overlay`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-arrow
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-arrow.html` | `compositions/components/hw-arrow.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-arrow/assets/fonts/Caveat-700-latin.woff2 b/registry/components/hw-arrow/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/components/hw-arrow/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/components/hw-arrow/hw-arrow.html b/registry/components/hw-arrow/hw-arrow.html
new file mode 100644
index 000000000..bd6439740
--- /dev/null
+++ b/registry/components/hw-arrow/hw-arrow.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/components/hw-arrow/registry-item.json b/registry/components/hw-arrow/registry-item.json
new file mode 100644
index 000000000..394672670
--- /dev/null
+++ b/registry/components/hw-arrow/registry-item.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-arrow",
+ "type": "hyperframes:component",
+ "title": "Hand-Drawn Arrow",
+ "description": "Wobbled draw-on arrow with straight, gentle, and swoop curve presets; boils while on screen",
+ "tags": [
+ "handwritten",
+ "annotation",
+ "arrow",
+ "overlay"
+ ],
+ "files": [
+ {
+ "path": "hw-arrow.html",
+ "target": "compositions/components/hw-arrow.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 4c4215607..1b2b14105 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -574,6 +574,10 @@
{
"name": "hw-boil",
"type": "hyperframes:component"
+ },
+ {
+ "name": "hw-arrow",
+ "type": "hyperframes:component"
}
]
}