Home / Docs / Explorer & Web UI

Explorer & Web UI

The embedded web UI ships inside the xe binary via //go:embed. No JavaScript dependencies, no build step, no separate deployment. Enable with xe node --ui.

Technology

Enabling

xe node --ui                     # serve UI on API port
xe node --ui --ui-port 8081      # serve UI on separate port
xe node --ui --wallet            # enable wallet pages

Pages

Development Override

Use --ui-dir ./web/ to serve from filesystem instead of embedded assets (hot reload during development).

Legacy

The standalone SvelteKit explorer and web wallet repos are deprecated as of v0.7.0. The embedded UI replaces both.