Overview
What Nexma is
Nexma is an AI-native spatial operating system. It gives planning, design, and operations teams a single place to reason about the physical world — terrain, networks, fleets, sites, sensors — through natural language, mathematical optimization, and a map-native interface.
What Nexma is, in one paragraph
You describe what you want. Jax — Nexma's spatial agent — reads your project, runs the right math, and writes the result directly to the map. Everything you create lives in the Nexma DataStore, persistent and auditable. Every view — the Globe, live data, side panels, the mobile app — reads and writes the same project state. There is no AI workspace that drifts out of sync with the real one.
The three big ideas
- Speak, and it becomes. You don't click through tools. You describe the outcome — "route fiber to every household in this polygon, respecting splitter ratios" — and Jax does the work, showing each step as a real, reversible change to your project.
- Skills make it domain-aware. Nexma is horizontal. Load the FTTH skill and it becomes a fiber planner. Load water, electric, or logistics and the entire workspace reconfigures: tabs, layers, validations, and Jax's behavior all change. No code is rewritten.
- Your business, as code. Designs, rules, assets, history, automations — all live together in your project. Editable, queryable, version-controllable. Your team and Jax work on the same artifacts, and every decision carries its full chain of reasoning.
How it fits together
A project binds one Ontology — the typed world model — and any number of Skills, which are domain packages targeting that ontology. The Ontology says what the world is made of. The Skills say what Jax can do with it. All spatial state lives in the Nexma DataStore, the single source of truth that every surface renders from.
| Layer | What it is | What it gives you |
|---|---|---|
| Ontology | Typed world model — entities, links, constraints | A domain-accurate schema, validated on every write |
| Skills | Capability packs targeting an ontology | Jax behavior, validators, and UI for a domain |
| Nexma DataStore | Persistent spatial filesystem | One source of truth for the whole team |
| Jax | The spatial agent | Natural-language design, optimization, and operations |
| The Globe | Map-native canvas | One reactive view of everything in the project |
When Jax writes once to the DataStore, everything reacts: the Globe re-renders, tabs update, the mobile app sees the change. You design the world model; the interface follows.
Where to go next
- New to the platform? Start with the Quickstart.
- Want the vocabulary first? Read Introductory concepts.
- Want the model? Read Projects and resources and Jax overview.
- Building for a specific domain? Browse the Skills overview.
- Driving Nexma from an LLM? See the platform summary for LLMs.