mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
BearDrive launches free with a beta label, so the hub says so next to its own name. Subtle honey pill at low alpha, not the solid accent: the accent is already spent on the mark two elements to its left, and this sits there until it doesn't. It keys on what the lockup actually SAYS (`brand === "BearDrive"`), not on whether `brand` was configured. A hub that set its own brand is labelling somebody else's product and "Acme Docs Beta" is a claim we have no business making for them — but the managed hub and every default self-host reach here with the string "BearDrive", and the obvious `!config.brand` test would have missed them: CLOUD_BRAND defaults to "BearDrive", so a BuiltinAuth hub sends the name rather than an empty field, and the pill would have shown only on the PropelAuth path. Claude-Session: https://claude.ai/code/session_019vWP4DbsWCeD6zWN5gaqsV Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>