Five-Minute Indoor Map Embed
One `npm install @mapsted/maps-js-web` — a fully rendered venue map, no backend required. ESM, CJS, and IIFE builds, under 10 KB brotli.
Start the embed tutorial
Hardware-free, patent-backed, enterprise-deployed. Embed turn-by-turn indoor navigation, wayfinding, and blue-dot positioning into any web or kiosk application — backed by 110+ granted patents and 4+ billion sq. ft. of production-deployed indoor space. Trusted by PepsiCo, FIFA, and leading healthcare networks.
<!-- Embed Mapsted Maps in 6 lines --> <script src="https://mapi.mapsted.com/v26.7.1/maps.js"></script> <div id="map"></div> <script> mapsted.maps.init({ propertyId: 603, target: "#map" }); </script>