Mappinest is developer-first map infrastructure for hosting and delivering map tiles and map styles through standard APIs.
Upload MBTiles or PMTiles, secure access with API keys and domain restrictions, and use the same URLs in MapLibre GL JS, Mapbox GL JS, OpenLayers, Leaflet, desktop GIS tools, and server-side workflows.
- 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.