Make it yours — white-label under your own brand
Neon Law Navigator runs two brands from one binary. A deployment operator can ship it under another identity without
forking source by describing the organization once in a private navigator.yaml bundle:
cp navigator.example.yaml navigator.yaml # then edit: names, emails, domain, logos
cargo run -p cli -- ops rebrand build --out .devx/brand-bundle
cargo run -p cli -- ops rebrand verify --dir .devx/brand-bundle
set -a; source .devx/env; set +a # object storage and the rest of the runtime env
NAVIGATOR_CUSTOM_BRANDING=.devx/brand-bundle cargo run -p neon