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 and typography in app/globals.css and tweak shared components. Tailwind utility classes keep changes localized and predictable.
Yes. Public listings can opt into ISR or caching, while private data fetches remain uncached by default to respect per-user tokens.