Mappinest is developer-first map infrastructure for hosting and delivering map tiles and map styles through standard APIs. It was developed as an alternative to map cloud providers such as Mapbox, MapTiler, and Esri. The goal is to provide predictable hosting costs, detailed usage analytics, and give developers more control over your data and infrastructure. Mappinest provides production-ready vector and raster tile delivery with built-in caching while you keep using the map clients you already know.
You can upload MBTiles or PMTiles, secure access with API keys and domain restrictions, and use the same URLs with MapLibre GL JS, Mapbox GL JS, OpenLayers, Leaflet, desktop GIS tools, and server-side workflows. Maps are available through the Maps API, use open standards, and can also be self-hosted on your own infrastructure.
- Tile hosting for uploaded vector and raster tilesets
- Available map styles for web map integrations
- TileJSON metadata for uploaded tilesets
- API key authentication and domain restrictions
- Cache-friendly URL patterns for production maps
- Usage analytics for production map delivery
- Examples for MapLibre GL JS, Mapbox GL JS, OpenLayers, and Leaflet
Use the public examples repo when you want copy-ready projects instead of isolated snippets.
- Load a Mappinest map style
- Add an uploaded vector tileset
- Add an uploaded raster tileset
- Leaflet.VectorGrid vector tileset example
StyleJSONdescribes available Mappinest map styles.TileJSONdescribes uploaded tilesets and their tile endpoints.MBTilesandPMTilesare accepted tileset upload formats.YOUR_MAPPINEST_KEYis the placeholder used in copy-ready examples.
For implementation details, start with the docs or open the examples repo.