# Compositions A composition is an HTML document that defines a video timeline. ## Structure Every composition needs a root element with `data-composition-id`: ```html
``` ## Nested Compositions Embed one composition inside another: ```html
``` ## Listing Compositions Use `npx hyperframes compositions` to see all compositions in a project. ## Variables Compositions can expose variables for dynamic content: ```html
```