diff --git a/docs/catalog/components/hw-underline.mdx b/docs/catalog/components/hw-underline.mdx
new file mode 100644
index 000000000..739d375fa
--- /dev/null
+++ b/docs/catalog/components/hw-underline.mdx
@@ -0,0 +1,38 @@
+---
+title: "Squiggle Marks"
+description: "Hand-drawn squiggle underline, double-pass strikethrough, and bracket marks that draw on"
+---
+
+# Squiggle Marks
+
+Hand-drawn squiggle underline, double-pass strikethrough, and bracket marks that draw on
+
+`handwritten` `annotation` `text-treatment`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-underline
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-underline.html` | `compositions/components/hw-underline.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-underline/assets/fonts/Caveat-700-latin.woff2 b/registry/components/hw-underline/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/components/hw-underline/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/components/hw-underline/hw-underline.html b/registry/components/hw-underline/hw-underline.html
new file mode 100644
index 000000000..2ac7374d2
--- /dev/null
+++ b/registry/components/hw-underline/hw-underline.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+
+
+
+
underline the point
+
cross this out
+
bracket the aside
+
+
+
+
+
+
+
+
+
diff --git a/registry/components/hw-underline/registry-item.json b/registry/components/hw-underline/registry-item.json
new file mode 100644
index 000000000..c6c7c8b05
--- /dev/null
+++ b/registry/components/hw-underline/registry-item.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-underline",
+ "type": "hyperframes:component",
+ "title": "Squiggle Marks",
+ "description": "Hand-drawn squiggle underline, double-pass strikethrough, and bracket marks that draw on",
+ "tags": [
+ "handwritten",
+ "annotation",
+ "text-treatment"
+ ],
+ "files": [
+ {
+ "path": "hw-underline.html",
+ "target": "compositions/components/hw-underline.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 033c0336f..5da470f84 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -594,6 +594,10 @@
{
"name": "hw-box-label",
"type": "hyperframes:component"
+ },
+ {
+ "name": "hw-underline",
+ "type": "hyperframes:component"
}
]
}