@siteboon/claude-code-ui 1.21.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +82 -213
- package/dist/assets/index-7_J3n3lH.js +1204 -0
- package/dist/assets/index-BFyod1Qa.css +32 -0
- package/dist/assets/{vendor-codemirror-BMLq5tLB.js → vendor-codemirror-C8f1vU1x.js} +9 -9
- package/dist/assets/{vendor-react-DIN4KjD2.js → vendor-react-CdSTmIF1.js} +1 -1
- package/dist/index.html +6 -6
- package/package.json +23 -2
- package/server/claude-sdk.js +63 -11
- package/server/database/db.js +68 -0
- package/server/database/init.sql +14 -1
- package/server/index.js +486 -6
- package/server/projects.js +53 -14
- package/server/routes/cli-auth.js +23 -4
- package/server/routes/codex.js +3 -0
- package/server/routes/cursor.js +5 -2
- package/server/routes/gemini.js +2 -0
- package/shared/modelConstants.js +6 -2
- package/dist/assets/index-Cxnz_sny.css +0 -32
- package/dist/assets/index-DN2ZJcRJ.js +0 -1381
package/README.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="public/logo.svg" alt="
|
|
2
|
+
<img src="public/logo.svg" alt="CloudCLI UI" width="64" height="64">
|
|
3
3
|
<h1>Cloud CLI (aka Claude Code UI)</h1>
|
|
4
4
|
</div>
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor CLI](https://docs.cursor.com/en/cli/overview)
|
|
7
|
+
A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor CLI](https://docs.cursor.com/en/cli/overview), [Codex](https://developers.openai.com/codex), and [Gemini-CLI](https://geminicli.com/). You can use it locally or remotely to view your active projects and sessions and make changes to them from everywhere (mobile or desktop). This gives you a proper interface that works everywhere.
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://cloudcli.ai">CloudCLI Cloud</a> · <a href="https://discord.gg/buxwujPNRE">Discord</a> · <a href="https://github.com/siteboon/claudecodeui/issues">Bug Reports</a> · <a href="CONTRIBUTING.md">Contributing</a>
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<p align="center">
|
|
14
|
+
<a href="https://discord.gg/buxwujPNRE"><img src="https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white" alt="Join our Discord"></a>
|
|
15
|
+
<a href="https://trendshift.io/repositories/15586" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15586" alt="siteboon%2Fclaudecodeui | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
16
|
+
</p>
|
|
8
17
|
|
|
9
|
-
<a href="https://trendshift.io/repositories/15586" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15586" alt="siteboon%2Fclaudecodeui | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
10
18
|
<div align="right"><i><b>English</b> · <a href="./README.ko.md">한국어</a> · <a href="./README.zh-CN.md">中文</a> · <a href="./README.ja.md">日本語</a></i></div>
|
|
11
19
|
|
|
12
20
|
## Screenshots
|
|
@@ -44,146 +52,71 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
|
|
|
44
52
|
|
|
45
53
|
## Features
|
|
46
54
|
|
|
47
|
-
- **Responsive Design** - Works seamlessly across desktop, tablet, and mobile so you can also use
|
|
48
|
-
- **Interactive Chat Interface** - Built-in chat interface for seamless communication with
|
|
49
|
-
- **Integrated Shell Terminal** - Direct access to
|
|
55
|
+
- **Responsive Design** - Works seamlessly across desktop, tablet, and mobile so you can also use Agents from mobile
|
|
56
|
+
- **Interactive Chat Interface** - Built-in chat interface for seamless communication with the Agents
|
|
57
|
+
- **Integrated Shell Terminal** - Direct access to the Agents CLI through built-in shell functionality
|
|
50
58
|
- **File Explorer** - Interactive file tree with syntax highlighting and live editing
|
|
51
59
|
- **Git Explorer** - View, stage and commit your changes. You can also switch branches
|
|
52
60
|
- **Session Management** - Resume conversations, manage multiple sessions, and track history
|
|
53
61
|
- **TaskMaster AI Integration** *(Optional)* - Advanced project management with AI-powered task planning, PRD parsing, and workflow automation
|
|
54
|
-
- **Model Compatibility** - Works with Claude Sonnet 4.5, Opus 4.5,
|
|
62
|
+
- **Model Compatibility** - Works with Claude Sonnet 4.5, Opus 4.5, GPT-5.2, and Gemini.
|
|
55
63
|
|
|
56
64
|
|
|
57
65
|
## Quick Start
|
|
58
66
|
|
|
59
|
-
###
|
|
60
|
-
|
|
61
|
-
- [Node.js](https://nodejs.org/) v22 or higher
|
|
62
|
-
- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and configured, and/or
|
|
63
|
-
- [Cursor CLI](https://docs.cursor.com/en/cli/overview) installed and configured, and/or
|
|
64
|
-
- [Codex](https://developers.openai.com/codex) installed and configured
|
|
65
|
-
|
|
66
|
-
### One-click Operation (Recommended)
|
|
67
|
-
|
|
68
|
-
No installation required, direct operation:
|
|
69
|
-
|
|
70
|
-
```bash
|
|
71
|
-
npx @siteboon/claude-code-ui
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
The server will start and be accessible at `http://localhost:3001` (or your configured PORT).
|
|
75
|
-
|
|
76
|
-
**To restart**: Simply run the same `npx` command again after stopping the server
|
|
77
|
-
### Global Installation (For Regular Use)
|
|
78
|
-
|
|
79
|
-
For frequent use, install globally once:
|
|
80
|
-
|
|
81
|
-
```bash
|
|
82
|
-
npm install -g @siteboon/claude-code-ui
|
|
83
|
-
```
|
|
67
|
+
### CloudCLI Cloud (Recommended)
|
|
84
68
|
|
|
85
|
-
|
|
69
|
+
The fastest way to get started — no local setup required. Get a fully managed, containerized development environment accessible from the web, mobile app, API, or your favorite IDE.
|
|
86
70
|
|
|
87
|
-
|
|
88
|
-
claude-code-ui
|
|
89
|
-
```
|
|
71
|
+
**[Get started with CloudCLI Cloud](https://cloudcli.ai)**
|
|
90
72
|
|
|
91
73
|
|
|
92
|
-
|
|
74
|
+
### Self-Hosted (Open source)
|
|
93
75
|
|
|
94
|
-
**
|
|
95
|
-
```bash
|
|
96
|
-
cloudcli update
|
|
97
|
-
```
|
|
76
|
+
Try CloudCLI UI instantly with **npx** (requires **Node.js** v22+):
|
|
98
77
|
|
|
99
|
-
### CLI Usage
|
|
100
|
-
|
|
101
|
-
After global installation, you have access to both `claude-code-ui` and `cloudcli` commands:
|
|
102
|
-
|
|
103
|
-
| Command / Option | Short | Description |
|
|
104
|
-
|------------------|-------|-------------|
|
|
105
|
-
| `cloudcli` or `claude-code-ui` | | Start the server (default) |
|
|
106
|
-
| `cloudcli start` | | Start the server explicitly |
|
|
107
|
-
| `cloudcli status` | | Show configuration and data locations |
|
|
108
|
-
| `cloudcli update` | | Update to the latest version |
|
|
109
|
-
| `cloudcli help` | | Show help information |
|
|
110
|
-
| `cloudcli version` | | Show version information |
|
|
111
|
-
| `--port <port>` | `-p` | Set server port (default: 3001) |
|
|
112
|
-
| `--database-path <path>` | | Set custom database location |
|
|
113
|
-
|
|
114
|
-
**Examples:**
|
|
115
|
-
```bash
|
|
116
|
-
cloudcli # Start with defaults
|
|
117
|
-
cloudcli -p 8080 # Start on custom port
|
|
118
|
-
cloudcli status # Show current configuration
|
|
119
78
|
```
|
|
120
|
-
|
|
121
|
-
### Run as Background Service (Recommended for Production)
|
|
122
|
-
|
|
123
|
-
For production use, run Claude Code UI as a background service using PM2 (Process Manager 2):
|
|
124
|
-
|
|
125
|
-
#### Install PM2
|
|
126
|
-
|
|
127
|
-
```bash
|
|
128
|
-
npm install -g pm2
|
|
79
|
+
npx @siteboon/claude-code-ui
|
|
129
80
|
```
|
|
130
81
|
|
|
131
|
-
|
|
82
|
+
Or install **globally** for regular use:
|
|
132
83
|
|
|
133
|
-
```bash
|
|
134
|
-
# Start the server in background
|
|
135
|
-
pm2 start claude-code-ui --name "claude-code-ui"
|
|
136
|
-
|
|
137
|
-
# Or using the shorter alias
|
|
138
|
-
pm2 start cloudcli --name "claude-code-ui"
|
|
139
|
-
|
|
140
|
-
# Start on a custom port
|
|
141
|
-
pm2 start cloudcli --name "claude-code-ui" -- --port 8080
|
|
142
84
|
```
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
#### Auto-Start on System Boot
|
|
146
|
-
|
|
147
|
-
To make Claude Code UI start automatically when your system boots:
|
|
148
|
-
|
|
149
|
-
```bash
|
|
150
|
-
# Generate startup script for your platform
|
|
151
|
-
pm2 startup
|
|
152
|
-
|
|
153
|
-
# Save current process list
|
|
154
|
-
pm2 save
|
|
85
|
+
npm install -g @siteboon/claude-code-ui
|
|
86
|
+
cloudcli
|
|
155
87
|
```
|
|
156
88
|
|
|
89
|
+
Open `http://localhost:3001` — all your existing sessions are discovered automatically.
|
|
157
90
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
1. **Clone the repository:**
|
|
161
|
-
```bash
|
|
162
|
-
git clone https://github.com/siteboon/claudecodeui.git
|
|
163
|
-
cd claudecodeui
|
|
164
|
-
```
|
|
91
|
+
Visit the **[documentation →](https://cloudcli.ai/docs)** for more full configuration options, PM2, remote server setup and more
|
|
165
92
|
|
|
166
|
-
2. **Install dependencies:**
|
|
167
|
-
```bash
|
|
168
|
-
npm install
|
|
169
|
-
```
|
|
170
93
|
|
|
171
|
-
|
|
172
|
-
```bash
|
|
173
|
-
cp .env.example .env
|
|
174
|
-
# Edit .env with your preferred settings
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
4. **Start the application:**
|
|
178
|
-
```bash
|
|
179
|
-
# Development mode (with hot reload)
|
|
180
|
-
npm run dev
|
|
94
|
+
---
|
|
181
95
|
|
|
182
|
-
|
|
183
|
-
|
|
96
|
+
## Which option is right for you?
|
|
97
|
+
|
|
98
|
+
CloudCLI UI is the open source UI layer that powers CloudCLI Cloud. You can self-host it on your own machine, or use CloudCLI Cloud which builds on top of it with a full managed cloud environment, team features, and deeper integrations.
|
|
99
|
+
|
|
100
|
+
| | CloudCLI UI (Self-hosted) | CloudCLI Cloud |
|
|
101
|
+
|---|---|---|
|
|
102
|
+
| **Best for** | Developers who want a full UI for local agent sessions on their own machine | Teams and developers who want agents running in the cloud, accessible from anywhere |
|
|
103
|
+
| **How you access it** | Browser via `[yourip]:port` | Browser, any IDE, REST API, n8n |
|
|
104
|
+
| **Setup** | `npx @siteboon/claude-code-ui` | No setup required |
|
|
105
|
+
| **Machine needs to stay on** | Yes | No |
|
|
106
|
+
| **Mobile access** | Any browser on your network | Any device, native app coming |
|
|
107
|
+
| **Sessions available** | All sessions auto-discovered from `~/.claude` | All sessions within your cloud environment |
|
|
108
|
+
| **Agents supported** | Claude Code, Cursor CLI, Codex, Gemini CLI | Claude Code, Cursor CLI, Codex, Gemini CLI |
|
|
109
|
+
| **File explorer and Git** | Yes, built into the UI | Yes, built into the UI |
|
|
110
|
+
| **MCP configuration** | Managed via UI, synced with your local `~/.claude` config | Managed via UI |
|
|
111
|
+
| **IDE access** | Your local IDE | Any IDE connected to your cloud environment |
|
|
112
|
+
| **REST API** | Yes | Yes |
|
|
113
|
+
| **n8n node** | No | Yes |
|
|
114
|
+
| **Team sharing** | No | Yes |
|
|
115
|
+
| **Platform cost** | Free, open source | Starts at $7/month |
|
|
116
|
+
|
|
117
|
+
> Both options use your own AI subscriptions (Claude, Cursor, etc.) — CloudCLI provides the environment, not the AI.
|
|
184
118
|
|
|
185
|
-
|
|
186
|
-
- Development: `http://localhost:3001`
|
|
119
|
+
---
|
|
187
120
|
|
|
188
121
|
## Security & Tools Configuration
|
|
189
122
|
|
|
@@ -206,114 +139,55 @@ To use Claude Code's full functionality, you'll need to manually enable tools:
|
|
|
206
139
|
|
|
207
140
|
**Recommended approach**: Start with basic tools enabled and add more as needed. You can always adjust these settings later.
|
|
208
141
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
Claude Code UI supports **[TaskMaster AI](https://github.com/eyaltoledano/claude-task-master)** (aka claude-task-master) integration for advanced project management and AI-powered task planning.
|
|
212
|
-
|
|
213
|
-
It provides
|
|
214
|
-
- AI-powered task generation from PRDs (Product Requirements Documents)
|
|
215
|
-
- Smart task breakdown and dependency management
|
|
216
|
-
- Visual task boards and progress tracking
|
|
217
|
-
|
|
218
|
-
**Setup & Documentation**: Visit the [TaskMaster AI GitHub repository](https://github.com/eyaltoledano/claude-task-master) for installation instructions, configuration guides, and usage examples.
|
|
219
|
-
After installing it you should be able to enable it from the Settings
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
## Usage Guide
|
|
223
|
-
|
|
224
|
-
### Core Features
|
|
225
|
-
|
|
226
|
-
#### Project Management
|
|
227
|
-
It automatically discovers Claude Code, Cursor or Codex sessions when available and groups them together into projects
|
|
228
|
-
session counts
|
|
229
|
-
- **Project Actions** - Rename, delete, and organize projects
|
|
230
|
-
- **Smart Navigation** - Quick access to recent projects and sessions
|
|
231
|
-
- **MCP support** - Add your own MCP servers through the UI
|
|
232
|
-
|
|
233
|
-
#### Chat Interface
|
|
234
|
-
- **Use responsive chat or Claude Code/Cursor CLI/Codex CLI** - You can either use the adapted chat interface or use the shell button to connect to your selected CLI.
|
|
235
|
-
- **Real-time Communication** - Stream responses from your selected CLI (Claude Code/Cursor/Codex) with WebSocket connection
|
|
236
|
-
- **Session Management** - Resume previous conversations or start fresh sessions
|
|
237
|
-
- **Message History** - Complete conversation history with timestamps and metadata
|
|
238
|
-
- **Multi-format Support** - Text, code blocks, and file references
|
|
239
|
-
|
|
240
|
-
#### File Explorer & Editor
|
|
241
|
-
- **Interactive File Tree** - Browse project structure with expand/collapse navigation
|
|
242
|
-
- **Live File Editing** - Read, modify, and save files directly in the interface
|
|
243
|
-
- **Syntax Highlighting** - Support for multiple programming languages
|
|
244
|
-
- **File Operations** - Create, rename, delete files and directories
|
|
245
|
-
|
|
246
|
-
#### Git Explorer
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
#### TaskMaster AI Integration *(Optional)*
|
|
250
|
-
- **Visual Task Board** - Kanban-style interface for managing development tasks
|
|
251
|
-
- **PRD Parser** - Create Product Requirements Documents and parse them into structured tasks
|
|
252
|
-
- **Progress Tracking** - Real-time status updates and completion tracking
|
|
253
|
-
|
|
254
|
-
#### Session Management
|
|
255
|
-
- **Session Persistence** - All conversations automatically saved
|
|
256
|
-
- **Session Organization** - Group sessions by project and timestamp
|
|
257
|
-
- **Session Actions** - Rename, delete, and export conversation history
|
|
258
|
-
- **Cross-device Sync** - Access sessions from any device
|
|
142
|
+
---
|
|
143
|
+
## FAQ
|
|
259
144
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
- **Touch-friendly Interface** - Swipe gestures and touch navigation
|
|
263
|
-
- **Mobile Navigation** - Bottom tab bar for easy thumb navigation
|
|
264
|
-
- **Adaptive Layout** - Collapsible sidebar and smart content prioritization
|
|
265
|
-
- **Add shortcut to Home Screen** - Add a shortcut to your home screen and the app will behave like a PWA
|
|
145
|
+
<details>
|
|
146
|
+
<summary>How is this different from Claude Code Remote Control?</summary>
|
|
266
147
|
|
|
267
|
-
|
|
148
|
+
Claude Code Remote Control lets you send messages to a session already running in your local terminal. Your machine has to stay on, your terminal has to stay open, and sessions time out after roughly 10 minutes without a network connection.
|
|
268
149
|
|
|
269
|
-
|
|
150
|
+
CloudCLI UI and CloudCLI Cloud extend Claude Code rather than sit alongside it — your MCP servers, permissions, settings, and sessions are the exact same ones Claude Code uses natively. Nothing is duplicated or managed separately.
|
|
270
151
|
|
|
271
|
-
|
|
272
|
-
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
|
|
273
|
-
│ Frontend │ │ Backend │ │ Agent │
|
|
274
|
-
│ (React/Vite) │◄──►│ (Express/WS) │◄──►│ Integration │
|
|
275
|
-
│ │ │ │ │ │
|
|
276
|
-
└─────────────────┘ └─────────────────┘ └─────────────────┘
|
|
277
|
-
```
|
|
152
|
+
Here's what that means in practice:
|
|
278
153
|
|
|
279
|
-
|
|
280
|
-
- **
|
|
281
|
-
- **
|
|
282
|
-
- **
|
|
283
|
-
- **
|
|
154
|
+
- **All your sessions, not just one** — CloudCLI UI auto-discovers every session from your `~/.claude` folder. Remote Control only exposes the single active session to make it available in the Claude mobile app.
|
|
155
|
+
- **Your settings are your settings** — MCP servers, tool permissions, and project config you change in CloudCLI UI are written directly to your Claude Code config and take effect immediately, and vice versa.
|
|
156
|
+
- **Works with more agents** — Claude Code, Cursor CLI, Codex, and Gemini CLI, not just Claude Code.
|
|
157
|
+
- **Full UI, not just a chat window** — file explorer, Git integration, MCP management, and a shell terminal are all built in.
|
|
158
|
+
- **CloudCLI Cloud runs in the cloud** — close your laptop, the agent keeps running. No terminal to babysit, no machine to keep awake.
|
|
284
159
|
|
|
285
|
-
|
|
286
|
-
- **React 18** - Modern component architecture with hooks
|
|
287
|
-
- **CodeMirror** - Advanced code editor with syntax highlighting
|
|
160
|
+
</details>
|
|
288
161
|
|
|
162
|
+
<details>
|
|
163
|
+
<summary>Do I need to pay for an AI subscription separately?</summary>
|
|
289
164
|
|
|
165
|
+
Yes. CloudCLI provides the environment, not the AI. You bring your own Claude, Cursor, Codex, or Gemini subscription. CloudCLI Cloud starts at $7/month for the hosted environment on top of that.
|
|
290
166
|
|
|
167
|
+
</details>
|
|
291
168
|
|
|
169
|
+
<details>
|
|
170
|
+
<summary>Can I use CloudCLI UI on my phone?</summary>
|
|
292
171
|
|
|
293
|
-
|
|
172
|
+
Yes. For self-hosted, run the server on your machine and open `[yourip]:port` in any browser on your network. For CloudCLI Cloud, open it from any device — no VPN, no port forwarding, no setup. A native app is also in the works.
|
|
294
173
|
|
|
295
|
-
|
|
174
|
+
</details>
|
|
296
175
|
|
|
297
|
-
|
|
176
|
+
<details>
|
|
177
|
+
<summary>Will changes I make in the UI affect my local Claude Code setup?</summary>
|
|
298
178
|
|
|
299
|
-
|
|
179
|
+
Yes, for self-hosted. CloudCLI UI reads from and writes to the same `~/.claude` config that Claude Code uses natively. MCP servers you add via the UI show up in Claude Code immediately and vice versa.
|
|
300
180
|
|
|
181
|
+
</details>
|
|
301
182
|
|
|
302
|
-
|
|
303
|
-
**Problem**: The UI shows no projects or empty project list
|
|
304
|
-
**Solutions**:
|
|
305
|
-
- Ensure [Claude Code](https://docs.anthropic.com/en/docs/claude-code) is properly installed
|
|
306
|
-
- Run `claude` command in at least one project directory to initialize
|
|
307
|
-
- Verify `~/.claude/projects/` directory exists and has proper permissions
|
|
183
|
+
---
|
|
308
184
|
|
|
309
|
-
|
|
310
|
-
**Problem**: Files not loading, permission errors, empty directories
|
|
311
|
-
**Solutions**:
|
|
312
|
-
- Check project directory permissions (`ls -la` in terminal)
|
|
313
|
-
- Verify the project path exists and is accessible
|
|
314
|
-
- Review server console logs for detailed error messages
|
|
315
|
-
- Ensure you're not trying to access system directories outside project scope
|
|
185
|
+
## Community & Support
|
|
316
186
|
|
|
187
|
+
- **[Documentation](https://cloudcli.ai/docs)** — installation, configuration, features, and troubleshooting
|
|
188
|
+
- **[Discord](https://discord.gg/buxwujPNRE)** — get help and connect with other users
|
|
189
|
+
- **[GitHub Issues](https://github.com/siteboon/claudecodeui/issues)** — bug reports and feature requests
|
|
190
|
+
- **[Contributing Guide](CONTRIBUTING.md)** — how to contribute to the project
|
|
317
191
|
|
|
318
192
|
## License
|
|
319
193
|
|
|
@@ -327,18 +201,13 @@ This project is open source and free to use, modify, and distribute under the GP
|
|
|
327
201
|
- **[Claude Code](https://docs.anthropic.com/en/docs/claude-code)** - Anthropic's official CLI
|
|
328
202
|
- **[Cursor CLI](https://docs.cursor.com/en/cli/overview)** - Cursor's official CLI
|
|
329
203
|
- **[Codex](https://developers.openai.com/codex)** - OpenAI Codex
|
|
204
|
+
- **[Gemini-CLI](https://geminicli.com/)** - Google Gemini CLI
|
|
330
205
|
- **[React](https://react.dev/)** - User interface library
|
|
331
206
|
- **[Vite](https://vitejs.dev/)** - Fast build tool and dev server
|
|
332
207
|
- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework
|
|
333
208
|
- **[CodeMirror](https://codemirror.net/)** - Advanced code editor
|
|
334
209
|
- **[TaskMaster AI](https://github.com/eyaltoledano/claude-task-master)** *(Optional)* - AI-powered project management and task planning
|
|
335
210
|
|
|
336
|
-
## Support & Community
|
|
337
|
-
|
|
338
|
-
### Stay Updated
|
|
339
|
-
- **Star** this repository to show support
|
|
340
|
-
- **Watch** for updates and new releases
|
|
341
|
-
- **Follow** the project for announcements
|
|
342
211
|
|
|
343
212
|
### Sponsors
|
|
344
213
|
- [Siteboon - AI powered website builder](https://siteboon.ai)
|