docs: make Catalog visual and reproducible

This commit is contained in:
ukimsanov
2026-08-04 03:06:31 -07:00
parent 7e5a9b3c24
commit 79c4056a3f
184 changed files with 3760 additions and 2732 deletions
@@ -1,31 +1,25 @@
---
title: "Apple Terminal Ocean"
description: "Apple Terminal Ocean profile with deep blue background and white text, per-character typing animation."
title: "Code Snippet - Apple Terminal Ocean"
description: "Apple Terminal Ocean profile: deep blue background with white text, per-character typing animation of a shell session."
---
# Apple Terminal Ocean
`code` `developer` `showcase` `terminal` `apple` `apple-terminal`
macOS Terminal.app window in the built-in Ocean profile — vivid `#224FBE` blue background with crisp white text. Bold and distinctive, with per-character typing animation.
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-ocean.mp4" autoPlay muted loop playsInline />
`code` `developer` `showcase` `terminal` `apple`
## Add it to a project
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-ocean.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-ocean.png" autoPlay muted loop playsInline />
### Ask your agent
## Install
<CodeGroup>
```bash Terminal
npx hyperframes add code-snippet-apple-terminal-ocean
```text
Add the Code Snippet - Apple Terminal Ocean block from the HyperFrames Catalog to this project.
Replace the demo content with mine and match the existing design and timing.
```
</CodeGroup>
### Install from the terminal
Install all Apple Terminal themes at once:
```bash Terminal
npx hyperframes add apple-terminal
```bash
npx hyperframes add code-snippet-apple-terminal-ocean
```
## Details
@@ -36,33 +30,24 @@ npx hyperframes add apple-terminal
| Dimensions | 1920×1080 |
| Duration | 12s |
## Files
**Installed files**
| File | Target | Type |
| --- | --- | --- |
| `code-snippet-apple-terminal-ocean.html` | `compositions/code-snippet-apple-terminal-ocean.html` | hyperframes:composition |
## Usage
## Use it
After installing, add the block to your host composition:
Ask your agent to replace the example content, match the project style, and place the block at the right moment in the video.
**Wiring it by hand.** The installed block can be added to a host composition with:
```html
<div
data-composition-id="code-snippet-apple-terminal-ocean"
data-composition-src="compositions/code-snippet-apple-terminal-ocean.html"
data-start="0"
data-duration="12"
data-track-index="1"
data-width="1920"
data-height="1080"
></div>
<div data-composition-id="code-snippet-apple-terminal-ocean" data-composition-src="compositions/code-snippet-apple-terminal-ocean.html" data-start="0" data-duration="12" data-track-index="1" data-width="1920" data-height="1080"></div>
```
## Features
## Related topics
- Faithful recreation of macOS Terminal.app Ocean profile — #224FBE blue background with white text
- macOS window chrome with traffic light buttons and centered title bar
- Per-character GSAP typing animation — command types out character by character
- Output lines reveal sequentially after command executes
- Cursor blinks three times at the end then holds steady
- Self-contained HTML — no external assets, only GSAP CDN
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)