Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Feature]: Start debugging server from UI #390

Open okdewit opened 2 months ago

okdewit commented 2 months ago

Feature Request

As documented, it is possible to start a server to use remote rivet projects, but the current method requires setting up a websocket server, using a code snippet.

I think it would be very nice if it was possible to start this server from the Rivet GUI application itself with the click of a button. A possible use case is to run the host/server on powerful hardware with local inference models at home, while running the interface from a lightweight laptop, potentially over a VPN.

Code of Conduct

abrenneke commented 2 months ago

This is a good idea, thanks. Probably pretty easy to do.