Chart · Begin
Configuration
Tokens, fonts, metadata, and the few env keys this house will actually read.
Configuration lives in a short list of files. If you find yourself adding a config service, stop.
Brand
Edit src/lib/site.ts. That file is the name, the tagline, the URL, and the Open Graph image.
Theme
Ice is the default. Porcelain is the light class. Tokens live in src/app/globals.css. Fonts are bound in src/app/layout.tsx: Big Shoulders, Figtree, Martian Mono.
Environment
NEXT_PUBLIC_APP_URL=http://localhost:3000
That is the only key the template reads. Auth, mail, and models are not wired.