Skip to main content
Import global styles from the root layout.
Render interactive content from a Client Component.
Server Components may import server-safe helpers without importing React components:
Do not pass functions such as urlPolicy, imagePolicy, or action handlers across the Server Component serialization boundary. Define them in the Client Component. Keep model credentials and provider calls in server-only host code; they are not renderer configuration.