Skip to main content

UI Service Guide

The Morio User Interface Service (ui) provides a web-based user interface for interacting with your Morio deployment.

The UI is built with NextJS and relies on the api service to provide functionality.

In other words, the UI does not have server-side code that does anything. Instead, the UI runs in the browser and talks to the Morio API to do what needs to be done.

UI service responsibilities

The ui service runs on every Morio broker node , and handles the following responsibilities:

Provide an intuitive way to interact with Morio

That’s it. Perhaps easier said than done, but that’s really all it has to do does.