higgsfield-websites

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

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill higgsfield-websites-abubakar125-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: higgsfield-websites
Source: https://github.com/AbuBakar125-co/Resturant_web/tree/main/.agents/skills/higgsfield-websites
Command: npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill higgsfield-websites-abubakar125-co

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? It removes the manual work of scaffolding, building, and deploying full-stack web products by driving the entire lifecycle through the Higgsfield CLI, from project creation to a live Cloudflare Worker deploy and marketplace publish. ## Core Features & Use Cases - Three product types: create standalone branded websites (no AI generation), Higgsfield-integrated apps (Sign in with Higgsfield, fnf SDK generation, Quanta design system), or realtime multiplayer games with a six-function logic contract. - Full lifecycle management: covers intake, design boards, asset generation, build, branded launch cover plus OG metadata, deploy, and community-feed publish gates. - Game art pipeline: generates spritesheets, tileable textures, 2D/3D animation, and game audio through dedicated references and scripts. - Use Case: Ask for a SaaS landing page with an animated scroll-driven film; the skill scaffolds the SSR app, generates the film and cover assets, deploys to a subdomain, and optionally publishes to the Higgsfield feed. ## Quick Start Ask the assistant to build you a website, app, or game with the Higgsfield CLI, stating the type and a memorable subdomain, for example: build me an animated landing page for my coffee brand.

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 a --type flag (website, app, or game) and a --subdomain, edit the React 19 plus TanStack Start code in the app/ directory with bun, then run higgsfield website deploy with the website ID to ship the live site immediately.

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

A website is standalone with no Higgsfield integration or AI generation. An app uses Sign in with Higgsfield, the fnf SDK for generation, and the Quanta design system. A game is a realtime multiplayer product built on six pure functions in logic.js with a genre category.

Can a Higgsfield website use AI image or video generation?

Only the app type supports AI generation, through the fnf SDK on the user's Higgsfield credits. The website type forbids any image, video, audio, or text generation, whether from Higgsfield or another provider.

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 prior deploy. An empty og_title makes the listing invisible and an empty cover renders a blank card, so generate the branded cover first.

Does the Higgsfield CLI require authentication before building?

Yes, run higgsfield auth login interactively if higgsfield account status reports an expired session. The CLI also needs git and bun installed locally for cloning and building the project.