An AI agent skill that turns Figma designs into production-ready mobile code. Supports Jetpack Compose, Android XML, SwiftUI, and UIKit. Paste a Figma link, AI reads the design tree, and generates idiomatic code. Auto-layout becomes Column/Row, repeating elements become LazyColumn, style refs become color tokens. Free, open source, no paid API needed. Works with OpenClaw, Claude Code, or GitHub Copilot.
No reviews yetBe the first to leave a review for figma-to-mobile
Maker
📌
Hey PH! 👋
I'm a mobile developer and I was frustrated with existing Figma-to-code tools — they either generate absolute-positioned garbage or cost $50/month.
So I built this as an open-source AI skill. The key difference: it reads the Figma design tree via API instead of taking screenshots. This means it understands layout relationships and generates code that a human would actually write.
Tested on a Material Design 3 Messaging App from Figma Community — the generated Compose code uses Scaffold, LazyColumn, NavigationBar, and proper Material3 theming.
Would love your feedback!