Public infrastructure · CC0

The open asset layer for machine-built worlds.

NeuralStock turns editable Blender sources into trusted building blocks that humans and agents can discover, adapt, and ship—without licensing friction or asset-cleanup debt.

  • CC0-1.0No commercial limits
  • .blend + GLBSource and runtime
  • Agent-readableBounds, anchors, collisions

neuralstock / resolve

LIVE
Agent intent

“A wooden table under 2k triangles with a usable top surface.”

Best verified match

Procedural wooden table

CC0
Runtime
model.glb
Source
source.blend
Triangles
1,616
Safe inputs
3
boundsanchorscollisionprovenance
15coordinated assets
7procedural generators
21bounded inputs
29semantic anchors
25collision boxes
19,268triangles total

The first verified collection

Enter Room Zero.

Fifteen compatible assets prove the complete contract. Choose an asset, orbit it, and reveal the machine-readable bounds, anchors, and collision data.

NeuralStock

Room Zero

Metadata overlays
Starting viewer…

Drag to orbit · Scroll to zoom

Browse the collection

Ordinary objects. Extraordinary leverage.

Loading the live registry…

One asset · Three layers

More than a mesh.
A dependable supply chain.

Every publication connects editable source, structured truth, and a validated runtime. Change it in Blender or load it immediately—the link between the two remains inspectable.

01 · SOURCE

source.blend

Keep the knowledge.

Geometry Nodes, modifiers, unbaked materials, and bounded parameters stay editable.

  • Agent-safe inputs
  • Headless bpy hooks
  • Open Blender source
03 · RUNTIME

model.glb

Ship without repair.

A compact, validated glTF runtime for Three.js, engines, simulators, and spatial tools.

  • Meter-based Y-up
  • Web-ready GLB
  • Immediate loading

An API made for intent

From “find me a table” to a verified model URL.

Search by meaning and hard constraints. Resolve one immutable version. Hand the runtime directly to your renderer—or fetch the Blender source and generate a safe variation.

  • Deterministic filters before semantic ranking
  • Portable static snapshots with no proprietary client
  • Root-relative artifacts that work across mirrors
Inspect the live registry
agent.ts
import {
  loadRegistry,
  searchAssets,
  resolveAsset,
  artifactUrl,
} from "@neuralstock/client";

const registry = await loadRegistry(
  "https://assets.neuralstock.ai/registry.json"
);

const [entry] = searchAssets(registry, {
  query: "wooden table",
  license: "CC0-1.0",
  max_triangles: 2000,
});

if (!entry) throw new Error("No match");
const asset = await resolveAsset(registry, entry);
const modelUrl = artifactUrl(asset, "runtime");

Trust is part of the artifact

Open enough to use.
Rigorous enough to trust.

“Free” is not a gallery filter here. Rights, inputs, outputs, and build evidence are validated parts of the public contract.

01

Public-domain freedom

Room Zero is directly dedicated by rights holder Joseph Nordqvist under CC0-1.0.

02

Verified, not assumed

GLBs pass validation; manifests report exact geometry, dimensions, and interaction data.

03

Reproducible by design

Source hashes, pinned tools, inspection results, and build receipts connect every output.

04

Forkable forever

Open schemas, immutable artifacts, and complete snapshots keep the commons portable.

Why this exists

An idea should not stall because its creator—or the agent helping them—cannot find a trustworthy chair, tree, door, road, tool, or table.
For creators

Prototype past the primitives.

Spend time on the experience, not searching, converting, repairing, and relicensing ordinary objects.

For agents

Act on structured truth.

Query fit, cost, capability, and safe parameters before spending tokens or touching geometry.

For teams

Adopt without ambiguity.

Bring inspectable assets into games, simulation, robotics, research, and commercial pipelines.

The commons starts small

Fifteen assets are proof.
A shared 3D vocabulary is the destination.

Use Room Zero, inspect the contract, and help make the ordinary building blocks of virtual worlds a public resource.