HollowHost¶
Deploy AI Jobs in One Click.
HollowHost is a SaaS platform, built by One-Click-Flare, that turns your GitHub repositories into production-ready, containerized AI Jobs. It is primarily designed for hosting autonomous workloads — LLM-powered workflows, automation bots, scheduled jobs — that run on demand or on a cron schedule, without any infrastructure setup on your side.
What you get¶
- Push code, not infrastructure. Point HollowHost at a GitHub repo; it builds a container image and deploys your AI Job with a dedicated, isolated execution environment.
- Branch & mono-repo support. Deploy a specific git branch, or a sub-directory of a mono-repo — straight from the dashboard, API, or CLI.
- Schedule and trigger. Run an AI Job manually from the dashboard, via the API, or on a cron schedule.
- Environment variables & secrets. Manage non-sensitive env vars and sensitive secrets through a simple UI, with clean per-AI Job isolation.
- Observability. Every run produces a stored record (status, duration, token usage) and logs, accessible from the dashboard.
- Built-in security model. No cross-AI Job access, no privilege escalation: every AI Job runs under a dedicated execution role with least-privilege permissions. GitHub tokens are never exposed in image layers or stored in plaintext.
How it works¶
flowchart LR
A[GitHub repo] --> B[Validation]
B --> C[Container build]
C --> D[Container image]
D --> E[AI Job]
E --> F[Runs + logs]
- Create an AI Job from the dashboard — supply a GitHub repo URL and a token.
- Validation — HollowHost checks the repository is reachable and well-formed.
- Publish — HollowHost builds a container image from your code and deploys your AI Job with isolated permissions and resources.
- Trigger — run the AI Job manually or let it fire on its schedule.
Ready to deploy your first AI Job? Head over to Getting Started.