npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@xpell/3d

v2.0.0-alpha.1

Published

Xpell UI 3D JS Framework

Readme

@xpell/3d

Xpell 2 Alpha --- Spatial Runtime Layer

@xpell/3d is the 3D runtime layer of the Xpell 2 ecosystem.
It provides a structured, AI-native 3D execution environment built on top of Three.js, fully integrated with the Xpell runtime architecture.


Overview

@xpell/3d enables:

  • Real-time 3D scene management
  • Integration with XData 2 shared state
  • Event-driven architecture via XEM
  • Modular runtime behavior via XModule
  • Live evolution of 3D scenes (vibe coding compatible)
  • Seamless integration with @xpell/ui and @xpell/node

This is not just a Three.js wrapper --- it is a structured runtime layer designed for AI collaboration with live 3D systems.


Installation (Alpha)

npm install @xpell/3d@alpha

You will typically also install:

npm install @xpell/core@alpha
npm install @xpell/ui@alpha

Architecture Role in Xpell 2

Xpell 2 is modular:

  • @xpell/core → Runtime contracts, XData 2, Nano-Commands 2, XEM
  • @xpell/node → Server runtime (xnode), Wormholes, XDB
  • @xpell/ui → 2D real-time UI layer
  • @xpell/3d → Spatial runtime layer (Three.js-based)

@xpell/3d is responsible only for 3D execution and spatial interaction. It does NOT contain UI logic from XUI and does NOT duplicate core runtime contracts.


Key Concepts

1. Structured 3D Runtime

Scenes are not static script blocks. They are runtime objects that can be:

  • Created
  • Mutated
  • Extended
  • Controlled via Nano-Commands
  • Driven by shared state (XData 2)

This makes real-time AI modification possible.


2. AI-Native Spatial Layer

Unlike traditional 3D engines where code must be rebuilt to change behavior, @xpell/3d supports:

  • Runtime object registration
  • Structured event hooks
  • Command-based mutation
  • Declarative scene evolution

This is essential for vibe coding workflows.


3. Integration with Wormholes

When used with @xpell/node:

  • Scene state can sync in real time
  • Server-driven 3D changes are possible
  • Multi-user spatial systems can be built

Alpha Status

@xpell/3d is currently in Alpha.

This means:

  • APIs may evolve
  • Contracts may be refined
  • Performance optimizations are ongoing

Feedback and experimentation are encouraged.


Roadmap Direction

Planned evolution areas:

  • Declarative scene schema support
  • Agent-driven spatial mutations
  • Advanced shader/material runtime hooks
  • Better tooling for vibe coding integration
  • Performance tuning for large scene graphs

License

MIT (unless otherwise specified)


About

Xpell 2 is developed by Aime Technologies.

Learn more: https://xpell.ai

Join the discussion: https://discord.gg/cQU79ge3Dx