PulseRPC Web UI
The PulseRPC Web UI provides a browser-based interface for working with JSON-RPC services. It offers two modes:
- Universal Client - Connect to and test existing JSON-RPC services
- Playground - Write IDL and generate code in your browser

Starting the Web UI
To start the Web UI, run:
./target/pulserpc -ui -ui-port 8080
Then open your browser to http://localhost:8080.
Choosing a Mode
When you first open the Web UI, you’ll see two options:
- Client - Use this mode to connect to a running JSON-RPC service and interactively call methods
- Playground - Use this mode to write IDL definitions and generate server/client code
Both modes are fully functional in the browser and require no additional installation beyond the PulseRPC binary.