@scy @delan This looks like a neat project, but I’m unclear of the benefits if I’m not using S3 &c. 100% agree on not wanting a database, but is there a benefit if this approach I’m missing over separate vector files if I’m not concerned about S3 costs?
@a @scy @delan vector files in .mbtiles format are sqlite files. You need to run a server to respond with vector tile data to the client.
The protomaps .pmtiles file instead is a single static file you can drop on any hoster and be done with it, no server required other than a static host.
You can put a .pmtiles file e.g. of a city on Github pages and serve it from there alongside your map 😍