nats-nui / nui

Free and Open Source NATS management GUI.
https://natsnui.app
The Unlicense
87 stars 7 forks source link
free golang gui nats react ui

NATS WebUI Logo

NUI


Free and Open Source NATS management GUI.

Easily manage your NATS core, streams and buckets, both from Desktop App or Web interface!

NATS WebUI Logo

Features :factory:


Coming soon...or later 😸


Get Started 🚀


Build and run Locally

The projects uses Go and Wails.io as to run the BE and React on Vite on FE.

Prerequisites

To build and run the project locally:

web app

npm install
make dev-web

starts the application in web mode, using the db dir as persistent data directory

desktop app

make dev

starts wails in development mode, building the application based on the underlying operating system