+0.00m / ZONE DEV-01
Build on the map
The Mapnyx developer platform is an SDK and API set for embedding live venue maps in your own applications. Web, iOS and Android SDKs render the map; REST and webhook APIs connect it to any system with data worth putting on a floor plan — bookings, agendas, flights, leases.
The map is a component. The live data layer is an API. Both are documented.
+0.00m / ZONE DEV-02
A map in your app, a record on your map
import { VenueMap } from "@mapnyx/web";
const map = new VenueMap("#map", {
venue: "expo-2026",
floor: 0,
});
// route a visitor, step-free if they ask
map.route({
from: "entry-gate",
to: "booth-b51",
accessible: true,
});
// react to the venue
map.on("poi:click", (poi) => {
showPlaceCard(poi);
});@mapnyx/web
TypeScript SDK rendering the 3D map in any web app. React bindings included.
iOS & Android
Native SDKs for blue-dot navigation and embedded maps in your workforce or visitor app. Status: TBD.
Data API
REST + webhooks binding places to external records — booths, sessions, gates. Generic connector documented.
Events out
Zone entries, route requests, kiosk interactions — streamed to your systems as webhooks.
Full documentation, API status page and GitHub organisation: TBD — published with the first SDK release.
+0.00m / EXIT
Get SDK access
Early access to the web SDK and sync API is open. Tell us what you're building.