Hello everyone
I'm trying to create Canvas Apps entirely through code without touching Power Apps Studio. So far, with Claude Code, I can get about 80% there with Power Apps CLI, but the holdup for me is the GUI requirements for control positioning, visual properties, and screen layouts.
 
From what I have tried or researched, Playwright quickly seemed like it would be too brittle, and manipulating .msapp files might be too risky.
 
Anyone already realizing what is just a goal for me? If so, how did you achieve this for creating solutions that can be deployed to production environments?
 
I'm open to any workarounds, undocumented APIs, or creative solutions to eliminate the GUI requirement completely. My goal is natural language in, working app out, zero manual steps.
 
Anyone cracked this?