app.config.ts. It holds your name, logo,
theme colors, and mode. The theme is applied at runtime, so changes take effect
without touching component code.
app.config.ts
This one file controls branding, theme, and mode (single vs multi-product). Edit it to make the app yours:- Name and logo — your brand identity in the header and auth screens
- Theme colors — applied at runtime via the theme layer
- Mode —
single-productormulti-product(see Modes)
Runtime theming
The starter applies yourapp.config colors at runtime (src/lib/theme.ts), so
every screen — including AI-generated ones — picks up your palette automatically.
What’s in the box
Next: Deployment
Build for web and native.

