🟢 LIVE

Hello from a Sovereign Xnode

This page is served from a NixOS container running on a sovereign, wallet-authenticated Openmesh Xnode. No SaaS, no cloud vendor, no central control plane — just nix.

nginx nixos-container xnode-manager acme + lets encrypt 100% sovereign

Deployed with two commands using the Openmesh CLI:

# 1. build the container from this flake
om app deploy hello-world \
  --flake github:johnforfar/openmesh-hello-world

# 2. expose it on a public subdomain
om app expose hello-world \
  --domain hello.<your-xnode>.openmesh.cloud \
  --port 8080