Anima Production Checklist Overview Anima converts Figma designs into production-ready code for React, Vue, and HTML. A failed design-to-code pipeline means engineers receive broken components, mismatched tokens, or stale screens that drift from the source of truth. This checklist ensures your Anima integration produces reliable, framework-compliant output before it reaches CI/CD. Authentication & Secrets - [ ] stored in secrets manager (never in source) - [ ] Figma personal access token scoped to read-only with expiration - [ ] Separate API keys for dev/staging/prod environments - [ ] Key ro…