Orivox
000%
Orivox

BUILD ONCE

EVOLVE DAILY

Orivox gives developers a typed, server-authoritative layer for remote configuration, feature flags, rewards, events, progression, shops, battle passes, Solana assets, and x402 payments—without another game-client update.

View Documentation
01THE PLATFORM

Operate the game without rebuilding it.

One typed layer connects your trusted backend to every system that keeps a live game moving.

01 / CONTROL

Remote configuration

Change tuning, content, and feature rollout from one server-authoritative control plane.

02 / PROGRESSION

Live progression

Operate rewards, events, XP, and battle passes with typed, auditable service calls.

03 / COMMERCE

Commerce rails

Resolve server-owned offers across shops, Solana assets, and exact x402 payments.

04 / DELIVERY

Engine adapters

JSON

Produce portable runtime JSON for Unity, Godot, Unreal, web engines, and custom clients.

02 / LIVE CONTROL

Change the game.Not the client.

Operate content and economy changes from authoritative services, then distribute only safe runtime data.

OPERATION FEEDLIVE / UTC
14:42:08CONFIG

Production configuration published

v2.4.18
14:42:11TARGET

Feature cohort evaluated

14,280 players
14:42:14EVENT

Summer event objective advanced

+1 match
14:42:19PAYMENT

Shop purchase verified via x402

5.00 USDC
99.99%
UPTIME
38ms
P95 EDGE
0
FAILED
24.8M
EVENTS
03ENGINES

Portable by design.

Keep privileged operations on your backend. Send only normalized, engine-friendly state to the game.

01 / ADAPTER

Unity

C# / RUNTIME JSON
02 / ADAPTER

Godot

GDSCRIPT / C#
03 / ADAPTER

Unreal

REST / RUNTIME JSON

Also built for Phaser, Three.js, Babylon.js, and custom engines.

NO NATIVE BINARIES / PORTABLE JSON

04DEVELOPER SDK

Typed from request to result.

A narrow integration surface with production reliability built into every service call.

Orivox infrastructure nodes connected by live data paths
SDK / QUICKSTART.TSSYSTEM / READY
import { Orivox } from "@orivox/sdk";

const orivox = new Orivox({
  apiKey: process.env.ORIVOX_API_KEY!,
  projectId: process.env.ORIVOX_PROJECT_ID!,
});

const events = await
  orivox.events.listActive();
Orivox live infrastructure

Operate your
live game.

LiveOps, progression, commerce, Web3 assets, and engine-ready runtime JSON through one strict TypeScript SDK.

TYPESCRIPT / NODE 20+ / MIT
npm install @orivox/sdk