Announcement · Alpha

Xpell 2 Alpha

AI-native architecture for vibe coding (runtime-first).

Docs / Getting Started Start with package installation and runtime-first patterns. Examples Review curated examples before building your own modules. Download / GitHub Clone the source and test the Alpha runtime contracts.

What’s new in Xpell 2

Why runtime matters (vs prompt-only generation)

Prompt-only generation produces files; runtime collaboration validates behavior. Xpell 2 is designed so AI and developers can operate on live state, stable contracts, and running modules rather than static output alone.

Package hierarchy (core/node/ui/3d)

@xpell/core

  • XData 2 for structured runtime data.
  • Nano-Commands 2, XEM, XModule, XObject contracts.

@xpell/node (xnode)

  • Server execution layer with Wormholes 2 transport.
  • XDB persistence and explicit runtime operations.

@xpell/ui

  • XUI and XUIObject for JSON-first runtime interfaces.
  • Client-side Wormholes integration for live updates.

@xpell/3d

  • Three.js-based spatial layer wrapped in Xpell contracts.
  • Safe runtime mutation APIs for scene evolution.

What to do now

Alpha note

Xpell 2 is in Alpha. Contracts are evolving, APIs may change, and feedback is welcome. Vibe Coding is the current concept focus; the VIBE UX layer is planned for later.