Remix.run Logo
sirjaz 3 days ago

It would be awesome if this could be wrapped around a native app rather than another webapp. Otherwise, great job!

gavinray 3 days ago | parent | next [-]

Why do you want to shove a web app into a native window?

segmenta 3 days ago | parent | prev | next [-]

TBH we weren't sure if people preferred a native app or a web app for this kind of tool. This is useful feedback! We are trying to figure out how to bundle the micro-services together into maybe an electron app.

ramnique 3 days ago | parent [-]

Just to add more details here - currently the dashboard is a Next.js app, but the agents runtime (and Copilot) are Python apps since they're using the OpenAI agents sdk. We're trying to figure out the best way to bundle these into a single native app.

sirjaz 3 days ago | parent | next [-]

You could use tauri and use the native webview of the particular os

ramnique 3 days ago | parent [-]

We'll check this out, thanks!

pylotlight 2 days ago | parent | prev [-]

I would suggest wails/go which imo is way simpler for cli/gui tools over rust based apps.

jstummbillig 3 days ago | parent | prev [-]

Web is native