ReBo

Self-improving compiled infrastructure.
A box you buy that runs your business IT.

ONE FILE · ONE BOX · ONE AI
↓ the forge
I
01 — The Manifest

Business Intent, Not Config

One file — services.nix — declares what your business needs. Not how to install it. Not where to put it. Not what port it runs on. You declare intent, and the compiler does the rest.

The manifest is the single source of truth for credentials, routes, containers, DNS, identity, and the glass you look through. Everything downstream is derived.

forgejo = {
  name = "Forgejo";
  offset = 10;
  container = { image = "codeberg.org/forgejo/forgejo"; };
  credentials = [ "secret-key" "oauth-id" "oauth-secret" ];
};
// offset → VMID, IP, MAC, DNS. One number, every layer.
II
02 — The Compiler

nix build

The manifest enters the compiler. Out comes a VM image with compiled binaries, derived network identity, generated DNS records, HMAC credentials, and a firewall policy. No runtime configuration. No drift.

You don't configure infrastructure. You compile it. The configuration floor is deleted. It was never load-bearing.

III
03 — The Midwife

Ljósmóðir

The AI reads the same manifest you wrote. It operates the box — builds, deploys, health-checks, rolls back. Every delivery teaches it. ACE² × DSPy²: compiles infrastructure, learns from running it, is itself a compilable unit, evolves as a whole through use.

The Box Holds the Light. The People talk to Mom.

IV
04 — The Glass

Skrivbord

The glass is not a dashboard. It is the surface through which you see your running platform — services, identity, health, the forge itself. What you see depends on who you are. The interface is cryptographically shaped by your identity.

Staff glass, client glass, public glass. Three views, one compiled surface.

V
05 — The Hash Chain

Every Layer Verifiable

Every layer carries cryptographic identity derived from the layer above. Source hashes to build. Build hashes to MAC address. MAC derives IP. IP derives DNS. DNS serves the glass. Break any link and the chain fails visibly.

source build mac ip dns service glass
VI
06 — The Economics

Hardware, Not Subscriptions

A used workstation. Dual Xeon. 256 GB RAM. Runs 26+ VMs — identity, git, databases, registries, observability, product services, the forge, the AI. Monthly cost is electricity. No cloud bill. No per-seat licensing. The box is yours.

$500–2K
Used workstation
26+
VMs compiled
$0
Cloud bill
VII
07 — Status

Year One

Building. The forge is lit, the pipeline runs, the box compiles and deploys itself. 26 VMs on one machine. Six phases of infrastructure complete. The midwife is learning.

GPL v3. The framework is open. The operational weights — learned from running it — are the moat.

~