Skip to content

tribal ui

Opens a web-based dashboard for browsing assistants, viewing memories, and managing your knowledge base visually.

Terminal window
tribal ui [OPTIONS]
OptionDescriptionDefault
--port, -pPort for the web UI server7484
--no-browserDon’t open a browser automatically
Terminal window
# Launch with default settings
tribal ui
# Custom port
tribal ui --port 8080
# Don't auto-open browser
tribal ui --no-browser

The dashboard provides a visual interface for:

  • Browse assistants — see all Backboard assistants in your account
  • View memories — browse, search, and read all stored memories for any assistant
  • Create memories — add new knowledge entries directly from the UI
  • Delete memories — remove individual memories or clear all

The dashboard runs a local FastAPI server that:

  1. Serves a React frontend on localhost:7484
  2. Proxies API requests to the Backboard API (with your stored credentials)
  3. Opens your default browser automatically (unless --no-browser is passed)

The server runs in the foreground — press Ctrl+C to stop it.