ce-ssr

Installation
SKILL.md

LLM Docs Header: All requests to https://llm-docs.commercengine.io must include the Accept: text/markdown header (or append .md to the URL path). Without it, responses return HTML instead of parseable markdown.

Custom SSR Bindings (@commercengine/ssr-utils)

Prerequisite: SDK initialized. See setup/.

When to Use This Skill

Use @commercengine/ssr-utils only for frameworks that do not have a first-party Commerce Engine wrapper:

Framework What to Use
Next.js @commercengine/storefront/nextjs → see ssr-patterns/
TanStack Start @commercengine/storefront/tanstack-start → see ssr-patterns/
Astro @commercengine/storefront/astro → see ssr-patterns/
SvelteKit @commercengine/storefront/sveltekit → see ssr-patterns/
Nuxt @commercengine/ssr-utilsthis skill

Why This Matters

Installs
9
First Seen
Mar 15, 2026
ce-ssr — commercengine/skills