Code in 3D Space

Bring the power of Jupyter notebooks to spatial computing. Prototype and execute immersive 3D and XR applications with live code, visualization, and interaction.

Revolutionary Spatial Development

๐Ÿงช

Interactive Notebooks

Write Python code to control spatial scenes with live previews. Execute code blocks and see immediate results in your 3D environment.

๐ŸŒ

RealityKit & WebXR

Seamless integration with RealityKit and WebXR APIs. Build cross-platform AR/VR experiences with familiar web technologies.

๐Ÿ“Š

Real-time Data Viz

Visualize complex 3D data, integrate sensor feeds, and manipulate spatial environments directly from your notebook interface.

๐Ÿ”ง

Modular Kernels

Flexible kernel architecture supports multiple languages and frameworks. Switch between Python, JavaScript, and specialized spatial libraries.

๐Ÿ‘ฅ

Collaborative Workspace

Share notebooks, collaborate in real-time, and build together in shared spatial environments. Perfect for remote teams.

๐Ÿš€

Live AR/VR Preview

Instant previews of your AR/VR content. Test interactions, validate designs, and iterate faster than ever before.

See It In Action

Create a 3D Scene in Seconds

import pulto
from realitykit import Entity, ModelEntity
# Create a new spatial scene
scene = pulto.create_scene()
# Add 3D models with physics
cube = ModelEntity.create_box(size=[0.1, 0.1, 0.1])
cube.add_physics(mass=1.0)
scene.add(cube)
# Live preview in AR
scene.preview_ar()

Transform your spatial computing workflow into an interactive, scriptable, and reproducible development experience.

Ready to Build the Future?

Join developers, researchers, and designers who are already prototyping the next generation of spatial applications.