ce-ssr
Installation
SKILL.md
LLM Docs Header: All requests to
https://llm-docs.commercengine.iomust include theAccept: text/markdownheader (or append.mdto 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-utils → this skill |