youtube.nixfred.com nixfred.com

Kimi K3 Designs Websites That Feel Like MOVIES For Just $1

Nick Saraev builds cinematic scroll driven landing pages end to end and shows every prompt and setting. The mechanic is simple once he says it: one short macro video sits in the background, every frame becomes a scene, and the frames are bound to scroll position, so the page is still and the film advances. The chain is Kimi K3 for ideation, prompt translation and the site build, Higgsfield Cinema Studio 3.0 for the footage at 16 by 9, 1080p, 8 seconds and about 80 credits a clip, a ByteDance AIGC pass to interpolate 30 FPS to 60 so the scroll is not chunky, and Netlify for hosting via a short lived OAuth token. He then installs the Higgsfield MCP into Kimi Code so the browser tabs drop out of the loop, runs a second agent with kimi --yolo, and finally collapses the whole pipeline into a single prompt that asks two questions and returns a deployed site. The dollar in the title covers the model, not the video credits, which the video never converts to money.

Published Jul 22, 2026 21:39 video 36 min read Added Jul 22, 2026 Open on YouTube →

At a glance

Nick Saraev builds three cinematic scroll driven landing pages end to end and shows every keystroke: the ideation prompt, the prompt that turns a concept into a video prompt, the video model settings, the frame interpolation pass, the site build, and the deploy. The mechanic behind these sites is simple once he says it out loud. There is no elaborate 3D scene. There is one short macro video in the background, every frame of it becomes a scene, and the frames are bound to scroll position, so the page moves forward when you scroll and backward when you scroll up. Everything else is scaffolding on top of that. The tool chain is Kimi K3 from Moonshot AI as the brain and the coder, Higgsfield Cinema Studio 3.0 as the video generator, a ByteDance AIGC model for frame interpolation from 30 to 60 FPS, and Netlify for hosting. Then he does the thing that makes the video worth watching twice: he stops driving the tools by hand, installs the Higgsfield MCP server into Kimi Code, and collapses the whole chain into a single prompt that goes from "you go nuts" to a deployed website. His gallery of the results is live at kimik3designs.netlify.app.

What is actually going on in one of these sites

He opens on a finished page and scrolls it up and down. The thing you cannot tell from a screen recording is that he is scrolling, not playing anything. There is a sense of forward motion through a video, and the natural assumption is that the website itself is what moves and rotates.

It is not. At its core, he says, you take every frame in a video, turn them into what are effectively separate scenes, and bind them to a scroll animation, so scrolling one way moves you forward through the video and scrolling the other way moves you back. The page is stationary. The film is what advances. Down in the corner there is also a tour control, a flow button that walks a visitor through the whole thing on auto play if they would rather not scroll it themselves.

Then he makes the point that reframes the entire build: the creative is the heavy lifter. Despite how much motion the finished site seems to have, the motion is a video in the background. The interactive layer matters too, but that is the part Kimi can do easily. The part that decides whether the site looks like a million dollars or like a template is the eight seconds of macro footage you feed it.

STAGE 1 IDEATE Kimi K3 chat 10 scroll driven concepts, each an 8s extreme macro journey STAGE 2 TRANSLATE Kimi K3, second prompt concept in, cinematic video prompt out, style by example STAGE 3 RENDER Higgsfield Cinema Studio 3.0 16:9 · 1080p · 8s · ~80 credits output lands at 30 FPS STAGE 4 SMOOTH ByteDance AIGC interpolation 30 FPS to 60 FPS, one new frame invented between every real pair STAGE 5 BUILD Kimi K3, site prompt film + original concept text in, scroll bound page out STAGE 6 SHIP Netlify (or Vercel) static host, OAuth token handed straight to Kimi Then he deletes the hand work Install the Higgsfield MCP into Kimi Code and stages 3 and 4 stop being a browser tab. Paste the single end to end prompt and stages 1 through 6 collapse into two questions. "you go nuts" → a live URL
Figure 1. The whole pipeline as the video runs it, in order. Every stage is a prompt or a setting, and the last act of the video is folding the six stages back into one prompt.

The four jobs the pipeline has to do

Before he touches anything, he lists what has to happen. It is worth keeping in front of you because every later step is one of these four.

  1. Generate the creative asset, the background video itself.
  2. Process that video so it is genuinely high quality, the macro, zoom in journey look rather than a generic clip.
  3. Interpolate frames so the scroll is smooth instead of chunky. This is the step he says most people skip, and skipping it is why other people's versions of this look bad.
  4. Have Kimi K3 wrap it in a nice bow and present it as a working site.

Getting Kimi K3 and Kimi Code running

The model is Kimi K3, which he introduces as the new frontier model from Moonshot AI, Kimi's creators. His read on it: K3 is really solid and sits on par with Fable, GPT 5.6, and the other frontier models of the moment. He says hello to it in the chat interface and immediately points out the limitation. A chatbot cannot build you a website. You need the coding agent.

So you go to Kimi Code, not Kimi chat. Two practical warnings come with it. First, subscriptions are heavily throttled and bottlenecked at the moment, precisely because this is such a cheap way of producing high quality output, so you may not be able to sign up the second you try. Second, when you can, the plans are named after musical tempos: Moderato, Allegretto, Allegro, and Vivace. Sign up is one click through to a Stripe page.

Installing the CLI is a single copy and paste. Higgsfield and Moonshot both hand you the line; he copies it from the Kimi Code page and pastes it into a terminal.

# the install line copied from the Kimi Code page (a curl -fsSL … | bash one liner)
# he is running it here as an upgrade, since he already had it installed
curl -fsSL <the install URL Kimi gives you> | bash

Then three commands are all you need to be operational:

kimi          # launch Kimi Code
/login        # OAuth into your Kimi account, opens a browser page if you are not signed in
/clear        # wipe the context and start clean before every new job

He is candid that a terminal looks intimidating if you are new, and equally candid that you do not need to understand curl -fsSL. You paste the line, Kimi does the rest.

He also flags where the prompts live: everything he uses is published free in his community, Maker Zero, linked at the bottom of every one of his videos. The prompts below are what he reads on screen.

The ideation prompt: let the model ideate, you supply the taste

The first prompt is a concept generator. He is explicit about which part of it does the work.

You're the sole creative director and senior front-end author for a premium
interactive portfolio.

Give me creative ideas videos for 10 radically different scroll-driven
commercial landing pages.

The video must involve a single continuous 8-second extreme macro journey.
This journey is what we use as the main captivating feature of our websites,
so make this as interesting as possible.

