ce-ssr-patterns

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.

SSR / Meta-Framework Patterns

For basic installation, see setup/. For the rarer case where you need custom request-bound SSR bindings with @commercengine/ssr-utils (Nuxt or other unsupported frameworks), see ssr/.

This skill covers frameworks with first-party Commerce Engine wrappers: Next.js, TanStack Start, Astro, and SvelteKit. All ship as subpath exports of @commercengine/storefront.

Impact Levels

  • CRITICAL - Session continuity bugs, auth bugs
  • HIGH - Common mistakes
  • MEDIUM - Performance or maintainability issues

References

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