higgsfield-websites

Build, edit, and deploy full-stack React websites via the Higgsfield CLI on Cloudflare Workers.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill higgsfield-websites-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: higgsfield-websites
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/claude-code/skills/higgsfield-websites
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill higgsfield-websites-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Building and shipping a complete website or AI-generation app normally requires stitching together hosting, auth, databases, and deployment pipelines. This Skill drives the entire lifecycle through the Higgsfield CLI, producing a live React 19 + TanStack Start SSR app deployed as a single Cloudflare Worker. ## Core Features & Use Cases - Two product types: create standalone branded websites (--type website, no Higgsfield integration, custom design pipeline) or Higgsfield-integrated apps (--type app, Sign in with Higgsfield, fnf SDK generation, Quanta design system). - Full lifecycle management: create with a custom subdomain, edit code locally with git and bun, deploy to a live URL, and publish to the Higgsfield community feed. - Branded launch assets: every build ships with a generated 3:2 launch cover, OG image, favicon, and feed-card metadata before publishing. - Use Case: Ask for a landing page for a new product; the Skill asks whether you want an animated scroll-driven site, generates the visual assets, builds the pages, deploys to a live subdomain, and optionally lists it on the community feed. ## Quick Start Ask the assistant to build you a website or web app with Higgsfield, describing what it should do and whether it should be published to the community feed.

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 or --type app and a --subdomain, edit the generated React 19 + TanStack Start project locally with bun, then run higgsfield website deploy with the website ID to ship the live site immediately.

What is the difference between --type website and --type app?

A website is a standalone product with its own brand, custom CSS, and no AI generation or Higgsfield integration. An app uses Sign in with Higgsfield, the fnf SDK for image and video generation, and the Quanta design system, and is the required choice for anything that generates AI media.

Can a Higgsfield website use my own image generation API keys?

No. Any product that generates images, video, or audio must be built as --type app running on Higgsfield with the user's credits. A --type website may only use non-generation third-party APIs like payments, maps, or email with your own keys.

Why does publishing to the Higgsfield community feed fail or look broken?

Publishing requires og_title, og_image_url, and marketplace_cover_url filled in app/src/app-meta.json, plus a deploy before publishing since publish only lists what is already live. An empty og_title makes the listing invisible and an empty cover renders a blank card.

What stack do Higgsfield websites run on?

Each site is a React 19 + TanStack Start server-rendered app deployed as a single Cloudflare Worker, with optional D1, R2, KV, Durable Objects, and containers declared in app/app.manifest.json. The project lives in the app/ directory and uses bun for local commands.