Aura3D gives coding assistants a stable SDK, working templates, and typed asset imports so generated scenes stay understandable and shippable.
Start with a working route, then ask your coding assistant to add scene kits, primitives, materials, lights, interactions, and typed assets through the public Aura3D API.
Use create-aura3d to scaffold a Vite project with a known route and SDK setup.
Read guide QuickstartUse llms.txt and the agent setup guide so generated code stays on public Aura3D APIs.
Read guide QuickstartRegister supplied GLB/glTF files through the CLI before writing product viewer code.
Read guide QuickstartBuild static output and confirm assets, routes, and browser paths are ready for hosting.
Read guide