Product
The fast path to trusted BIM data: validate, normalize, query—no spreadsheets & no brittle scripts.
Catch wrong units & malformed values early.
Spot gaps vs. project / spec lists.
Auto QA report: issues ranked & grouped.
Walls: fire rating, ducts: flow, etc.
Describe a rule; test instantly.
Deterministic diffs per model ingest.
Sample query
import { axonspec } from "@neroscale/sdk"; export async function doors(projectId: string) { return axonspec.elements.query({ projectId, category: "Doors", select: ["id","width","fireRating"], limit: 50 }); }
Ingest → normalize → structured response.
Reach out for early access & roadmap.