"They need to be scroll driven," he says, and "a single continuous 8 second extreme macro journey." Those two constraints are the whole brief. Everything else, the industry, the subject, the palette, is left open on purpose, because the point is volume.

Then comes the argument underneath the technique, and it is the most quotable idea in the video. For humans, coming up with ideas is computationally difficult. For an AI, which he describes as seeing ideas as points plotted on a big graph of possible concepts, ideation is easy. What humans are still great at is taste, picking the thing that will actually land with an audience. So the division of labor is: have the model ideate across a very large space of possible solutions, then do the one thing you are better at, which is pick your favorite.

He does not need the ten concepts to be the best concepts in the world. He needs ten to choose three from.

Reading the concepts out loud

Two of the ten get read verbatim on screen, and they are worth reproducing because they set the level of specificity a video model needs.

The Pour, luxury whiskey.

"We start buried inside a single bubble in the whiskey. The sphere's skin glows amber around the lens. Then the camera pushes through the membrane into liquid gold, slides past rising carbonation threads, climbs the meniscus of the glass, and breaks the surface tension."

His verdict: interesting, but he wants something more impressive than a luxury whiskey site.

The Capsule, skin care and pharma.

"Begin on the surface of a dissolving capsule. The gelatin wall is melting in front of the lens like slow ice. The camera pushes through the membrane into a cloud of white macro powder, drifts through the granules, each one catching light like a snow globe, and condenses onto a single droplet that falls and lands on skin. The pore it touches blooming smooth."

That one he keeps. Notice the shape both share: start buried inside something at microscopic scale, push through a membrane, travel, and break out. That is the "extreme macro journey" pattern the ideation prompt asked for, and it is what makes the scroll feel like forward motion rather than a pan.

He copies the winners into a Google Doc titled concepts. Then a small operational decision that pays off later: rather than generate one concept, he takes three, because generating three costs the same wall clock time as generating one, and he will keep whichever he likes best.

At this point he makes the claim that reorders the whole job: once you have the concepts, you are about 50% of the way to a jaw dropping experience. Not because the code is trivial, but because the creative is what carries the site, and the code is what Kimi handles easily.

The second prompt: turn a concept into a video prompt

Concepts are for humans. Video models want a different kind of text, so he clears Kimi and runs a translator prompt. The key move is teaching by example: he pastes in a sample video prompt whose level of detail he wants matched.

Use the below concept to generate a high-quality macro video prompt for an
advanced video model.

For example:
"A single continuous 8-second cinematic engineering shot moving forward from
above a stormy cold North Atlantic Ocean…"

<paste one concept from the concepts doc here>

"What I'm doing here," he says, "is I'm giving it an example of the level of detail that I would like." He is not describing the style he wants in the abstract. He is showing a sample that he already knows performs well and asking for the same shape.

The output he gets back opens like this:

"A single continuous 10 second cinematic macro shot opening on the hexagonal lattice of a single ice crystal at molecular scale…"

Roughly the same length as the example, roughly the same density. That is the tell that the by example approach worked. Two prompts in, and he has gone from nothing to a production ready video prompt without writing a sentence of creative himself.

The 30 FPS problem, and why interpolation is not optional

He has tested a few dozen video models and approaches, and this is the combination he landed on. Today's generator is Cinema Studio 3.0, on Higgsfield. He is clear it is not the only option, he just wanted the best available at the moment.

Then the catch that most people building these sites never address. Cinema Studio output comes back at roughly 30 FPS. On a normal video that is fine. On a scroll heavy cinematic journey site it is not, because the scroll is what advances the frames, and at 30 FPS you can see every individual frame tick past as you scroll. It reads as choppy. He calls it a very bad experience for the user.

The fix is frame interpolation, and he draws it on screen. Take frame 1 and frame 2, and generate a new frame that belongs between them. Take frame 2 and frame 3 and do the same. An element sliding across the screen now has twice as many positions to occupy, so the motion is continuous instead of stepped. He runs it through a ByteDance AIGC model to go from 30 to 60, and his claim is blunt: once you are at double the frame rate, the vast majority of all scrolling issues disappear.

SOURCE 30 FPS straight out of Cinema Studio 3.0 frame 1 frame 2 frame 3 a visible jump under scroll a visible jump under scroll ByteDance AIGC interpolation INTERPOLATED 60 FPS one invented frame between every real pair frame 1 generated frame 2 generated frame 3 generated

twice the positions, so the element travels instead of teleporting

Figure 2. The step almost nobody does. Scroll drives the frames directly, so a 30 FPS source shows every tick. Doubling the frame rate with interpolation is what separates a smooth journey site from a chunky one.

Inside Higgsfield: the exact settings

Higgsfield is where the film gets made. He describes it as a big video, audio, and prompt library that contains more or less everything you need to copy and paste into a model like Kimi K3 to make this work. He has an account already and skips past the current signup promo.

Navigation: explore at the top, then video, then Cinema Studio 4K. Inside, the version picker offers 3.5, 3.0, and 2.5. He picks 3.0 on purpose, because he does not need the extra scene change features that the newer version adds. Then he pastes in the video prompt Kimi just wrote.

The settings, and his reasoning for each:

He hits generate. The prompt goes in on multiple lines, which he notices looks ugly and hopes will not affect the generation. A modal opens saying "new project processing," and from there the only job is to wait.

Except he does not wait. He batches. He goes back to Kimi, asks it to do the other two concepts as well, and feeds the resulting prompts into two more Cinema Studio generations. Now three are rendering at once, on the same settings, 16 by 9.

The reasoning is explicit and it generalizes far past this video: one generation takes X amount of time, and the service can work on multiple things at once, so waiting serially is pure waste. He is trading money in credits for time and efficiency. And there is a second reason that is really the honest one:

"I'm never really 100% of the time happy with the outputs of AI. I'm satisfied maybe 30 to 50% of the time, which means typically I need more than one sample or more than one output in my batch in order to be happy."

Batch size is a hit rate calculation. If one in three generations is good enough, generate three.

The results come back. The capsule dissolving and opening, which he calls really high quality and very clean, micellar water territory. The city walk through, which turns out to be a 3D city that is also a circuit on a silicon wafer. He can scrub them in Higgsfield's editor, but scrubbing in an editor is not the point. He wants them tied to a scroll wheel. He takes a break, comes back to three finished renders, and clicks the download button on each.

Stop clicking: wire Higgsfield into Kimi with MCP

Here is where the video turns from a tutorial into a workflow argument. "Doing this stuff manually is starting to get pretty tiring," he says, and he is right, because he has just spent five minutes as a human clipboard between two browser tabs.

