HUMANiKRON is not only a brand but also my home AI system, on which I test everything I later build for clients.
Hardware
- RPi #1 (home) — the main node: web dashboard, Telegram dispatcher, services.
- RPi #2 (mobile) — a separate screen/face of the system.
- PC — the heavy lifting: ComfyUI, MusicGen, local LLMs.
A network with no open ports
Everything is stitched together with Tailscale into a private tailnet. The dashboards are available only inside the network (*.ts.net), nothing is exposed to the outside. Between devices — SSH through a jump host. No "forward a port on the router".
What it can do
- Web dashboard (FastAPI + WebSocket) — monitoring and control in real time.
- ComfyUI / MusicGen on the PC — generating images and music on demand.
- Telegram dispatcher — I command the system from my phone; the bot even has a group AI mode.
- Voice control and notifications.
Why this matters for clients
Each part is a battle-tested building block: a dashboard, device integration, AI services, a secure network. When I build a client an AI dashboard or an IoT solution, I am not experimenting on them — I am transferring what has already been running at my home for months.
Need a dashboard, smart-home integration or an AI service on your own hardware — let's talk.