Product

AxonSpec

The fast path to trusted BIM data: validate, normalize, query—no spreadsheets & no brittle scripts.

Unit & format checks

Catch wrong units & malformed values early.

Missing param detection

Spot gaps vs. project / spec lists.

Smart summaries

Auto QA report: issues ranked & grouped.

Category rules

Walls: fire rating, ducts: flow, etc.

AI rule prompts

Describe a rule; test instantly.

Change tracking

Deterministic diffs per model ingest.

Core capability

  • Multi-model ingest (Revit / IFC)
  • Parameter map + normalization
  • Deterministic diffs & history
  • Query via GraphQL / REST
  • Custom rule packs
  • Webhooks & streaming

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.

Impact

  • ✔ 70% less manual cleanup
  • ✔ Instant compliance signal
  • ✔ Reliable analytics feeds
  • ✔ Faster automation loop

Integrations

  • GraphQL / REST
  • Webhooks & events
  • SDK: TypeScript (Python soon)
  • Exports: Parquet / JSON / CSV

Reach out for early access & roadmap.

Request early access