Environment variables, build output, domains, and security headers for the Trace Symbols and Trace Footprints sites.
Both sites are standard Next.js 16 apps with output: "standalone" — deployable on Vercel,
Docker, or any Node host. Browsing works from the committed JSON index; only generation and
account features need the backend reachable.
Point NEXT_PUBLIC_BACKEND_URL / BACKEND_URL at staging (http://75.101.181.175) to test
generation/save against the staging backend without touching production.
The footprints repo needs data/footprints_index.json present (committed). The symbols repo
needs data/symbols_index.json (committed) and, for full pin data, the per-library files —
regenerate any missing data with python3 scripts/sync.py --force (see
Data pipeline).