The fix is MCP. On Higgsfield, go to MCP and CLI, and click the copy button. That gives you a config block that defines a connector to Higgsfield's back end. Paste it into Kimi and say four words:

Install this MCP.

Kimi goes through and creates the connector behind the scenes, writing an mcp.json file onto your computer. That is just how MCP config works. Then:

/clear          # this initiates a new server, so the MCP is live in the session
/mcp-config     # only if you are not already authenticated: walks you through
                # a short sign up wizard back to Higgsfield to sign in

What that buys him: instead of asking Kimi to write a prompt that he then copies into the Higgsfield UI, he can now tell Kimi to generate the Higgsfield videos directly. Same for upscaling. He can ask for a pipeline where every generated video is automatically upscaled from the start. Two stages of the pipeline stop being a browser tab.

The first thing he does with it is the interpolation pass. He grabs the three downloaded filenames with a copy, pastes them in, and writes one sentence:

Interpolate this with ByteDance AIGC.

Kimi finds the right Higgsfield model and runs it. The instruction underneath is simply "double the frames."

Two Kimi instances, and the YOLO flag

Kimi is intelligent, he says, but it can also be pretty slow at times. His answer is not to wait, it is to parallelize himself. While the left hand instance is firing Higgsfield requests and improving the media, he opens a second instance to start scaffolding the website.

kimi --yolo

He describes --yolo as a funny mode that prevents the agent from ever having to ask him a question. You only live once mode. Just let the agent do everything. It is the same bargain every agentic CLI offers: you trade the approval prompts for speed, on the assumption you are working in a directory you are willing to let it touch.

Where the work happensPass 1: by handPass 2: Higgsfield MCP wired inPass 3: the single end to end prompt
Concept ideationKimi chat, you read and pickKimi chat, you read and pickinside the prompt, it picks
Concept to video promptsecond Kimi prompt, copy outsecond Kimi promptinside the prompt
Video generationHiggsfield UI, paste prompt, set 16:9, 1080p, 8s, click generateKimi calls Higgsfield directlyinside the prompt
Download the clipclick download, find it in Finderhandled in the pipelineinside the prompt
Interpolation 30 to 60 FPSnot possible without the connector"interpolate this with ByteDance AIGC"inside the prompt
Site buildpaste the long site prompt, then hand it the video path and the concept textsame, second instance with --yoloinside the prompt
Deploygenerate a Netlify OAuth token, paste it insameinside the prompt
What you actually typedozens of clicks across three tabsa handful of sentencestwo answers: "you go nuts" and "you go nuts"
Figure 3. The same build, three times, each with less of you in it. The video runs all three passes in order, which is what makes it a workflow lesson rather than a tool demo.

The site prompt

Now the build. He heads to his site prompt, a long block he keeps in Maker Zero, copies the whole thing, and pastes it into Kimi K3. He is upfront that it is long and that he is not reading it out, because it is available free.

What matters is the interface it exposes, because that tells you what a site prompt of your own has to accept. It asks for two inputs:

  1. The video file, by path on your computer. The prompt literally shows an example, capsule.mp4. He opens Finder, goes to downloads, and hands it the capsule clip.
  2. The concept prompt that was used to generate that video. He goes back to Higgsfield, clicks the generation, and copies out the exact prompt he fed in, then pastes it in.

That second input is the clever part. The site prompt does not just get pixels, it gets the creative intent behind the pixels: what the journey is, what the subject is, what the mood is. That is what lets the copy, the section structure, and the color treatment match the film rather than fight it. From there the prompt runs a long, in depth series of steps to produce the motion graphic design.

And then he says the thing he has clearly been waiting to say: "You're probably already seeing areas that we can optimize the hell out of this," because every one of these steps was made manually. The pipeline is about to get woven together.

The finished site

The build lands. He scrolls through it: a complicated universe of circuit boards and, at the end, a burst of light. The page has real interactive furniture on it, not just a moving background:

It is, in his words, a live and working example. And that is end to end.

Publishing it: Netlify in about ninety seconds

Hosting is a static site problem, so any static host works. He uses Netlify, and notes Vercel works exactly the same way. His own gallery of every site from this method lives at kimik3designs.netlify.app.

The flow, which is the same on most platforms:

  1. Log in to the host.
  2. Go to user settings.
  3. Under applications, find OAuth.
  4. Click new access token. He names it something like "example token" and sets a short expiry, today or tomorrow.
  5. Generate token, copy it.
  6. Paste the token into Kimi and hand it over.

Kimi takes the key and creates the site on his Netlify account. Within moments it is 100% online at a netlify.app address, flow tour button and all, and anyone can open it.

Two things worth noticing here that he does not spell out. First, an agent with a deploy token can deploy, which is exactly as powerful and exactly as sharp as it sounds, and it is why he generates a short lived token rather than a permanent one. Second, this is the only step in the entire pipeline that touches credentials, which tells you how thin the actual infrastructure is: it is a folder of static files.

The motherload: one prompt, end to end

"I told you this is going to be the motherload." One prompt containing every step above, start to finish. You paste the whole thing into Kimi and it takes over.

It asks exactly two questions:

1. What subjects, products, industries, materials, or ideas are you interested in?
2. Do you have any creative direction references or constraints, or should I grab everything?

His answers, both times: "You go nuts."

