> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tutorials

> End-to-end walkthroughs for building with Shoppex.

Tutorials are step-by-step walkthroughs that take you from "I want to do X" to "X is live
in my project". Unlike the [Learn](/developers/learn/overview) pages (which explain
concepts) and the [API Reference](/api-reference/introduction) (which lists endpoints),
tutorials walk through one concrete task end to end.

<CardGroup cols={2}>
  <Card title="Customize your theme with AI" icon="wand-magic-sparkles" iconType="duotone" href="/developers/tutorials/theme-with-ai">
    Use Claude Code (or Codex) to inspect, edit, preview, and publish theme changes via chat.
  </Card>

  <Card title="Custom checkout with the Storefront SDK" icon="cart-shopping" iconType="duotone" href="/developers/tutorials/custom-checkout">
    Wire your own Next.js / Nuxt / React frontend to Shoppex checkout.
  </Card>

  <Card title="Validate licenses from a desktop app" icon="key" iconType="duotone" href="/developers/tutorials/desktop-license-validation">
    HWID-locked license validation for your installer, with error codes and rate-limit handling.
  </Card>

  <Card title="Webhook handler in a Cloudflare Worker" icon="webhook" iconType="duotone" href="/developers/tutorials/webhook-cloudflare-worker">
    Verify signatures, deduplicate by delivery ID, react to events globally.
  </Card>

  <Card title="Plug Shoppex into Zapier or n8n" icon="bolt" iconType="duotone" href="/developers/tutorials/zapier-n8n">
    No-code automation via webhooks and the REST API — no marketplace app required.
  </Card>
</CardGroup>

More tutorials coming. If you have a specific build you'd like a walkthrough for, suggest
it in the [Shoppex Discord](https://discord.gg/VjrptT6Nvx).
