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

# Animated Videos

> Learn how to create animated videos with Agent — describe what you want in everyday language and export polished motion graphics.

Create professional animated videos with Replit Agent. Describe the video you want in everyday language, and Agent generates motion graphics you can export and share — no video editing skills or expensive agencies required.

## Overview

Replit Animation lets you create polished motion graphics entirely through conversation with Agent. These are programmatic animations built with React — Remotion is not used; instead, Animated Videos rely on a combination of website animation libraries and custom Agent skills. This is not AI-generated video like Runway or Sora. Your videos can include text overlays, smooth transitions, AI-generated images, and more.

Videos auto-play in a loop in the Preview pane, and you can iterate on them by chatting with Agent, just like building any other app.

**Available to all builders**, including the free tier.

## Creating an animated video

You can start creating an animated video in two ways from the Replit homepage:

### Option 1: Type a prompt

Select the **App** tab on the homepage and type a prompt that describes the video you want. Agent will automatically detect video-related prompts and select the Animated Video stack.

Example prompts:

* "Make a promo video for my new sparkling water brand"
* "Create a 30-second explainer video for how large language models work"
* "Make a cinematic promotional video for the city of Austin, Texas"

<Frame>
  <img src="https://mintcdn.com/replit/7KKf43UVBTiyR5yK/images/replitai/animation-prompt-box.png?fit=max&auto=format&n=7KKf43UVBTiyR5yK&q=85&s=fa73dfae3c46520e82c795778e7b5725" alt="Replit homepage App tab with Animation selected and a prompt reading Create a launch video for my new app" width="1200" height="675" data-path="images/replitai/animation-prompt-box.png" />
</Frame>

### Option 2: Select from the dropdown

1. Go to the **App** tab on the homepage.
2. Open the app type dropdown.
3. Select **Animation**.
4. Type a description of the video you want to create.

<Frame>
  <img src="https://mintcdn.com/replit/7KKf43UVBTiyR5yK/images/replitai/animation-entry-point.png?fit=max&auto=format&n=7KKf43UVBTiyR5yK&q=85&s=d852a1351468ff7a44789b5e2dffa107" alt="App type dropdown showing Animation selected among options including Web app, Mobile app, Data Visualization, 3D Game, and Automation" width="1200" height="675" data-path="images/replitai/animation-entry-point.png" />
</Frame>

Once Agent starts building, it generates the animation and displays it in the preview pane. You can watch the video auto-play in a loop and continue chatting to make changes.

## Iterating on your video

After Agent generates the first version, you can refine it through conversation. A few approaches that work well:

* **Use the Enhance Prompt button** in the chat input, which is tuned specifically for video prompts.
* **Ask for improvements** — saying something like "make it better" or "add more complex animations within the scenes, be more creative" after reviewing the first version tends to produce strong results.
* **Be specific** about what you want changed — for example, "make the transitions smoother," "change the color scheme to dark blue and gold," or "add a logo reveal at the end."

If you submit a few different prompts, you'll likely be happy with at least one of the results.

## Exporting your video

When your video looks good, you can export it as an MP4 file.

1. Locate the **Export** button in the top right of the Preview pane.
2. Select your preferred quality settings:
   * **Resolution**: 720p or 1080p
   * **Frame rate**: 30fps or 60fps
3. Select **Export**. Rendering may take a few minutes depending on the complexity of the video.
4. Once rendering is complete, the MP4 file downloads automatically.

<Frame>
  <img src="https://mintcdn.com/replit/7KKf43UVBTiyR5yK/images/replitai/animation-export-dialog.png?fit=max&auto=format&n=7KKf43UVBTiyR5yK&q=85&s=f311c5f05dbe2473f145aa2c3896bb43" alt="Export video dialog showing Name field, Quality dropdown set to 1080p 60fps, and Render button" style={{maxWidth: "350px"}} width="662" height="495" data-path="images/replitai/animation-export-dialog.png" />
</Frame>

You can also select **Publish** to share a link to the video.

**Export times**: Longer or more complex videos may take several minutes to render. The export runs server-side, so you can continue working while it processes.

## Use cases

Animated Videos work well for a range of creative and professional needs:

* **Product launch videos** — announce a new app, feature, or product release with a polished promo.
* **Brand and cinematic videos** — create visually rich videos for companies, cities, universities, or events.
* **Explainer videos** — break down how a product, feature, or concept works in 30–60 seconds.
* **Social media content** — make scroll-stopping motion graphics for Twitter/X, LinkedIn, Instagram, or TikTok.
* **Landing page videos** — add animated hero sections or background videos to your website.
* **Fundraising and investor updates** — create professional announcement videos for milestones.

## Video specifications

| Property         | Details                                                                                                |
| ---------------- | ------------------------------------------------------------------------------------------------------ |
| **Format**       | MP4                                                                                                    |
| **Resolution**   | 720p or 1080p                                                                                          |
| **Frame rate**   | 30fps or 60fps                                                                                         |
| **Aspect ratio** | 16:9 (default)                                                                                         |
| **Rendering**    | Server-side; animation libraries (typically used for websites) plus custom Agent skills — not Remotion |
| **Playback**     | Auto-play loop in preview pane                                                                         |

## Common questions

* **Can I pause or play the video?** The Preview does not include built-in pause/play controls. Videos always auto-play in a loop. If you want pause/play (or scene selection) in your video, you can ask Agent to add them — though adding these controls can sometimes degrade design quality, so you may prefer to keep the default loop.
* **Is there scene selection?** There is no built-in scene selector in the preview. You can ask Agent to add scene selection or other controls if you want; the same tradeoff applies as above.

## Limitations

Animated Videos is a new feature and has some current limitations to be aware of:

* **Programmatic animation only**: Videos are React-based motion graphics. This is not AI-generated video (like Runway or Sora) — though it can generate videos and use those in the code.
* **Rendering time**: Complex animations may take several minutes to export. Simpler videos render faster.
* **Iteration may be needed**: While many prompts produce great results in one shot, you may need to iterate through 2–3 versions to get the exact result you want. Using the Enhance Prompt button for the initial prompt and giving feedback after the first checkpoint helps.

## Next steps

* **Try example prompts**: Start with one of the demo prompts above to see what Animated Videos can do.
* **Use Enhance Prompt**: The Enhance Prompt button in chat is tuned for video prompts and tends to improve results.
* **Publish or download**: Export your finished video as MP4, or publish it to share a link.
* **Explore other app types**: Learn about [building apps with Agent](/core-concepts/agent) or creating visual designs with [Canvas](/replitai/canvas).
