Show HN: Cosmo – Desktop agent with generated UI

(buildcosmo.com)

2 points | by row0 10 hours ago ago

2 comments

  • nigardev 9 hours ago

    this generative UI approach is interesting. curious how you handle the UI rendering - are you building native desktop views or rendering in a webview? also, what happens when the data structure changes from one of those integrations, does the UI break or adapt?

    • row0 6 hours ago

      Thanks! It uses a WebKit webview. The agent uses CLI, MCP, and headless browser (fallback) to interact with apps so what is generated is up to the apps' protocols themselves. Data refreshing is not yet implemented so all generated UIs are for now ephemeral and static