CoderLuii

CoderLuii/HolyClaude

JavaScript MIT Dev Tools

AI coding workstation: Claude Code + web UI + 8 AI CLIs + headless browser + 50+ tools

2.4k stars
259 forks
active
GitHub +33 / week

2.4k

Stars

259

Forks

3

Open issues

2

Contributors

v1.4.7 09 Jul 2026

AI Analysis

HolyClaude is a containerized AI development workstation that bundles Claude Code, a web UI, 8 AI CLIs, a headless browser, and 50+ developer tools into a single Docker Compose deployment. It is purpose-built for developers who want a self-hosted, all-in-one environment for AI-assisted coding without manual configuration; it is not suitable for users seeking a lightweight single-tool CLI or those who prefer cloud-only solutions.

Dev Tools Application Discovery value: 4/10
Documentation 8/10
Activity 9/10
Community 8/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

ai-coding claude-code containerized-dev-environment multi-model-cli developer-workstation
Actively maintained Well documented MIT licensed Niche/specialized use case Beginner friendly Production ready
Deep Analysis · Based on README and public signals
1w ago

Docker-based Claude Code workstation with web UI, browser automation, and 50+ dev tools

HolyClaude is a containerized development environment that bundles Claude Code CLI, a web interface, Playwright-based headless browser, and 8 AI CLI integrations (Ollama, Grok, DeepSeek, etc.) into a single `docker compose up` deployment. It's built for developers who want Claude Code accessible in a browser without manual tool configuration. The project is 3 months old, rapidly acquiring users (2.4K stars, 18 in last week), actively maintained, and Docker-based delivery suggests real adoption among container-familiar developers.

Origin

Created March 2026 by CoderLuii. Emerged as a practical response to the friction of self-hosting Claude Code in containers—Docker configuration pain points (shared memory limits, permission mismatches, Xvfb setup). Positioned as a convenience wrapper around Anthropic's official Claude Code CLI, not a replacement.

Growth

Strong early traction: 2,379 stars in 3 months (0.79 stars/day average; last 7 days: 18 stars = 2.57/day, accelerating). README emphasizes zero-configuration philosophy ('Stop configuring. Start building') and works with existing Anthropic subscriptions—appeals directly to solo developers and small teams already paying for Claude. Docker Pulls badges and multi-language documentation suggest intentional international reach. Positioned as complement to SaaS cloud offering (HolyCode Cloud) implies revenue model and stakeholder investment.

In production

Docker Pulls badge and Docker Hub presence indicate container-based real-world deployment. Multiple language translations (11 documented) and international social signaling suggest users across regions. Donation/sponsorship links (PayPal, Buy Me A Coffee) indicate creator is receiving some funding or appreciation. However, adoption not formally verified—no case studies, no enterprise references, no public user testimonials in README. Adoption appears limited to individual developers and small teams comfortable with self-hosted containers.

Code analysis
Architecture

Appears to be Node.js/JavaScript-based web UI wrapper around Claude Code CLI. README does not detail frontend framework or backend architecture. Containerization strategy explicitly addresses Docker pain points (shared memory, UID mapping, WORKDIR permissions, SQLite on NAS). Includes Playwright for headless browser, multiple AI CLI integrations, and dev tool bundling. Implementation details not accessible from README alone.

Tests

Not documented in README.

Maintenance

Last push 2026-06-21 (9 days ago as of 2026-06-30). Repository created 2026-03-22. Rapid iteration during first 3 months suggests active development. Docker Hub badges present (pulls tracked). GitHub issues and contributors tracked in badges. No evidence of stalled maintenance; consistent recent activity aligns with growth pattern.

Honest verdict

ADOPT IF: you want Claude Code in a browser, are comfortable self-hosting in Docker, have an existing Anthropic subscription, and value zero-configuration setup over customization. AVOID IF: you need enterprise support, vendor guarantees, air-gapped deployment, or rely on official Anthropic tooling only. MONITOR IF: you're considering self-hosted AI IDE infrastructure long-term—HolyClaude is young and adoption is unverified at scale, but the problem it solves (Docker config friction) is real and the execution appears solid.

Independent dimensions

Mainstream potential

4/10

Technical importance

5/10

Adoption evidence

3/10

Risks
  • Adoption not verified beyond star count and Docker Pulls—no production case studies or SLA commitments. May not be used at meaningful scale despite growth.
  • Dependency on Anthropic's official Claude Code CLI; if Anthropic changes terms, licensing, or CLI design, HolyClaude is directly affected with no control.
  • Single maintainer (CoderLuii). Bus factor risk—no evidence of co-maintainers or governance structure for long-term sustainability.
  • Docker-only distribution model limits adoption to developers comfortable with containers. Web UI quality and feature completeness not independently verified from README.
  • Early-stage project (3 months old). No breaking-change history or upgrade path documentation. Risk of instability as API surface stabilizes.
Prediction

Likely to remain a niche but useful project for solo/small-team Claude Code users who prefer Docker self-hosting. Star growth may plateau as it reaches its addressable market (developers who want browser-based Claude + tools + containers). SaaS cloud offering (HolyCode Cloud) suggests long-term pivot away from pure self-hosted model. Sustainability depends on whether creator can monetize cloud version or attract co-maintainers.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

JavaScript
66.8%
Shell
19.1%
Dockerfile
9%
Python
5.1%

Information

Language
JavaScript
License
MIT
Last updated
1d ago
Created
4mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

siteboon

siteboon/claudecodeui

CloudCLI is a web and mobile UI for managing Claude Code, Cursor CLI, and...

12.5k TypeScript Dev Tools
smtg-ai

smtg-ai/claude-squad

Claude Squad is a terminal application that manages multiple AI coding agents...

8.1k Go Dev Tools
Gitlawb

Gitlawb/openclaude

OpenClaude is a terminal-first coding agent CLI that unifies access to multiple...

29.9k TypeScript AI & ML
vs. alternatives
siteboon/claudecodeui

12.3K stars (vs. HolyClaude's 2.4K). TypeScript-based. Appears to be earlier/larger Claude Code UI project. HolyClaude differentiates via integrated tool ecosystem and Docker convenience, not UI alone.

Gitlawb/openclaude

29.6K stars. Likely a broader Claude integration layer. HolyClaude is more specialized (dev workstation) and packaging-focused (Docker-first).

smtg-ai/claude-squad

7.9K stars, Go-based. Likely CLI-centric. HolyClaude emphasizes web UI + container delivery, different positioning.

Claude Code (official)

HolyClaude is a self-hosted wrapper around official CLI, not a replacement. Works with existing Anthropic subscriptions. Addresses deployment friction, not feature gaps.

Generic Docker dev containers / devcontainers spec

HolyClaude is pre-built and Claude-specific; devcontainers are template-based and generic. Tradeoff: less flexibility, more immediate utility.