I was actually looking into options for maps, geocoding and routing for a freelance thing that I'm doing and this actually seems great! I might go with Mapbox for the already started project, but will probably use Radar for at least something in the future.

The other options I considered were Mapbox and MapTiler, since it seems that actually self-hosting everything yourself is a bit demanding on hardware resources. I mean, I love that you can get the OSM dataset into PostGIS pretty easily, but getting the vector data or raster tiles to the client can take a bit of CPU power and bunches of storage! I wonder whether I missed any other good cloud services, or a self-hosted stack that would make things easier.

That said, I wonder why so many seem to be moving away from raster tiles to vector data. I guess you can cache both and vector data is actually less storage intensive, but at the same time pretty much every vector map implementation lags badly on my phone and sometimes even a bit on my netbook (Radar still lags for me, although less than Mapbox, probably because Mapbox does the whole fancy 3D globe thing with fog and stuff).

Either way, major props for making this exist and pricing it so competitively! Would be cool to also fix the attribution text that's on the lower right on desktop but doesn't show up on mobile, at least for me.

For a self-hosted vector tile stack you can have a look into https://github.com/onthegomap/planetiler I found it very easy to get started and when you know the other stacks it is also very fast to create these vector tiles even for planet-scale.

(note, that I'm not affiliated with them, but they use some source code from us for the efficient import and also contributed to GraphHopper, but this did not influence my experience ;) )

> I wonder why so many seem to be moving away from raster tiles to vector data.

The flexibility of styling. And you can easily serve customers that need different default languages. This makes maps also more accessible for countries without Latin alphabet. Also when you rotate the map (like for GPS navigation) the labels can rotate too if necessary.