Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

The ui command manages the PraisonAI web user interface.
Use praisonai serve ui for the unified command. The standalone praisonai ui still works but shows a deprecation warning.

Usage

praisonai serve ui [OPTIONS]

Options

OptionShortDescriptionDefault
--port-pPort to run UI on8082
--host-hHost to bind to127.0.0.1
--publicMake UI publicly accessiblefalse

Examples

Start UI

praisonai serve ui

Start on custom port

praisonai serve ui --port 3000

Make publicly accessible

praisonai serve ui --public --host 0.0.0.0

See Also