geobase-tileserver

Installation
SKILL.md

Tileserver: Frontend Map Visualisation

When to use this skill

  • Map a PostGIS table with a geometry column (vector MVT)
  • MapLibre vector source/layer, filters, choropleth styling
  • Not for raster COG imagery — use @geobase-titiler

Required Inputs

  • NEXT_PUBLIC_GEOBASE_API_URL — project base URL (e.g. https://<ref>.geobase.app)
  • NEXT_PUBLIC_GEOBASE_ANON_KEY — project anon key
  • target table name that has a geometry column (auto-detected by tileserver)

Obtain both from Geobase Studio / project settings during beta, or (when shipped) from:

geobase-cli projects env <project-ref> --persona web --format dotenv
Installs
7
First Seen
Jun 2, 2026
geobase-tileserver — decision-labs/geobase-skills