Launch web UI for dialog management
uicommandsetup L2★29
AI-agents-incubator/n8n-pilot ↗What it does
Launch web UI for dialog browsing and management
Best for
Browsing and managing Claude Code dialogs in a browser interface when command-line export is insufficient or team collaboration is needed.
Inputs
- · none (starts server)
Outputs
- · web server on http://localhost:3333
- · interactive dialog list and editor
Requires
- · Node.js
- · claude-export CLI
Preconditions
- · .claude/dist/claude-export/cli.js executable
- · port 3333 available
Failure modes
- · dependencies missing (auto-installed on first run)
- · port 3333 in use (server fails to start)
- · dist artifacts not built
Trust signals
- · auto-install of dependencies
- · development server (Ctrl+C to stop)
- · no build step required