Skip to content

wix-incubator/wix-headless-dev-clone

Repository files navigation

wix-headless.dev

Source for wix-headless.dev — the agent-native entry point to Wix Managed Headless.

The site itself is a Wix Headless site. The skill it advertises (/skill) is the same skill it was built with.

What it does

  • Homepage — an editable "try prompt" CTA. Click Copy, paste into any coding agent (Claude Code, Cursor, Codex, …), and the agent fetches the skill and ships a Wix site.
  • /skill — edge proxy serving dev.wix.com/skills/wix-headless.tgz. This is the tarball your agent downloads.
  • /[...path].md — catchall proxy for nested markdown references inside the skill.

Stack

Astro 5 + React (one client island for the prompt) + the Wix Astro adapter. Deployed on the Wix-managed runtime via wix release.

Local development

npm install
npm run dev     # http://localhost:4321

Deploy

npx wix build
npx wix preview   # staging URL
npx wix release   # production

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors