source.blend
Keep the knowledge.
Geometry Nodes, modifiers, unbaked materials, and bounded parameters stay editable.
- Agent-safe inputs
- Headless bpy hooks
- Open Blender source
Public infrastructure · CC0
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.
neuralstock / resolve
LIVE“A wooden table under 2k triangles with a usable top surface.”
The first verified collection
Fifteen compatible assets prove the complete contract. Choose an asset, orbit it, and reveal the machine-readable bounds, anchors, and collision data.
NeuralStock
Drag to orbit · Scroll to zoom
Browse the collection
Loading the live registry…
One asset · Three layers
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.
source.blend
Geometry Nodes, modifiers, unbaked materials, and bounded parameters stay editable.
asset.json
Exact dimensions, budgets, semantics, hashes, provenance, anchors, and collision geometry.
model.glb
A compact, validated glTF runtime for Three.js, engines, simulators, and spatial tools.
An API made for intent
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.
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
“Free” is not a gallery filter here. Rights, inputs, outputs, and build evidence are validated parts of the public contract.
Room Zero is directly dedicated by rights holder Joseph Nordqvist under CC0-1.0.
GLBs pass validation; manifests report exact geometry, dimensions, and interaction data.
Source hashes, pinned tools, inspection results, and build receipts connect every output.
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.
Spend time on the experience, not searching, converting, repairing, and relicensing ordinary objects.
Query fit, cost, capability, and safe parameters before spending tokens or touching geometry.
Bring inspectable assets into games, simulation, robotics, research, and commercial pipelines.
The commons starts small
Use Room Zero, inspect the contract, and help make the ordinary building blocks of virtual worlds a public resource.