GENUBRA
Memory, orchestration, operator graph. Strategic intelligence — not a chatbot.
NROS is not a product. It's the coordination spine that connects independently deployable operator-facing apps — realms — into one ecosystem with shared identity, shared progression, and a unified event fabric.
// the five-layer model
Memory, orchestration, operator graph. Strategic intelligence — not a chatbot.
Federation · identity · synchronization. The coordination layer itself.
Workflow / deployment / manifestation engine. Decomposes objectives into executable structure.
Operator training & progression. XP · ranks · achievements. Append-only history.
Independently deployable operator worlds. Stack-agnostic. Optionally self-hosted.
// what the federation provides
// realm integration · @nros/sdk
Any realm — web, native, bot, CLI, daemon — speaks the federation in three lines:
// inside any realm — Next.js, Worker, Discord bot, anything that can fetch()
import { NrosClient } from "@nros/sdk";
const nros = new NrosClient({
baseUrl: "https://nextrealmos.pages.dev",
apiKey: process.env.NROS_API_KEY!, // shown ONCE at realm registration
});
await nros.xp.award({ callsign: "SENTINEL.04", delta: 200, reason: "Closed delivery #2188" });
await nros.transmissions.push({ kind: "MISSION_COMPLETED", title: "Run #2188 closed" });
17
tables · 4 views
5
edge endpoints
@nros/sdk
zero-dep · edge-safe
V2
federation pivot live