Make it yours — white-label under your own brand

Neon Law Navigator runs two brands from one binary, and every brand-identifying string is env-driven — so you can ship it under your own name without forking source. Describe your organization once in a navigator.yaml brand pack:

cp navigator.example.yaml navigator.yaml   # then edit: names, emails, domain, logos
cargo run -p cli -- rebrand verify           # validate the pack
cargo run -p cli -- rebrand apply --out .devx/brand.env   # NAVIGATOR_* env + logos copied to web/public/
source .devx/brand.env