Server Component — Direct API

Fetched on the server directly with await api.products.listProducts(). No bridge, no client JS required for this call. The request never touches the browser, keeping base URLs and paths completely secure.

Server Rendered Output

[
  "Essence Mascara Lash Princess",
  "Eyeshadow Palette with Mirror",
  "Powder Canister",
  "Red Lipstick",
  "Red Nail Polish"
]