higgsfield-websites

Build, edit, and deploy React 19 + TanStack Start websites, apps, and games via the Higgsfield CLI.

1|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/leobbaroni/maestro --skill higgsfield-websites-leobbaroni
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: higgsfield-websites
Source: https://github.com/leobbaroni/maestro/tree/main/skills/maestro/library/higgsfield-skills/higgsfield-websites
Command: npx skills add https://github.com/leobbaroni/maestro --skill higgsfield-websites-leobbaroni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve? This Skill handles the full lifecycle of building and shipping full-stack web products on the Higgsfield platform, removing the need to manually scaffold SSR apps, wire authentication, integrate AI generation, or manage Cloudflare Worker deploys. ## Core Features & Use Cases - Three product types: create standalone branded websites (no Higgsfield integration), Higgsfield-integrated apps (Sign in with Higgsfield, fnf SDK generation, Quanta design system), or realtime multiplayer games (six-function logic.js contract) via higgsfield website create --type website|app|game. - End-to-end app pipeline: auth contract, server-side fnf SDK generation with confirmation gate, D1 persistence, six shipped code layouts, branded launch cover generation, and deploy/publish gates. - Game art and audio: spritesheets, tileable textures, 2D/3D character animation, procedural animation, and game music/SFX through the game-* references and bundled scripts. - Use Case: Ask the agent to "build me a SaaS landing page" and it creates a --type website project with its own brand, generates a scroll-driven animated film and cover art, then deploys the live site at a chosen subdomain. ## Quick Start Use the higgsfield-websites skill to build and deploy a landing page for my product called Lumen Notes.

Frequently Asked Questions about higgsfield-websites

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

FAQPage Schema
How do I build and deploy a website with the Higgsfield CLI?▼

Run higgsfield website create with --type website, app, or game, then edit the React 19 + TanStack Start code in the app/ directory and run higgsfield website deploy <website_id>. The deploy ships the live public site immediately at your chosen subdomain.

What is the difference between Higgsfield website, app, and game types?▼

A website is standalone with its own brand and no AI generation. An app integrates Sign in with Higgsfield, the fnf SDK, and the Quanta design system. A game is a realtime multiplayer product built on six pure functions in app/src/logic.js with a genre category.

Can a Higgsfield website use third-party AI generation APIs?▼

No. Any product that generates images, video, or audio must be built as --type app using Higgsfield generation on the user's credits. The --type website path forbids AI generation entirely, though ordinary non-generation APIs like payments or maps are allowed.

Why does publishing a Higgsfield app fail or show a blank feed card?▼

Publishing requires og_image_url and marketplace_cover_url filled in app/src/app-meta.json, generated per the app-cover reference. An empty og_title makes the listing invisible and an empty cover renders a blank card, so generate and upload the cover before running higgsfield website publish.

Does the Higgsfield app template support databases and storage?▼

Yes, but nothing is provisioned by default. Opt in via app/app.manifest.json with "db": true for D1, "r2": true for R2, "kv": true for KV, plus Durable Objects or containers, and access bindings server-side through cloudflare:workers.