Skip to content

CompdownA natural language for After Effects

Describe compositions in plain text, create them with a click

Quick Example ​

yaml
compositions:
  - name: My Comp
    layers:
      - name: title
        type: text
        text: Hello World
        transform:
          position: [960, 540]
      - name: background
        type: solid
        color: 1a1a2e

This creates a composition with a dark solid background and centered text. That's it — no scripting, no clicking through menus.

Released under the MIT License.