> ## Documentation Index
> Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# First App: Customize the UI

> Apply branding and adjust pages to match your product.

Follow the customization guidance already documented:

* Update `config/app.config.ts` for navigation labels and logos.
* Tweak Tailwind tokens or component variants in `components/ui` to adjust branding.
* Add or modify routes under `app/` using the server-component-first approach outlined in `starter-kit/customization/custom-pages.mdx`.

These changes give you a branded experience while keeping the code aligned with upstream conventions.
