Anima API

Anima’s API lets you expand your product offering by turning Figma designs or live websites into clean, production-ready code — ideal for automation, AI agents, and developer-facing features.

👉 To get access, contact us

👉 For more details, visit the Anima SDK GitHub README.

Main Features

  1. Figma to Code
    Generate high-quality code from Figma files using Anima’s codegen engine.
  2. Link to Code (URL → Code)
    Clone any public website with HTML or React code.

⚙️ Settings Reference

OptionTypeDescription
language"typescript" | "javascript"Programming language (React only)
framework"react" | "html"Output format
styling"tailwind", "styled_components", etcStyling strategy
uiLibrary"shadcn", "mui", "antd"UI library (React only)
responsivePagesArray<{ name, framesId }>Define breakpoints manually
enableTranslationbooleanEnables translation tags (HTML only)
enableCompactStructurebooleanGenerate fewer files
enableAutoSplitbooleanAutomatically split large components
autoSplitThresholdnumberControl component splitting threshold

To get access, contact us

For more details, visit the Anima SDK GitHub README.