{
  "name": "remotionui-recipes",
  "homepage": "https://remotionui.com",
  "guidance": "Choose a recipe first when the user asks for a complete video. Install all listed components before importing.",
  "recipes": [
    {
      "slug": "captioned-social-video",
      "title": "Captioned social video",
      "intent": "Build a vertical short-form video with hook text, synced captions, audio visuals, and CTA.",
      "components": [
        "social-clip",
        "caption-scene",
        "caption-highlight",
        "audiogram-scene",
        "end-card"
      ],
      "installCommand": "npx remotion-ui@latest add social-clip caption-scene caption-highlight audiogram-scene end-card",
      "docsUrl": "https://remotionui.com/docs/ai/recipes/captioned-social-video",
      "prompt": "Create a 9:16 captioned social clip using RemotionUI. Install the components first, import them from local source paths, and use Remotion Caption[] data for synced captions."
    },
    {
      "slug": "data-story",
      "title": "Data story",
      "intent": "Build a chart-led explainer video with animated metrics and timeline context.",
      "components": [
        "data-story",
        "animated-bar-chart",
        "metric-ticker",
        "timeline-steps",
        "caption-bumper"
      ],
      "installCommand": "npx remotion-ui@latest add data-story animated-bar-chart metric-ticker timeline-steps caption-bumper",
      "docsUrl": "https://remotionui.com/docs/ai/recipes/data-story",
      "prompt": "Create a data-story Remotion video using RemotionUI. Convert the user's data into typed arrays and keep each scene focused on one readable insight."
    },
    {
      "slug": "podcast-clip",
      "title": "Podcast clip",
      "intent": "Build an audio-first clip with waveform visuals and synced captions.",
      "components": [
        "podcast-clip",
        "audio-pulse",
        "waveform-line",
        "audiogram-scene",
        "caption-scene"
      ],
      "installCommand": "npx remotion-ui@latest add podcast-clip audio-pulse waveform-line audiogram-scene caption-scene",
      "docsUrl": "https://remotionui.com/docs/ai/recipes/podcast-clip",
      "prompt": "Create a podcast clip using RemotionUI. Ask for an audio source and captions, then use audio visuals and safe-area captions."
    },
    {
      "slug": "product-intro",
      "title": "Product intro",
      "intent": "Build a polished product intro or feature showcase.",
      "components": [
        "intro",
        "showcase",
        "title-card",
        "feature-list",
        "logo-reveal",
        "end-card"
      ],
      "installCommand": "npx remotion-ui@latest add intro showcase title-card feature-list logo-reveal end-card",
      "docsUrl": "https://remotionui.com/docs/ai/recipes/product-intro",
      "prompt": "Create a product intro using RemotionUI. Start with a short headline, reveal the product or logo, show key features, and end with a CTA."
    },
    {
      "slug": "lower-third-scene",
      "title": "Lower-third scene",
      "intent": "Build a lower third, speaker label, title card, stat card, or quote overlay.",
      "components": [
        "lower-third",
        "title-card",
        "stat-card",
        "quote-card",
        "callout-spotlight"
      ],
      "installCommand": "npx remotion-ui@latest add lower-third title-card stat-card quote-card callout-spotlight",
      "docsUrl": "https://remotionui.com/docs/ai/recipes/lower-third-scene",
      "prompt": "Create a reusable scene overlay using RemotionUI. Reserve layout slots and keep text readable instead of manually stacking elements."
    }
  ]
}