Xpell 2 Alpha: Runtime Direction

Published February 15, 2026

Xpell 2 Alpha is focused on one outcome: a dependable runtime foundation for AI-native applications. The alpha phase is about hardening contracts and runtime behavior before widening the surface area.

Current Goals

  • Keep data, actions, and events explicit and serializable.
  • Stabilize deterministic runtime behavior across UI and server boundaries.
  • Reduce hidden coupling through strict module contracts.

Package Hierarchy

@xpell/core

Shared runtime primitives: XData 2, Nano-Commands 2, XEM, XModule, and XObject.

@xpell/node

Server runtime: Xpell Server, Wormholes 2 boundaries, and persistence support via XDB.

@xpell/ui

Structured UI layer: XUI and XUIObject models with real-time transport integration.

@xpell/3d

Three.js-based 3D runtime layer for deterministic scene behavior.

What Comes Next

Near-term work stays focused on runtime reliability, architecture notes, and practical demos. A broader UX layer comes later.

Back to blog index