rebrand
Installation
SKILL.md
Rebrand
The single rebrand surface is src/config/app.ts (appConfig). It is consumed
by the sidebar (logo + name + nav), the root document head (title +
description), the theme provider, and the auth pages (brand header). Nothing
else should hardcode the product name or logo.
Steps
-
Edit
src/config/app.ts:name— product name (sidebar,<title>, auth header).description—<meta name="description">.logo— any Phosphor icon component (e.g.import { RocketIcon }).theme—{ defaultTheme: "light" | "dark" | "system", enableSystem }.
-
Navigation lives in
src/lib/sidebar-items.ts(mainMenuItems,bottomMenuItems), surfaced asappConfig.nav. Add/remove/reorder items; keep the// create-resource:anchorline (the generator inserts above it).