diff --git a/docs/catalog/blocks/hw-title.mdx b/docs/catalog/blocks/hw-title.mdx
new file mode 100644
index 000000000..cca3fb764
--- /dev/null
+++ b/docs/catalog/blocks/hw-title.mdx
@@ -0,0 +1,44 @@
+---
+title: "Handwritten Title"
+description: "Handwritten display text with a scalar-driven word-by-word highlight sweep and a seeded squiggle underline sized to the text; boils"
+---
+
+# Handwritten Title
+
+Handwritten display text with a scalar-driven word-by-word highlight sweep and a seeded squiggle underline sized to the text; boils
+
+`handwritten` `typography` `title-card`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-title
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 6s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-title.html` | `compositions/hw-title.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/hw-title/assets/fonts/Caveat-700-latin.woff2 b/registry/blocks/hw-title/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/blocks/hw-title/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/blocks/hw-title/hw-title.html b/registry/blocks/hw-title/hw-title.html
new file mode 100644
index 000000000..fe905c733
--- /dev/null
+++ b/registry/blocks/hw-title/hw-title.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/hw-title/registry-item.json b/registry/blocks/hw-title/registry-item.json
new file mode 100644
index 000000000..b2ab3cf7d
--- /dev/null
+++ b/registry/blocks/hw-title/registry-item.json
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-title",
+ "type": "hyperframes:block",
+ "title": "Handwritten Title",
+ "description": "Handwritten display text with a scalar-driven word-by-word highlight sweep and a seeded squiggle underline sized to the text; boils",
+ "tags": [
+ "handwritten",
+ "typography",
+ "title-card"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 6,
+ "files": [
+ {
+ "path": "hw-title.html",
+ "target": "compositions/hw-title.html",
+ "type": "hyperframes:composition"
+ },
+ {
+ "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 a3e551c2d..9352e3ffd 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -567,6 +567,10 @@
"name": "hw-text-cloud",
"type": "hyperframes:block"
},
+ {
+ "name": "hw-title",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"