CreateMaps turns preprocessed PBFX datasets into interactive maps and API responses. Write the query language directly or ask in natural language, prepare MapLibre vector tiles through the same server protocol, inspect features, geocode, route with editable profiles, export GeoJSON or CSV, and add terrain or external data sources without a public Overpass dependency.
Import OSM once, query compact PBFX data locally or from a hosted CreateMaps server, and add mmap-backed side indexes for geocoding, routing, terrain, and external sources.
The same interface works for plain-language prompts and direct PBFX query code, so casual exploration and exact filtering can live side by side.
Render query results as MapLibre MVT with query-defined styles, labels, overlays, cached tiles, background colors, optional hillshade, and debug tile diagnostics.
The same query can still be used for classic result lists, click inspection, and GeoJSON export when that is the better workflow.
Use the geocoder for places, addresses, and POIs, then calculate routes from a segment graph with editable profiles, elevation output, and REST-visible route profiles.
It is still a prototype, but the current shape is clear: local map infrastructure that is easy to inspect, style, route on, and extend.
The hosted version is a limited public alpha for testing and feedback, not a frozen production service.
near(...) and inside(...) are top-level filters; named result sets and set algebra are planned later.