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
- Figma to Code
Generate high-quality code from Figma files using Anima’s codegen engine. - Link to Code (URL → Code)
Clone any public website with HTML or React code.
⚙️ Settings Reference
Option | Type | Description |
---|---|---|
language | "typescript" | "javascript" | Programming language (React only) |
framework | "react" | "html" | Output format |
styling | "tailwind" , "styled_components" , etc | Styling strategy |
uiLibrary | "shadcn" , "mui" , "antd" | UI library (React only) |
responsivePages | Array<{ name, framesId }> | Define breakpoints manually |
enableTranslation | boolean | Enables translation tags (HTML only) |
enableCompactStructure | boolean | Generate fewer files |
enableAutoSplit | boolean | Automatically split large components |
autoSplitThreshold | number | Control component splitting threshold |
To get access, contact us
For more details, visit the Anima SDK GitHub README.
Updated 2 days ago