diff --git a/docs/catalog/blocks/hw-text-cloud.mdx b/docs/catalog/blocks/hw-text-cloud.mdx
new file mode 100644
index 000000000..a57ec19b2
--- /dev/null
+++ b/docs/catalog/blocks/hw-text-cloud.mdx
@@ -0,0 +1,44 @@
+---
+title: "Speech Bubble"
+description: "Hand-drawn speech bubble with a positionable tail: outline draws on, paper fill fades in, handwritten text types per character; boils"
+---
+
+# Speech Bubble
+
+Hand-drawn speech bubble with a positionable tail: outline draws on, paper fill fades in, handwritten text types per character; boils
+
+`handwritten` `speech-bubble` `overlay`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-text-cloud
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 6s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-text-cloud.html` | `compositions/hw-text-cloud.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/hw-text-cloud/assets/fonts/Caveat-700-latin.woff2 b/registry/blocks/hw-text-cloud/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/blocks/hw-text-cloud/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/blocks/hw-text-cloud/hw-text-cloud.html b/registry/blocks/hw-text-cloud/hw-text-cloud.html
new file mode 100644
index 000000000..89acf8a6e
--- /dev/null
+++ b/registry/blocks/hw-text-cloud/hw-text-cloud.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/hw-text-cloud/registry-item.json b/registry/blocks/hw-text-cloud/registry-item.json
new file mode 100644
index 000000000..508ab6349
--- /dev/null
+++ b/registry/blocks/hw-text-cloud/registry-item.json
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-text-cloud",
+ "type": "hyperframes:block",
+ "title": "Speech Bubble",
+ "description": "Hand-drawn speech bubble with a positionable tail: outline draws on, paper fill fades in, handwritten text types per character; boils",
+ "tags": [
+ "handwritten",
+ "speech-bubble",
+ "overlay"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 6,
+ "files": [
+ {
+ "path": "hw-text-cloud.html",
+ "target": "compositions/hw-text-cloud.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 688f0b03f..a3e551c2d 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -563,6 +563,10 @@
"name": "vfx-liquid-glass",
"type": "hyperframes:block"
},
+ {
+ "name": "hw-text-cloud",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"