claudecodeui
by siteboon
Use Claude Code, Cursor CLI or Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely
# Add to your Claude Code skills
git clone https://github.com/siteboon/claudecodeuiA desktop and mobile UI for Claude Code, Cursor CLI and Codex. You can use it locally or remotely to view your active projects and sessions in Claude Code, Cursor, or Codex and make changes to them from everywhere (mobile or desktop). This gives you a proper interface that works everywhere.
Screenshots
<div align="center"> <table> <tr> <td align="center"> <h3>Desktop View</h3> <img src="public/screenshots/desktop-main.png" alt="Desktop Interface" width="400"> <br> <em>Main interface showing project overview and chat</em> </td> <td align="center"> <h3>Mobile Experience</h3> <img src="public/screenshots/mobile-chat.png" alt="Mobile Interface" width="250"> <br> <em>Responsive mobile design with touch navigation</em> </td> </tr> <tr> <td align="center" colspan="2"> <h3>CLI Selection</h3> <img src="public/screenshots/cli-selection.png" alt="CLI Selection" width="400"> <br> <em>Select between Claude Code, Cursor CLI and Codex</em> </td> </tr> </table> </div>Features
- Responsive Design - Works seamlessly across desktop, tablet, and mobile so you can also use Claude Code, Cursor, or Codex from mobile
- Interactive Chat Interface - Built-in chat interface for seamless communication with Claude Code, Cursor, or Codex
- Integrated Shell Terminal - Direct access to Claude Code, Cursor CLI, or Codex through built-in shell functionality
- File Explorer - Interactive file tree with syntax highlighting and live editing
- Git Explorer - View, stage and commit your changes. You can also switch branches
- Session Management - Resume conversations, manage multiple sessions, and track history
- TaskMaster AI Integration (Optional) - Advanced project management with AI-powered task planning, PRD parsing, and workflow automation
- Model Compatibility - Works with Claude Sonnet 4.5, Opus 4.5, and GPT-5.2
Quick Start
Prerequisites
- Node.js v20 or higher
- Claude Code CLI installed and configured, and/or
- Cursor CLI installed and configured, and/or
- Codex installed and configured
One-click Operation (Recommended)
No installation required, direct operation:
npx @siteboon/claude-code-ui
The server will start and be accessible at http://localhost:3001 (or your configured PORT).
To restart: Simply run the same npx command again after stopping the server
Global Installation (For Regular Use)
For frequent use, install globally once:
npm install -g @siteboon/claude-code-ui
Then start with...