Single-node k3s
Lightweight Kubernetes with Traefik, CoreDNS, and local-path storage in one binary. No etcd, state in sqlite.
GitOps HomeLab
A GitOps Kubernetes platform running real production apps on a single 1 vCPU / 4 GB node. Everything is declared in one repository; ArgoCD keeps the cluster matching it.
Merge to the git repository is the only deploy action. ArgoCD reconciles the cluster; Traefik terminates TLS and routes every hostname; cert-manager issues certificates automatically.
Lightweight Kubernetes with Traefik, CoreDNS, and local-path storage in one binary. No etcd, state in sqlite.
SSH key-only, fail2ban, a firewalled node-exporter, and 2 GB swap. The host hardening is part of the bootstrap script.
One script turns a fresh VPS into the full platform. Migrating machines takes about thirty minutes.
Every layer is open source and declared in the repository.
Real-time multiplayer chess with Stockfish analysis and Glicko-2 ratings.
A Gather-style 2D world with movement, proximity chat, and proximity voice.
An open MP3 jukebox with interactive 3D sound equipment (an MP3 click wheel and a CD player) that anyone can browse, play, and add tracks to.
Live English and Brazilian Portuguese transcription from browser tab or microphone audio, with AI-generated session summaries.
A self-hosted AI gateway providing model routing and rate-limit fallback for Claude Code, also used for Sotto summaries.
The GitOps control plane and a live dashboard of every deployed app.
The curated HomeLab Overview dashboard, node health to per-app metrics.
One curated Grafana dashboard covers VPS and Kubernetes health, ChessKernel and PixelHub activity, and Sotto and 9Router resource usage. Prometheus scrapes cluster-internal ChessKernel, PixelHub, and LiveKit metrics every minute.
One wildcard DNS record serves any number of hosts. Traefik routes by hostname (SNI) and cert-manager issues a Let's Encrypt certificate per host automatically.
Secrets are sealed and safe in a public repo, TLS is everywhere, and the metrics endpoints are never exposed publicly.
A nightly database dump to Cloudflare R2 with guardrails that keep it inside the free tier.