Self-host

Your maps. Your server.

The entire platform is AGPL-3.0 — the data pipeline, this web app, and the API. Run it on your own box and every Pro feature is on, ungated. That’s the deal, and it’s CI-tested, not a promise.

$ git clone https://git.hull.sh/SwartzBrothas/openhunt
$ cd openhunt/deploy/compose
$ docker compose up -d
# postgres + api up. Run the pipeline for your states to build tiles —
# see the repo README for the full path.

The pipeline needs GDAL and tippecanoe and a few hours of CPU per state; the serving stack needs almost nothing — tiles are static files and the API is one small binary. A fuller guide with per-state walkthroughs is being written alongside the hosted launch. Questions, bugs, missing states: open an issue.