New: Xpell 2 Alpha — AI-native architecture for vibe coding. Read the announcement →
Open source · Alpha

Xpell 2 Alpha
Runtime-first collaboration for AI and developers.

Build with a running system, not a rebuild loop. Xpell keeps server, UI, and runtime state connected so AI can collaborate with live contracts instead of prompt-only code generation.

Created by Aime Technologies. Vibe Coding is supported now; the VIBE UX layer comes later.

Docs / Getting Started Install packages, review contracts, and start with a runtime-first workflow. Examples Use curated examples to understand the architecture and extend it quickly. Download / GitHub Clone, inspect, and run Xpell 2 Alpha directly from the source.

AI-native architecture

Xpell is built for runtime collaboration. Instead of generating files and hoping they run, AI and developers work against a live execution model with deterministic contracts.

Xpell 2 packages

A modular hierarchy for runtime development and AI collaboration.

@xpell/core

  • XData 2 and Nano-Commands 2 contracts
  • XEM, XModule, and XObject foundations

@xpell/node (xnode)

  • Server execution layer with Wormholes 2
  • Deterministic transport and XDB-backed state

@xpell/ui

  • XUI and XUIObject runtime views
  • JSON-first UI contracts with client Wormholes

@xpell/3d

  • Three.js-based spatial runtime layer
  • Encapsulated 3D mutations through contracts

Getting Started

Use the actionable 5-10 minute flow for install, hello UI, and xnode preview.

npm i @xpell/core @xpell/node @xpell/ui @xpell/3d
# optional: npm i xpell

Codex Skills are in preview. UX layer comes later.

Examples

Curated alpha examples to explore end-to-end runtime behavior.

@xpell/ui

Tik-Tak-Toe (UI)

Declarative XUI + live state updates using Wormholes contracts.

Open example page →

@xpell/3d

DynaSphere Audio Visualizator

3D scene updates driven by live audio data with Xpell-3D primitives.

Open example page →