## Goal Render layouts fetched from a server, like a mini browser. ## Tasks - [ ] `CofluiRemoteView` — fetch layout JSON from a URL, render, cache - [ ] Validation contract — shape-check JSON before render; graceful error card (no crash) - [ ] Action routing — button `actionUrl` → POST snapshot back - [ ] Layout versioning / hot-reload - [ ] History/favorites (GetStorage or similar) in the host app ## Acceptance - Point the view at any HTTPS endpoint returning coflui JSON and it renders.
Goal
Render layouts fetched from a server, like a mini browser.
Tasks
CofluiRemoteView— fetch layout JSON from a URL, render, cacheactionUrl→ POST snapshot backAcceptance