Loading page…
Quick answers to common questions about using this starter.
In server components and server actions. API helpers inject the service key (and token when present) so secrets never reach the browser.
Yes. Create new helpers under lib/api, call them from server components or server actions, and reuse the auth utilities for protected endpoints.
Update colors in packages/shared/styles/theme.css and typography in app/globals.css, then tweak shared components as needed.
Yes. Public listings can opt into ISR or caching, while private data fetches remain uncached by default to respect per-user tokens.