> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-animate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The open-source creative suite for AI agents

# The creative suite for agents.

Open-source toolkit that gives coding agents the power to generate images, compose videos, and create motion graphics — all through code.

```bash theme={null}
npx oanim init my-video
```

## Works with

Claude Code · Cursor · Codex · Windsurf · any agent that writes code

## What agents can build

<CardGroup cols={2}>
  <Card title="Product Launch" icon="rocket" href="/templates#product-launch">
    Gradient background, logo pop-in, CTA slide. The 5-second clip every startup needs.
  </Card>

  <Card title="Explainer" icon="list-ol" href="/templates#explainer">
    Numbered steps with staggered entrances and transitions between scenes.
  </Card>

  <Card title="Metrics Dashboard" icon="chart-line" href="/templates#metrics-dashboard">
    CountUp animations for revenue, users, and growth.
  </Card>

  <Card title="Meme Caption" icon="mobile" href="/templates#meme-caption">
    Vertical 1080x1920. Bold text, shake entrance, zoom. Ship to Reels.
  </Card>
</CardGroup>

[Browse all templates →](/templates)

## Capabilities

<CardGroup cols={2}>
  <Card title="AI Media Generation" icon="images" href="/cli/assets">
    Generate images, video, and audio. Edit photos, remove backgrounds, upscale. Run any of 30+ AI models via `oanim assets run`.
  </Card>

  <Card title="Video Composition" icon="film" href="/core/element-animations">
    Compose React-based videos with Remotion. 8 animation presets, 14 transitions, typography, and production-ready components.
  </Card>

  <Card title="Design System" icon="palette" href="/core/design-tokens">
    5 color palettes, font stacks, spacing, and components tuned for 1920x1080.
  </Card>

  <Card title="Cloud Rendering" icon="cloud" href="/platform/cloud-rendering">
    Render locally or in the cloud. No Chromium or ffmpeg needed for `--cloud`.
  </Card>
</CardGroup>

## Packages

| Package       | Description                                               |
| ------------- | --------------------------------------------------------- |
| `oanim`       | CLI — scaffolding, rendering, asset generation            |
| `@oanim/core` | Animation presets, transitions, components, design tokens |

## Open core

Everything is Apache 2.0 and self-hostable. The [hosted platform](/platform/overview) handles auth, billing, and cloud rendering.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    First video in 60 seconds.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/jacobcwright/open-animate">
    Source code and issues.
  </Card>
</CardGroup>
