AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools
HolyClaude is a Docker-based development workstation that bundles Claude Code, a browser-accessible web UI (via ttyd), a headless Chromium browser with Playwright configured, and seven AI CLI tools including the OpenAI, Gemini, and Ollama clients into a single container launched with one `docker compose up` command. It connects to Claude through the official Claude Code CLI, supporting both Claude Max/Pro OAuth authentication and direct Anthropic API key entry, storing credentials in a local bind-mounted volume rather than transmitting them externally. Beyond the AI tooling, the container ships over 50 developer utilities covering TypeScript, Python runtimes, database clients, and the GitHub CLI. A notable engineering detail is that the project explicitly resolves common Docker pain points such as Chromium shared memory limits, Xvfb configuration, host UID permission mismatches, and SQLite locking on NAS mounts. The project targets developers who want a self-hosted, pre-configured AI coding environment running on their own server without manual dependency setup.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/CoderLuii/HolyClaudeResumen de Tools
Lo que la gente pregunta sobre HolyClaude
¿Qué es CoderLuii/HolyClaude?
+
CoderLuii/HolyClaude es tools para el ecosistema de Claude AI. AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools Tiene 2.3k estrellas en GitHub y se actualizó por última vez 15d ago.
¿Cómo se instala HolyClaude?
+
Puedes instalar HolyClaude clonando el repositorio (https://github.com/CoderLuii/HolyClaude) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar CoderLuii/HolyClaude?
+
Nuestro agente de seguridad ha analizado CoderLuii/HolyClaude y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene CoderLuii/HolyClaude?
+
CoderLuii/HolyClaude es mantenido por CoderLuii. La última actividad registrada en GitHub es de 15d ago, con 19 issues abiertos.
¿Hay alternativas a HolyClaude?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega HolyClaude en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/coderluii-holyclaude)<a href="https://claudewave.com/repo/coderluii-holyclaude"><img src="https://claudewave.com/api/badge/coderluii-holyclaude" alt="Featured on ClaudeWave: CoderLuii/HolyClaude" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies