Code Apps are my current favourite thing about the Power Platform, they follow what I think Microsoft's AI strategy should have been all along "Automate the code underneath, not the UI", as that's what LLMS are good at. But I found a couple of issues with Code Apps: The CLI requirements is a barrier for some The process is disjointed (e.g. getting connection id from url) Require repo like GitHub (another barrier) React is good for some use cases but overkill for others So I wanted to create a way to fix these issues, I wanted A way for most makers to build without adding connectors To enable Copilot and other Agents to build right first time No CLI commands needed and a simple workflow Store the editable code in the platform Callout, although I dabble in TypeScript I'm stuck in my ways and prefer JavaScript, also I like to build things, so anyone who calls out this probably isn't necessary and the LLM will do all the complex stuff is right So here was my idea, create a fork of code apps built on top of the…