wix-headless

Configures Wix Headless backends and generates SDK integration guides for frontend applications.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/divinaarmuela/Content --skill wix-headless-divinaarmuela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-headless
Source: https://github.com/divinaarmuela/Content/tree/main/.claude/skills/wix-headless
Command: npx skills add https://github.com/divinaarmuela/Content --skill wix-headless-divinaarmuela

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @wix/cli, @wix/sdk, @wix/ai, and includes references (resource) components.

What problem does it solve? Connecting Wix business services (Stores, Bookings, CMS, Blog, Events, Forms, and more) to a headless frontend requires manually installing apps, seeding backend content, and figuring out the correct SDK calls. This Skill automates that entire backend setup and produces a ready-to-use integration guide. ## Core Features & Use Cases - Capability Inference & App Installation: Infers which Wix verticals your project needs from plain-language intent, then installs the corresponding Wix apps on your metasite. - Backend Content Seeding: Creates products, posts, collections, forms, events, services, plans, menus, and portfolio projects via the Wix REST APIs, with optional AI-generated imagery. - SDK Integration Handoff: Emits a guide with the seeded schema, required @wix/* packages, and per-capability API recipes so any frontend can call Wix correctly. - Managed Site Building: For Wix-hosted projects, it can also scaffold a new site (create) or wire an existing design (connect), then build and release it. - Use Case: Ask to "add a store and blog to my app" and the Skill installs the Wix Stores and Blog apps, seeds sample products and posts, and returns the exact SDK packages and call shapes your frontend needs. ## Quick Start Set up a Wix Headless backend with a store and a contact form for my project and give me the SDK integration guide.

Frequently Asked Questions about wix-headless

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Wix Stores or Bookings to a headless frontend?

Provide your intent in plain language and the Skill infers the needed capabilities, installs the Wix apps on your metasite, seeds backend content, and emits an SDK integration guide. Your frontend then uses the listed @wix/* packages to query the seeded content live.

What Wix project types does headless setup support?

Three project types are supported: managed (Wix-hosted via the Wix CLI), self-managed (your own hosting), and stripe (provisioned via Stripe Projects). The type is resolved from caller input, on-disk signals like wix.config.json or .env credentials, or user intent.

Can I use Wix Headless with my own existing frontend design?

Yes, the connect operation wires an existing or brought-in design to Wix without re-scaffolding it. For self-managed and stripe projects the Skill configures only the backend and emits the SDK guide, leaving the frontend entirely to you.

Does Wix AI image generation work in headless projects?

Yes, image generation via Wix AI (Runware) is available as an opt-in feature for all project types. Each image costs about one Wix AI credit, volume is bounded by a per-run cap, and non-generated slots fall back to styled placeholder blocks.

Why do Wix AI calls fail from browser code?

The Wix AI gateway rejects visitor and member identities, and the @wix/ai SDK throws in browser environments by design. All AI calls must run server-side behind your own endpoint, which also lets you enforce rate limits and credit quotas.

What are the limitations of Wix Headless seeding?

Some verticals like forums are deprecated and loyalty programs require dashboard-only activation, so they cannot be fully bootstrapped headlessly. Seeding also requires valid OAuth credentials for the metasite, and paid checkout needs a premium plan plus a configured payment method.