AURAONE OPEN · AURA3D · MIT

Aura3D.
The AI-native 3D SDK for the web.

Build browser-native 3D from prompts, scene kits, typed GLB/glTF assets, and editable TypeScript. Aura3D gives agents and developers the rendering, asset, diagnostic, screenshot, and deploy checks needed to ship real 3D software.

TYPE SCRIPT
import { createAuraApp, sceneKits } from "@aura3d/engine";
import { assets } from "./aura-assets";

const kit = sceneKits.productViewer(assets.product);

createAuraApp("#app", kit.toAppOptions());
3D
scene kits
GLB
typed assets
Web
static deploy
START HERE

One command. A real app begins.

SCAFFOLD
npx create-aura3d@latest my-scene --template product-viewer
cd my-scene
npm run dev
DIRECT INSTALL
npm install @aura3d/engine

Use the direct package when Aura3D is a dependency inside an existing app. Use the scaffold when the 3D route is the app.

WHAT IT IS

Browser 3D with software shape.

Prompt-to-code

Scene kits give coding agents maintained starting points for products, materials, particles, data worlds, cities, physics, and interactive scenes.

Typed assets

GLB and glTF files become generated TypeScript refs, so agents do not invent paths, string IDs, or unrelated model URLs.

Browser-native runtime

WebGL and WebGPU paths, Vite templates, React adapters, diagnostics, and static deploy checks stay close to normal web software.

Evidence built in

Route health, screenshot workflows, visual QA guidance, and deploy checks make a 3D app inspectable before it becomes a product surface.

WHERE IT FITS

Aura3D builds the scene. Spatial 3D governs the work.

AURA3D

The open SDK for browser-native 3D scenes, product viewers, data worlds, public explainers, and agent-authored visual software. Developers keep the TypeScript and can inspect the assets, runtime, diagnostics, and deploy output.

SPATIAL 3D LAB

The governed App Data workflow for capture lineage, transform history, alignment review, delivery approvals, reviewer sign-off, and tuned weights. It handles the private record behind real 3D work.

WHAT TO BUILD FIRST

Start where browser 3D already has a job.

01

A product viewer for a supplied GLB with studio lighting, orbit controls, and a static build.

02

A data world that turns metrics into a labeled 3D scene with camera motion and screenshot evidence.

03

A material lab that keeps chrome, glass, rubber, emissive, and clearcoat visually distinct.

04

A robotics or Spatial 3D explainer scene that can support public docs without exposing private capture data.

Aura3D | AI-native 3D SDK | AuraOne Open | AuraOne