That is the entire input. Concept ideation, concept selection, video prompt authoring, Higgsfield generation, interpolation, site scaffolding, and deploy all run underneath. He notes the terminal looks slightly different in this segment simply because he switched terminals, not because anything else changed.

  • 0:31 He explains the mechanic: every frame of a background video becomes a scene bound to scroll position, so the page is still and the film advances. The creative is the heavy lifter.
  • 1:46 Sign up to Kimi K3 from Moonshot. Chat is not enough; you need Kimi Code. Plans are Moderato, Allegretto, Allegro, Vivace, and signups are throttled.
  • 2:56 Install the CLI with the curl one liner, launch with kimi, authenticate with /login, reset with /clear.
  • 3:53 Run the ideation prompt: 10 radically different scroll driven landing pages, each a single continuous 8 second extreme macro journey.
  • 5:06 Read the concepts. The Pour (whiskey) is interesting; the Capsule (skin care) wins. Three concepts go into a Google Doc.
  • 6:07 The claim: with concepts in hand you are about 50% of the way to a jaw dropping experience.
  • 6:53 Run the translation prompt, teaching the shape by example, and get back a production ready cinematic macro video prompt.
  • 8:04 Pick Cinema Studio 3.0 on Higgsfield. Output arrives at 30 FPS, which is too choppy for a scroll bound site.
  • 8:45 Explain frame interpolation on screen, then commit to ByteDance AIGC to go 30 to 60 FPS.
  • 10:13 In Higgsfield: explore, video, Cinema Studio 4K, version 3.0. Settings 16:9, 1080p, 8 seconds, about 80 credits.
  • 11:50 Batch three generations at once rather than wait serially. He is satisfied with AI output only 30 to 50% of the time, so he needs more than one sample.
  • 13:43 Stop working by hand. Copy the Higgsfield MCP config, tell Kimi "install this MCP", get an mcp.json, then /clear and /mcp-config.
  • 15:22 One sentence runs the smoothing pass: "interpolate this with ByteDance AIGC."
  • 16:06 Open a second instance with kimi --yolo so one agent renders while the other scaffolds.
  • 16:21 Paste the site prompt. It wants two things: the video file path and the original concept prompt.
  • 17:35 The finished site: hold to reserve, watch it dissolve, manual scroll, and a flow tour button.
  • 18:18 Deploy to Netlify by generating an OAuth access token under user settings and handing it to Kimi. Online in moments.
  • 19:16 The motherload: a single end to end prompt that asks two questions and produces a deployed cinematic site.
  • 20:14 The gallery: a hot air balloon ascent, a dank cave ending at a record player with a burning head, and a foundry that turns out to be an old printing press.
Figure 4. The build sequence in the video's own order. Click any timestamp to jump the player there.

The gallery: what "go nuts" produces

The end results are the sites he opened with. He tours them:

How many you make comes down to two budgets and nothing else: how much time you want to spend, and how many credits.

He closes on the offers. Every asset and every prompt is free in Maker Zero. Maker School, the first link in his description, is his 90 day accountability program for people who want to sell these interactive experiences rather than just build them, with a 90 day full money back guarantee if you do not land client number one. Then, verbatim: "Anyway, I'll stop shilling my own products."

The reproduction spec: build one yourself

Everything below is drawn from what the video does on screen. Where he pastes a prompt he keeps in Maker Zero without reading it, this section rebuilds a working equivalent from the behavior shown, and says so plainly rather than pretending to quote him.

Step 0: tools

Job What the video uses Substitutes he names
Brain and coder Kimi K3 via Kimi Code ChatGPT, Claude, any frontier model
Video generation Higgsfield Cinema Studio 3.0 Cinema Studio 3.5 or 2.5, other video models
Interpolation ByteDance AIGC via Higgsfield any interpolation model
Hosting Netlify Vercel, any static host

Step 1: install and authenticate Kimi Code

curl -fsSL <install URL from the Kimi Code page> | bash
kimi
/login          # OAuth in a browser
/clear          # always start a job from a clean context

Step 2: ideate concepts (verbatim from the video)

You're the sole creative director and senior front-end author for a premium
interactive portfolio.

Give me creative ideas videos for 10 radically different scroll-driven
commercial landing pages.

The video must involve a single continuous 8-second extreme macro journey.
This journey is what we use as the main captivating feature of our websites,
so make this as interesting as possible.

Read all ten. Keep three. Paste them into a doc. Your only job in this step is taste.

Step 3: turn a concept into a video prompt (verbatim from the video)

Use the below concept to generate a high-quality macro video prompt for an
advanced video model.

For example:
"A single continuous 8-second cinematic engineering shot moving forward from
above a stormy cold North Atlantic Ocean…"

<paste one concept here>

The example line is doing the work. Swap it for any prompt you already know performs well and the model will match its density.

Step 4: render the film

In Higgsfield: explore → video → Cinema Studio 4K → version 3.0. Paste the prompt from Step 3, then set:

Generate. Then immediately queue your other two concepts so three render at once. Download each when it finishes.

Step 5: wire the Higgsfield MCP into Kimi

On Higgsfield, open MCP and CLI and copy the config block. In Kimi:

<paste the Higgsfield MCP config block>

Install this MCP.

Kimi writes mcp.json. Then:

/clear          # initiates a new server so the connector is live
/mcp-config     # only if you are not already authenticated to Higgsfield

From this point Kimi can generate and upscale Higgsfield videos directly, with no browser tab in the loop.

Step 6: interpolate to 60 FPS

Interpolate this with ByteDance AIGC.

capsule.mp4
circuit.mp4
crystal.mp4

Doubling the frame rate is the whole objective. Anything that reliably takes 30 to 60 will do.

Step 7: build the site

Open a second agent so rendering and building overlap:

kimi --yolo

Then paste your site prompt. It must accept two inputs, because those are the two the video's prompt asks for: the path to the interpolated video file (for example capsule.mp4) and the original concept prompt used to generate it. A working equivalent, rebuilt from what the finished sites do rather than copied from his text:

You are a senior front-end author. Build a single self-contained cinematic
scroll-driven landing page from the assets below. Ask me for anything missing
before writing code.

INPUTS
- Video file: <path to the interpolated 60 FPS clip, e.g. capsule.mp4>
- Concept prompt used to generate it: <paste the exact Higgsfield prompt>

BUILD
1. Extract the clip to a numbered still-frame sequence, one image per file.
2. Draw the current frame onto a full-viewport canvas fixed behind the content.
3. Map scroll progress (0 at the top of the page, 1 at the bottom) to a frame
   index, and ease the current frame toward the target so motion feels weighted.
   Scrolling up must run the sequence backward, identically.
4. Stop drawing entirely once scrolling stops. Redraw only when the frame changes.
5. Derive the section structure, headline copy, and palette from the concept
   prompt, so the words on screen match the journey happening behind them.
6. Add: a primary call-to-action pinned to the climax of the journey, a
   section-to-section jump control, and a "flow tour" button that auto-plays the
   whole journey for visitors who do not want to scroll.
7. Respect prefers-reduced-motion. Animate transform and opacity only.

Output one self-contained folder I can drop on a static host.

Step 8: deploy

On Netlify: user settings → applications → OAuth → new access token, set a short expiry, generate, copy. Then hand it to Kimi:

Deploy this site to Netlify. Here is a short-lived access token: <token>

Vercel or any static host works the same way. Revoke the token when the deploy is done.

Step 9: collapse it

Once you have run the whole thing once by hand, write the version of the pipeline that runs itself. His asks two questions and nothing else:

1. What subjects, products, industries, materials, or ideas are you interested in?
2. Do you have any creative direction references or constraints, or should I grab
   everything?

