feat(branding): brand kit architecture (Phase 1) #96

Merged
padreug merged 10 commits from feat/brand-kit into dev 2026-06-10 08:17:56 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit a8c997ca8d - Show all commits

feat(branding): scaffold default brand kit

Introduces branding/default/ as the unparameterized aiolabs brand:
- logo.png (1024x1024, seeded from src/assets/logo.png)
- brand.json with name, shortName, themeColor, backgroundColor

First step toward white-label PWA branding (aiolabs/webapp#95). No
consumer wiring yet — that's the next commits. Future deployers
(NixOS hosts in server-deploy, third-party white-labelers) point
BRAND_DIR at their own variant of this layout.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Padreug 2026-06-09 21:59:13 +02:00

View file

@ -0,0 +1,6 @@
{
"name": "AIO",
"shortName": "AIO",
"themeColor": "#ffffff",
"backgroundColor": "#ffffff"
}

BIN
branding/default/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB