What it does. You drive the whole lifecycle through the Higgsfield CLI (
higgsfield website …
), then edit code on the local filesystem with
git
+
bun
. You are building ONE per-website Cloudflare Worker: a
React 19 + TanStack Start app,
server-rendered (SSR), deployed as a single Worker at the product's own subdomain. The project lives in
app/
— run every
bun
/build command from there.
higgsfield website create
requires
--type
, and it is the
USER'S choice — when the request doesn't make it obvious, ask the user before creating (one question, up front):
Highlights
--type website
— a standalone product with NO Higgsfield integration
--type app
— a product tightly integrated with Higgsfield: its users
--type game
— a browser game: realtime multiplayer rooms on the game
- More than 4 characters — short single words are reserved, so go a bit longer.
- Memorable — derive it from the product name/purpose (e.g.
lumen-notes
,
When to use it. Build, edit and deploy full-stack websites, apps and games through the Higgsfield platform, styled to its house design language.
Install
npx skills add higgsfield-ai/skills --skill higgsfield-websites
Or copy the skill folder manually:
git clone https://github.com/higgsfield-ai/skills.git
cp -r skills/higgsfield-websites/ ~/.claude/skills/higgsfield-websites
Source: higgsfield-ai/skills — 850 stars, MIT, last pushed 2026-08-07.