That is the real lesson of the last five minutes of the video. Do it manually, watch where you are acting as a clipboard, then delete yourself from those steps.

An honest footnote: what the dollar actually covers

The title says a dollar. The first sentence of the video says "literally just a dollar or two." Here is every cost figure the video actually states, and every one it does not.

Line itemWhat the video statesWhat it leaves out
Kimi K3 usageframed as cheap, which is why signups are throttledno token price, no per build figure
Kimi subscriptionplans named: Moderato, Allegretto, Allegro, Vivaceno price for any tier
Higgsfield video generationabout 80 credits per 8s 1080p Cinema Studio 3.0 clipno credit to dollar conversion
Three clips batchedthree generations at once, so roughly 240 creditsstated as a tradeoff of "money for time", never priced
ByteDance interpolationrun through the Higgsfield MCPcredit cost never mentioned
Higgsfield subscriptiona signup promo with a discount is on screenno plan price
Netlify hostingfree tier is implied, static files onlynothing material
Figure 5. The cost ledger, using only figures the video itself puts on screen. The single number it gives you, about 80 credits per clip, is denominated in credits and never converted to money.

Read fairly, the dollar or two is a claim about the model, not the pipeline. Kimi K3 doing the ideation, the prompt translation, and the site build genuinely is inexpensive, and that is the part the video is really about. The video generation is a separate budget, priced in Higgsfield credits, on top of a Higgsfield subscription that also is not priced here. If you show up with a hard one dollar limit you will get the website and not the film.

Two other things worth flagging, in the same spirit. His own hit rate number, satisfied with AI output 30 to 50% of the time, means the honest cost is two to three generations per usable clip, not one, and he builds that into his workflow rather than hiding it. And the site prompt and the end to end prompt, the two artifacts that do the heaviest lifting, are not read on screen. They are free, but they live behind a signup at Maker Zero. The technique is fully reproducible without them, which is what the spec above is for, but the video is a demo of prompts you go elsewhere to collect.

None of that dents the core idea, which is genuinely good and generalizes past cinematic websites: let the model ideate across a wide space, spend your own judgment only on selection, batch anything that renders in parallel, then wire the tools together with MCP so the parts of the job where you were acting as a clipboard disappear.

Key takeaways

Chapters

0:00 The claim: cinematic websites for a dollar or two 0:31 What is actually happening: frames bound to scroll 1:03 The four jobs the pipeline has to do 1:46 Kimi K3 and Moonshot, chat versus Kimi Code 2:29 Plans, throttled signups, and the install command 3:24 kimi, /login, /clear 3:53 The ideation prompt: 10 scroll driven concepts 4:36 Why AI should ideate and you should pick 5:06 The Pour, and the Capsule concept that wins 6:07 Concepts done means you are 50% of the way there 6:53 Turning a concept into a video prompt, by example 8:04 Cinema Studio 3.0 and the 30 FPS problem 8:45 Frame interpolation explained, 30 to 60 with ByteDance AIGC 9:43 Inside Higgsfield: explore, video, Cinema Studio 4K 10:40 The settings: 16 by 9, 1080p, 8 seconds, about 80 credits 11:50 Batching three generations at once 13:02 His hit rate: satisfied 30 to 50% of the time 13:29 The renders land, download the clips 13:43 Install the Higgsfield MCP into Kimi 14:53 /clear, /mcp-config, and mcp.json 15:22 "Interpolate this with ByteDance AIGC" 16:06 A second instance with kimi --yolo 16:21 The site prompt: video file plus concept prompt 17:35 The finished site, hold to reserve and flow tour 18:18 Publishing to Netlify with an OAuth token 19:16 The motherload: one prompt, end to end 19:59 "You go nuts" twice, and the results 20:43 Maker Zero, Maker School, and the sign off

Notable quotes

"Kimi K3 can design absolutely gorgeous, beautiful websites just like these for literally just a dollar or two." (0:00)

"At its core, what we're doing is we are taking every frame in a video, we're turning them into different scenes, essentially, and then we're binding them to some sort of scroll animation such that when I scroll up, I go forward, and when I scroll down, I go back." (0:40)

"We also need to interpolate frames, do a couple of other things so that it's not chunky and it's smooth, unlike what a lot of other people do." (1:24)

"This concept is one that you can come up with yourself, but in our AI era, I much prefer to just have AI do the concept generation for me." (1:48)

"The cool part about AI is for humans, coming up with ideas is very computationally difficult. For AI, which views ideas as sort of these plots on a big graph of possible concepts, ideation's actually really easy." (4:42)

"The cool thing that humans are great at right now is employing our taste to pick things that we think might actually sound good or make sense to our audience." (4:52)

"Once we have the concepts, we're actually already about 50% of the way there to designing a smooth, sort of jaw dropping experience like this." (6:14)

"The creative is really the heavy lifter of this site." (6:37)

"What I'm doing here is I'm giving it an example of the level of detail that I would like." (7:12)

"The issue with 30 FPS on one of these like scroll heavy, you know, cinematic journey sites is you can actually see every individual frame as you scroll through, and so it's really choppy." (8:33)

"I'm going to be using ByteDance AIGC to take us from 30 to 60, and then once we're at double the FPS, the vast majority of all scrolling issues tend to disappear." (9:29)

"I'm never really 100% of the time with the outputs of AI. I'm satisfied maybe 30 to 50% of the time, which means typically I need more than one sample or more than one output in my batch in order to be happy." (13:02)

"That said, doing this stuff manually is starting to get pretty tiring." (13:47)

"This is just sort of like a funny mode that prevents it from ever having to ask me a question. It's on like the you only live once mode, so just let the agent do everything." (16:10)

"You're probably already seeing areas that we can optimize the hell out of this. And the reason for that is because what we've done here is we've manually sort of made all these steps." (17:24)

"I told you this is going to be the motherload. This is a single prompt that contains every one of these steps end to end." (19:22)

"It really just boils down to how much time you want to spend and how many credits." (20:45)

Resources mentioned

