Deploy holyclaude
HolyClaude is a browser-capable Claude Code environment
holyclaude
Just deployed
Deploy and Host HolyClaude on Railway
About Hosting
HolyClaude bundles Claude Code CLI, CloudCLI web UI, browser tooling, and common developer utilities into a single containerized environment. It is intended for remote, browser-based coding sessions where users need an AI-assisted workspace. Railway is a managed hosting platform that simplifies Docker deployment, public networking, HTTPS access, and environment-based configuration.
Tech Stack
- Container Image:
coderluii/holyclaude:1.1.3 - AI Tooling: Claude Code CLI + CloudCLI web UI
- Runtime Base: Node.js 22 Bookworm
- Process Supervision:
s6-overlay - Browser Tooling: Chromium + Xvfb
Why Deploy on Railway
- Supports fast deployment from a pinned upstream Docker image
- Provides built-in HTTPS and public domain access
- Avoids risky startup-command overrides by keeping upstream defaults
- Makes runtime configuration easy through environment variables
- Works well for lightweight, browser-accessible developer environments
Common Use Cases
- Remote AI-assisted coding from any device
- Repository maintenance and developer automation
- Temporary team coding environments for testing and experiments
- Browser-based development workspace without local setup
Deployment Notes
- This deployment uses the upstream Docker image
coderluii/holyclaude:1.1.3 - The application exposes HTTP on container port
3001 - Railway should route traffic through the
PORTenvironment variable - No database or cache service is required for baseline operation
- Storage is ephemeral by default unless an external persistence strategy is added
- Keeping the upstream ENTRYPOINT and CMD reduces startup risk
Dependencies for HolyClaude on Railway
Deployment Dependencies
| Service | Image | Port | Volume | Type |
|---|---|---|---|---|
| holyclaude | coderluii/holyclaude:1.1.3 | 3001 | none (ephemeral by default) | HTTP |
Template Content
holyclaude
coderluii/holyclaude:1.1.3