By vercel
Bootstrap new Vercel Shop projects from Shopify-Next.js templates, audit existing codebases against latest standards, and apply skills to add dynamic menus, CMS pages, analytics, Speed Insights, multi-locale routing, customer authentication, and GraphQL schema inspection.
Bootstrap a new Vercel Shop project and confirm the project-scoped plugin setup landed correctly.
Audit an existing Vercel Shop project against the current recommended template version without modifying files.
Plan which template updates should be rolled into an existing Vercel Shop project by combining scaffold metadata, the template rollout log, and the current project state.
Reference Vercel Shop GraphQL patterns, fragments, cache conventions, and transforms for any Shopify GraphQL work in the template.
Replace hardcoded nav and footer menus with Shopify-powered menus. Optionally add a megamenu component for multi-level navigation.
Use Shopify AI Toolkit to inspect live Storefront and Customer Account GraphQL schemas for Vercel Shop work.
Restore locale-prefixed URLs and next-intl routing in the shop template.
Add Vercel Analytics, Vercel Speed Insights, and Google Tag Manager to the storefront.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Next.js storefront template and reference architecture for Shopify, built with Next.js 16, React 19, Tailwind CSS 4, and the Shopify Storefront API.
See docs.vercel.shop for full documentation.
npx create-vercel-shop@latest my-store
The scaffold also installs these project-scoped agent plugins:
vercel-shopvercel-pluginshopify-ai-toolkitTo install only the agent plugins into an existing project, run this from that project's root:
npx create-vercel-shop@latest --no-template
cp .env.example .env.local
SHOPIFY_STORE_DOMAIN=your-store.myshopify.com
SHOPIFY_STOREFRONT_ACCESS_TOKEN=your-token
NEXT_PUBLIC_SITE_NAME="Your Store Name"
pnpm dev
npm run dev
yarn dev
bun dev
See docs.vercel.shop/docs/getting-started for the full setup guide and Storefront API Permissions for the complete scope reference.
Vercel Shop includes a vercel-shop plugin with skills for extending the storefront with common commerce patterns. In Claude Code, these are exposed as /vercel-shop:<skill> commands:
| Skill | Description |
|---|---|
enable-shopify-menus | Replace hardcoded nav/footer with Shopify menus, optional megamenu |
enable-shopify-cms | Use Shopify metaobjects as a CMS |
enable-content-negotiation | Serve product pages as markdown to LLM agents |
add-locale-url-prefix | Locale-prefixed URL routing |
enable-shopify-auth | Customer authentication with Shopify OIDC |
enable-shopify-markets | Multi-locale support with Shopify Markets |
This is a monorepo managed with Turborepo and pnpm.
| App | Description |
|---|---|
apps/template | The Next.js storefront template |
apps/docs | Documentation site at docs.vercel.shop |
apps/cli | create-vercel-shop scaffolding CLI |
Full documentation is available at docs.vercel.shop.
MIT
npx claudepluginhub vercel/shop --plugin vercel-shopExpert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Build and deploy web apps and agents
Deploy applications to Vercel with deployment monitoring, log analysis, and error detection
Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
Expert subagent and skills for Shopify development — GraphQL Admin and Storefront APIs, Liquid templating, Online Store 2.0 themes, Hydrogen/Remix headless storefronts, Shopify Functions, checkout UI extensions, Polaris components, app development with App Bridge, webhooks, and JavaScript/TypeScript/React patterns.
Comprehensive skills for building ecommerce storefronts with best practices for UI/UX, SEO, and mobile responsiveness
Complete Shopify development reference covering Liquid templating, theme development (OS 2.0), GraphQL/REST APIs, app development, Shopify Functions, Hydrogen, performance optimisation, and debugging. Single unified skill with progressive disclosure via 11 reference files. API version 2026-01.
Claude Code skill pack for Shopify (30 skills)
AI-powered Saleor e-commerce configuration with streamlined commands and intelligent discovery