Full transcript
So, Kimi K3 can design absolutely gorgeous, beautiful websites just like these for literally just a dollar or two. And in this video, I'm going to show you everything that you need to do in order to create these sorts of cinematic journey experiences and then host them on a website. In addition to showing you guys what to do, I'm also going to give you all of the prompts that are in, so you guys have everything that you need to do to just copy and paste this, whether it is to Kimi K3, ChatGPT, Claude, or another frontier model. Let's get into it. So, logically, what exactly is going on in websites like this? Well, one thing that you can't really tell is right now I'm scrolling up and down. And so, essentially, there is some form of progress or forward motion through a video. Well, at its core, what we're doing is we are taking every frame in a video, we're turning them into different scenes, essentially, and then we're binding them to some sort of scroll animation such that when I scroll up, I go forward, and when I scroll down, I go back. We're also providing down here a sort of tour based experience so that people can also progress through the website in sort of auto play as they will. Um, there are a couple of different things that you need to know in order to make this work for you. Uh, I'm just going to give them to you, and then you guys can just copy and paste them in. But obviously, we need to both generate the creative asset, which is sort of that background video. We also need to perform some processing on the background video to make it really high quality, you know, macro, sort of the zoom in journey effect. Uh, we also need to interpolate frames, do a couple of other things so that it's not chunky and it's smooth, unlike what a lot of other people do. And then finally, we need Kimi K3 to wrap this in a nice bow and then present it to us. The first thing we need is we need some sort of concept. And so, in this case, what are we doing? We're scrolling through some sort of deep sea underwater, uh, I don't know, like plant or site or something like that. And so, this concept is one that you can come up with yourself, but in our AI era, I much prefer to just have AI do the concept generation for me. And so, let's start really easily. First thing we're going to do is sign up to Kimi K3. In case you guys didn't know, this is the new frontier model intelligence dropped by Moonshot, Kimi's creators. And essentially, K3 is really solid. It is on par with, you know, Fable, GPT 5.6, and other great models. So, I'm just going to say, "Hey." Let's wave over and see what K3 says back to us. This obviously isn't sufficient for us to make a website with. This is just a chatbot, so we're going to have to head over not to Kimi chat, but Kimi code, which is sort of the code version of what we just saw earlier. Now, Kimi subscriptions are pretty heavily throttled and bottlenecked right now because it's such a cheap way of producing high quality experiences like this. So, you guys may not be able to sign up right this second. But when you are, they have a variety of different plans like Moderato, Allegretto, Allegro, and Vivace. And it's just sort of a one click sign up situation. You just click subscribe, and it will essentially take you to a Stripe page where you can, you know, do the sign up. Once you're there, you actually need to get Kimi code. And the way that you do this in terminal is pretty easy. You just copy this command, and then you open up a terminal. So, that's what I'm going to do over here. Then I'm going to drag this terminal into view, just make it really big, and then zoom in. And then, you know, terminal may look kind of intimidating if you're new to this sort of stuff, but all you really have to do is just paste in whatever that command was. And Kimi will sort of do the rest for you. So, curl dash fsSL, whatever the heck is going on. What we're doing right here is we're basically just like updating the version right now cuz I already have it on my computer. Um, this may take, you know, same amount of time, a little bit faster, a little bit longer, just depending on your internet connection. And once it's downloaded, all you have to do in order to make this work is just type kimi. It'll then open up Kimi code. Now, in case you're not already logged in, you do have to type /login right over here, and then connect to Kimi code via OAuth. In my case, I am already logged in, but in yours, it may open up like the Kimi page. Once we're done with that, all you have to do is type /clear. That'll clear everything else out up top, and now we can actually get to having Kimi do stuff for us. Now, you don't have to do this in order to get what I'm about to show, but I do publish all of my prompts entirely free on Maker Zero, which is my free community um that I link at the bottom of every single one of my YouTube videos. So, I'm just going to go down there and copy this prompt here, which says, "You're the sole creative director and senior front end author for a premium interactive portfolio. Give me creative ideas videos for 10 radically different scroll driven commercial landing pages." And this is the really important part. They need to be scroll driven. The video must involve a single continuous 8 second extreme macro journey. Let me just make this more visible for you. This journey is what we use as the main captivating feature of our websites. So, make this as interesting as possible. And what we want is we want you to come up with just these concepts for us. You know, we don't necessarily need them to be the best concepts in the whole wide world, but uh we just want some ideas to sort of take advantage of. The cool part about AI is for humans, coming up with ideas is very computationally difficult. For AI, which views ideas as sort of these plots on a big graph of possible concepts and stuff like that, ideation's actually really easy. The cool thing that humans are great at right now is employing our taste to pick things that we think might actually sound good or make sense to our audience. And so, that's what I like doing. I like having AI ideate over a very large space of possible solutions for me, and then all I really do is I pick my favorite. And so, as you can see here, we have a bunch of different ideas. This one up top is the pour, luxury whiskey. "We start buried inside a single bubble in the whiskey. The sphere's skin glows amber around the lens. Then the camera pushes through the membrane into liquid gold, slides past rising carbonation threads, climbs the meniscus of the glass, and breaks the surface tension." See, that seems pretty interesting, but I don't know. I kind of want to do something more impressive than just a luxury whiskey website. Here we have the capsule, skin care and pharma. "Begin on the surface of a dissolving capsule. The gelatin wall is melting in front of the lens like slow ice. The camera pushes through the membrane into a cloud of white macro powder, drifts through the granules, each one catching light like a snow globe, and condenses onto a single droplet that falls and lands on skin. The pore it touches blooming smooth." I like this. This sounds really solid, and I think that's probably one of the main ideas that I'm going to generate. So, for now, I'm just going to copy this, okay, and then I'm going to head over to just a Google Doc here, and then up here I'll call this concepts. And just to make it really easy for you, rather than just generate one concept, because it's going to take the same amount of time to generate um as, you know, multiple, I'm just going to do multiple simultaneous, and we'll find whichever one we like the best. Okay, once we have the concepts, we're actually already about 50% of the way there to designing a smooth, sort of jaw dropping experience like this. Because if you pay close attention, you'll notice that, despite the fact that this website in particular seems like there's a lot of motion going on, that the website itself is what's moving and rotating around, it's actually just a video in the background. And so, the creative is really the heavy lifter of this site. You know, the interactive experiences and stuff like that, um, that's important as well, but that's something that Kimi can do far easier. Okay, great. Once we have these concepts, of which I've picked three, all you need to do now is copy over a prompt that looks something like this. What I've done is I've just cleared through all of Kimi, then I say, "Use the below concept to generate a high quality macro video prompt for an advanced video model. For example, there's a single continuous 8 second cinematic engineering shot moving forward from above a stormy cold North Atlantic Ocean." What I'm doing here is I'm giving it an example of the level of detail that I would like. And then what I'll do is I'll go back over to that Google Doc that stores all of the different website concepts, and then I'm just going to save one of them. Actually, just paste that in here. So, what I wanted to do is I wanted to generate a high quality video prompt in the exact same style that I know performs very well. What we're doing is we're just transforming ideas into prompts now, and uh, you know, we can use one of these to generate a big list of different high quality ideas, we can do another one to actually generate the video itself. So now you can see we're generating "a single continuous 10 second cinematic macro shot opening on the hexagonal lattice of a single ice crystal at molecular scale." It's approximately the same length as this other one, and now we're actually good to design the creative or the video itself. After experimenting with a few dozen different video models and types of approaches, this is probably the one that I found that works the best. To make a long story short, we start by generating some sort of a macro journey video, and the model that I'm going to be using for this today is Cinema Studio 3.0. I want you to know that you can use a variety of other ones as well for this sort of thing, but um, I just wanted the best of the best as of this point in time, and so I thought I'd use Cinema Studio 3.0 to generate them. Now, once you generate them, okay, this is going to be coming out at, I believe, 30 FPS. The issue with 30 FPS on one of these like scroll heavy, you know, cinematic journey sites is you can actually see every individual frame as you scroll through, and so it's really choppy. It's a very bad experience, I would say, for the user. So instead, what we're going to do is we're actually going to um take the core video and then interpolate it. And that just means, you know, if this is a frame here, and this is another frame here, and this is another frame here, and there's some sort of element that's sort of like moving across the screen of this, okay? So this is frame 1, 2, 3. What it does is it takes frame 1 and frame 2, and then it generates an additional frame sort of between the two, okay? And then it'll take frame 2 and frame 3, and it'll generate sort of an additional frame between the two. That way, instead of it being kind of choppy, you'll actually get like a smooth movement of elements throughout the thing, and when we scroll through, it'll be a lot prettier. Now again, lots of different models you could do for this sort of interpolation. I'm going to be using ByteDance AIGC to take us from 30 to 60, and then once we're at double the FPS, um, the vast majority of all scrolling issues tend to disappear. Finally, we're just going to tie it frame by frame to some sort of smooth browser scroll just so we can kind of get that out there, and then we can actually start, you know, moving through a video on a screen, and then we'll add the rest of the website as well. So, in order to make this work, I'll be using Cinema Studio straight out of Higgsfield. It's fairly straightforward. This is just like a big video, audio, and prompt library um that contains more or less, you know, everything you need to copy and paste into uh one of these models like Kimi K3 to make it work. Obviously, using it in Kimi K3 is cool because Kimi is a pretty cheap and also very intelligent model. Um so, all you need to do in order to do that is just head over to sign up. They're doing some promo right now. You can sign up and get an additional discount. I already have an account, so I'm just going to skip past this. Inside of Higgsfield, once you're signed in, you're going to want to go to explore up here, video, Cinema Studio 4K. Okay, once you're done, just head over to Cinema Studio at the top, or you can go down to video and click on Cinema Studio 4K and it'll take you here. Um, you can see there a variety of different ones, 3.5, 3.0, 2.5. I'm fine using 3.0. I don't really need all of like the cool scene changes and stuff like that. And then what I'm going to do is I'm just going to paste in that prompt that um, you know, Kimi just generated for us. And then uh, the resolution that we want, if you think about it, you know, at least for us, if you're doing a desktop experience, needs to be 16 by 9. If you wanted to do a mobile experience, which I'm seeing a lot more people do these days, or maybe, you know, generating sort of creative for Instagram, you can do that by clicking 9 by 16. I'm just going to be doing 16 by 9 uh for simplicity. And then you can use a variety of different resolutions. The one that I'm going to use is 1080p just cuz I don't want this to take too long. I also think that the duration slider, it makes the most sense just to be 8 seconds as opposed to 10 or 16. So, I'm just going to set this to 8 for now. Um, also, I don't want to spend too many credits here since obviously every video generation uh, you know, consumes some amount of credits. In this case, it looks like it's about 80. Um, you have custom, multi shot, smart, and so on and so forth. That's fine. I'm just going to click generate, then it'll actually go through the process of doing the generation. And so, when you click on this, it'll sort of take the whole prompt in here, okay? And it's kind of ugly right now just cuz I realized it's on multiple lines. Hopefully, that doesn't impact the actual gen. And then, it'll open up this new little modal where it says new project processing. All you have to do now is basically just sit around and wait. There's really nothing else to do. Um, because I want to be, I guess, mindful of my own time, I'm just going to generate multiple of these simultaneously. So, I'm just going to go back here and feed in the other two website prompts. So, I'm going to go here, and I'll go back to Kimi, and I'm just going to do, okay, do these two as well, and then paste those in. So, now we actually have, you know, the capsule. We also have the circuit. Okay, and so we have all of this now. For the capsule, I'm just going to feed this in. Copy, paste. I'm just going to keep to the exact same effects cuz we want it 16 by 9. So, click generate. Then the last one I want is the circuit, obviously, and it looks like that one is now done, too. So, I'm going to copy that. After we're done generating, I'm also going to generate this. So, now we have three generating simultaneously. Why am I doing this? I'm just doing this because, if you think about it logically, like it'll take X amount of time to generate one of these, but you can actually just do them simultaneously, right? The model can work on multiple things at the same time. So, rather than me just like waiting for it to finish and then doing another one, why not just batch all three? That way I'll have three times the creative to kind of look through. Obviously, I'm trading off my money here in credits for, you know, time and efficiency, but I typically do this because I'm never really 100% of the time with the outputs of AI. I'm satisfied maybe 30 to 50% of the time, which means typically I need more than one sample or more than one output in my batch in order to be happy. And here is what looks to be a capsule dissolving and opening. This is really high quality, very clean, like micellar water type stuff there, improves the quality of the skin. So, I mean, like, you know, we can scrub through this just using their little editor, but obviously I want to tie this to my scroll wheel, right? Here is another one. This is the city walk through, and so we are actually going through this like cool 3D city, and that city is actually a circuit as well on some sexy wafer. All right, just took a break and saw that all three websites were done. So, all we have to do is just click on the little download button here, and it'll automatically download it to your computer. I've already done that a couple of times, so, and now we actually have the videos themselves, which is quite nice. That said, doing this stuff manually is starting to get pretty tiring. So, what I'm going to do is I'm going to take all this from the interface in Higgsfield, and I'm going to add it to Kimi directly. So, that instead of me saying, "Hey, you know, generate me a prompt that I can copy and paste and put in the Higgsfield," instead, I just want you to generate the Higgsfield videos directly. Likewise, I'm also going to be able to say, "Hey, I want you to upscale these videos as well." And then create a pipeline so that every time I generate a video, it's automatically upscaled to begin with. How do you actually do this? It's pretty straightforward. Just go to MCP and CLI. MCP is essentially what's going to create a little function for us that'll enable us to connect directly to Higgsfield's back end. Then just click this little copy button. Then once you're done, just head back over to Kimi and actually paste this in, and just say to Kimi, "Install this MCP." This is fairly straightforward. It'll actually go through and create like a connector behind the scenes that allows it to query Higgsfield and all of the models therein, which will save us the step I talked about earlier. Okay, and now it's actually written a file called mcp.json on our computer. That's sort of just how, you know, the MCP syntax works. Once we're done with all that, you can just type /clear. By doing so, it'll initiate a new server. So, that's what just happened up here. If it's not already connected for you, because let's say you didn't log in, you know, I've logged in on this computer multiple times, it clearly has some of my authentication credentials. Just type /mcp-config like this, and it'll actually walk you through a brief little sign up wizard where you can go back to Higgsfield and then just sign in. Okay, now that we're done with this, all we have to do is we have to find the files from earlier, which in my case were going to be three. We had this one, this one, and also this one. I'm then just going to copy, so command C to get all the names, and I'll say, "Interpolate this with ByteDance AIGC." The whole idea here is we're just going to be increasing the number of frames by two. It'll find the right Higgsfield model, and that's what it's doing right over here. Now that it has, um, you know, AIGC through ByteDance, it'll then actually perform. Now, the unfortunate thing about Kimi is despite it being quite intelligent, it can also be pretty slow at times. And so, often instead of just running one instance like I'm currently doing on the left hand side where it's sending out those Higgsfield requests and so on, um, I'll go run multiple, and that way, you know, while this is improving the quality of the media, I can also have other steps that are starting to scaffold the website. And so, up here I'm just going to go with kimi dash dash yolo. Uh, this is just sort of like a funny mode that prevents it from ever having to ask me a question. It's on like the you only live once mode, so just let the agent do everything. Okay, so then finally, all I'm going to do is head over here to site prompt, copy all of this in, and you know, it's pretty long, but as mentioned, you guys can get that entirely free if you want to, and then paste this in fully um to Kimi K3. Now, the one thing that we need to provide, well, I should say two things actually, is we need to provide both the video URL, which is on our computer, and we also need to provide that concept prompt that we used to generate it. And so, you know, the way this prompt works is essentially it will go through um, you know, a very in depth series of steps in order to produce this nice motion graphic design. But, it'll ask for a video file name or a concept. And you can even see it says e.g. capsule.mp4. So, I'll just go back over here, open up Finder, and then I'll go to downloads, and this is the capsule one that I want. So, I'll say video is here, and then concept, and then I'll just go back to Higgsfield. And if I click on this, it'll actually allow me to copy in whatever prompt I used and fed in there. And I'll paste that in. Okay, and you're probably already seeing areas that we can optimize the hell out of this. And um, the reason for that is because what we've done here is we've manually sort of made all these steps, right? Well, we can actually just kind of weave this entire pipeline together to do all of this for us. And so I'll show you how to do that right after this is done with it. So, okay, and here is the finished website. As you guys can see here, we are smooth scrolling through what looks to be a pretty complicated universe. Um, I mean, we have obviously circuit boards and so on and so forth and some cool sexy light at the end there. What I also like about this is you can hold to reserve, and you know, presumably this is, I don't know, us doing some sort of pre launch or something like that for a product. Um, but this is like a live and working example now. You can also click from one section to the next by using the watch it dissolve feature, and then obviously you guys can go as fast or as slow as you want to uh with the manual scroll, too. And that's end to end. Uh, if you wanted now to say publish this on the internet, let's say Netlify or something like that, um, like, you know, I did my kimik3designs.netlify.app service, which contains all of these other websites, which you guys could see right here. Um, it's actually fairly straightforward. All you have to do is just get some sort of static hosting site service, so maybe Netlify, maybe Vercel, and then just go to the service, log in, you know, go to the user settings. Go to user settings, then over here under applications there'll be OAuth. You can then click new access token. I'll just say example token expiring, I don't know, can we just say tomorrow or today? Let's do click generate token. We can just copy that token into Kimi, and we can actually just give it to it. And then I don't know if you guys can see, but this is currently creating the site um on my Netlify. So, I've just fed it my key, and you can do this with whatever platform you want. You can do this with Vercel, you can do this with whatever. And now it is 100% online. So, we've actually published this to uh netlify.app. Down in the bottom right hand corner or left hand corner, there's sort of this, like, you know, flow tour button, so you can proceed as a whole video if you wanted to. And yeah, you guys can actually access this website right now. All right, I told you this is going to be the motherload. This is a single prompt that contains every one of these steps end to end. And so all you need to do in order to essentially produce whatever sort of style of motion journey cinematic website that you want, you just feed this entire thing in and then it'll just ask you, "Hey, do you have any ideas of websites you want to generate or do you just want me to go nuts?" And obviously I kind of just wanted it to go nuts. And so if I just paste in this entire thing into Kimi, okay, which is now showing me the whole prompt, and this is just a slightly different terminal in case you guys are wondering why it looked different. You can see that it is now going to ask me what subjects, products, industries, materials, or ideas are you interested in? And I'm just going to say, "You go nuts." And two, do you have any creative direction references or constraints, or should I grab everything? You go nuts, too. And the end result is websites like I showed you guys earlier. I mean, this is us going into the sky and eventually the whole horizon. Very sexy experience from the inside, legitimately inside of a hot air balloon. This is us scrolling through some dark, dank cave and then getting to what looks to be like a record player or something where the head is on fire. That one's a little bit more zany. And this one is like a foundry which essentially produces what looks to be some form of, I don't know, brass, or yeah, it looks like one of those old school printing presses, which is also really neat. Um, so you can have this generate as many as you want. It really just boils down to how much time you want to spend and how many credits, but hopefully you guys have everything that you need to do the same. As mentioned, if you guys want all of the assets and everything that I used to generate all of these websites, it's entirely free inside of Maker Zero. If you guys want to get to the point you can sell these sorts of interactive visual experiences to other people and get paid for it, definitely check out Maker School. It's the first link in the description. Uh, Maker School is my 90 day accountability program that shows you guys not only how to, you know, build really cool interactive experiences like this, but also build AI automations and then, more importantly, sell them to people that are asking for systems like this. Uh, I have a 90 day full money back guarantee where if you do not acquire client number one, I will literally just give you your money back, and it's because I'm super confident in the program and what it does, okay? Anyway, I'll stop shilling my own products. Have a lovely rest of the night and thanks so much for watching.