One sentence in, cinematic website out. A fully automated pipeline that takes a text brief and produces a premium hero landing page with an AI-generated video background.
Powered by Higgsfield Seedance 2.0 for video generation and Claude Code for orchestration.
Input: "A luxury candle brand called Ember & Oak"
Output: A live deployed website with cinematic video hero
The /generate command runs a fully automated pipeline:
- Brief - You describe the site. Optionally drop a reference image for the visual direction.
- Video - Claude takes control of your browser, opens Higgsfield, writes an optimized Seedance 2.0 prompt, generates a cinematic hero video, and downloads it.
- Build - Creates a single full-viewport Next.js hero page around the video.
- Deploy - Deploys to Vercel and returns the live URL.
- Claude Code (CLI or IDE extension)
- Node.js 20+
- A Higgsfield.ai account (free tier works)
- Google Chrome (for browser automation)
- Vercel CLI (for auto-deployment)
-
Clone this repo:
git clone https://github.com/Logiaweb/cinematic-site.git cd cinematic-site -
Install and connect Vercel:
npm i -g vercel vercel login
-
Open in Claude Code. The Chrome DevTools MCP auto-loads from
.mcp.json. -
Log into Higgsfield.ai in Chrome before running the command.
/generate "A luxury candle brand called Ember & Oak"
You can also drop a reference image alongside your brief for the visual direction.
The command will:
- Parse your brief and confirm the interpretation
- Generate a video prompt and ask for your approval
- Take control of Chrome, open Higgsfield, generate the video, and download it
- Build a single-viewport Next.js site in
outputs/ember-and-oak/ - Deploy to Vercel and return the live URL
Brief (text) + optional reference image
|
v
[Higgsfield Cinematic Skill] --> Seedance 2.0 prompt
|
v
[Chrome DevTools MCP] --> Automates Higgsfield.ai
|
v
hero.mp4 (AI-generated video)
|
v
[Site Builder Skill] --> Next.js project
+
[Taste Skill] --> Design quality enforcement
|
v
[Vercel] --> Live URL
- Next.js 16 + React 19 + TypeScript
- Tailwind CSS v4
- Framer Motion (spring physics)
- Single full-viewport video hero (muted, autoplay, loop, no scroll)
- Dark mode, responsive, accessible
- prefers-reduced-motion support
cinematic-site/
├── .claude/
│ ├── commands/
│ │ └── generate.md # The orchestration command
│ └── skills/
│ ├── higgsfield-cinematic/ # Video prompt generation
│ ├── taste/ # Design quality rules
│ └── site-builder/ # Site template specs
├── outputs/ # Generated sites land here
│ └── {slug}/ # Each is a deployable Next.js app
├── .mcp.json # Chrome DevTools MCP config
├── CLAUDE.md # Project context for Claude
└── README.md # This file
After running /generate:
| Brief | Output |
|---|---|
| "A luxury candle brand called Ember & Oak" | Warm amber palette, liquid/flame video background |
| "A minimal tech startup called Void" | Cool monochrome, abstract geometric video |
| "An outdoor adventure brand called Ridgeline" | Nature tones, fog/mountain atmospheric video |
- Video generation: Higgsfield Seedance 2.0
- Design quality: Adapted from Taste Skill
- Orchestration: Claude Code
- Built by Adrien Ninet