📜 สร้างเว็บไซต์ระดับ $10,000 ด้วย Claude Code (ฉบับสมบูรณ์)

0:00In this video, I'm going to show you how
0:02to build a $10,000 website using Claude
0:04code. These sites you're seeing were all
0:07built with Claude code, and by the end
0:08of this video, yours is going to be one
0:10of them. We'll install Claude code,
0:12level it up with two design skills,
0:14write one prompt, polish the result, and
0:17put it on a real domain. The site is
0:19going to look like the work of a
0:20freelance developer charging $10,000,
0:23and nobody who visits it is going to
0:25know an AI made it. Stick around for
0:27chapter seven especially. That's where
0:28the cursor effects and motion design
0:30take the build from professional to
0:32expensive. And by the very end, I'll
0:34show you the cheapest way to put it live
0:36on the internet at a custom domain. But
0:39first, what exactly is Claude code?
0:42Claude code is an AI coding assistant.
0:44You describe a website to it in natural
0:46language, and it writes the code for you
0:47while you watch.
0:49We're using the Claude code desktop app
0:51today because it gives you everything
0:52you need in one window with no extra
0:54developer setup. Before we build
0:56anything, I want to define what a
0:58$10,000 website actually looks like. So,
1:02I asked Claude. There are eight things
1:04that separate a $10,000 website from a
1:06$200 one.
1:08Point of view,
1:10typography,
1:11color,
1:13hierarchy,
1:14imagery,
1:16motion,
1:17mobile,
1:18and the invisible stuff that makes a
1:20site feel fast and finished.
1:23Those eight items fall into three
1:25groups: taste, substance, and felt
1:28quality. We're hitting all eight today.
1:31Here's why Claude code can hit a $10,000
1:33bar and why most no-code website
1:35builders can't. When you use a tool like
1:38Wix or Squarespace, you start with a
1:40template, and whatever you build ends up
1:42looking like every other site that
1:44started from that template. Claude code
1:46doesn't work that way. It writes the
1:48code for your site from scratch based on
1:50what you describe. So, you can get a
1:52completely custom result without ever
1:54having to learn to code yourself. On top
1:57of that, Claude can install design
1:59skills that level up everything it
2:00makes. You can drop in pre-made
2:03components from libraries online, the
2:04kind of things that used to require a
2:06real developer, and you can keep
2:08iterating with Claude on every detail
2:10until the site actually feels expensive.
2:13We're going to do all of that today. The
2:15first step is getting Claude code set up
2:17on your computer.
2:19Go to claude.com using the link in the
2:21description below and pick the pro plan.
2:24Right now, as I'm recording this, it's
2:26only $20 per month, and that's going to
2:28cover everything we need for this video.
2:31Get yourself signed up and I'll skip
2:33past the boring stuff.
2:35Once you're logged in, in the bottom
2:36left corner of the page, click the
2:38download icon.
2:40Navigate to the Claude code section.
2:43Download the desktop app version, then
2:46open the file to run the installer.
2:49Once you get it installed, open the
2:50desktop app, then sign in. At this
2:53point, I need to mention, depending on
2:55when you watch this video, the actual
2:57software interface might look different
2:59for you than it does for me here. Claude
3:01gets updated regularly, so if things
3:03don't look the exact same, don't panic.
3:05Just try to understand the general
3:07concepts I'm explaining and apply them
3:08to how the software looks when you're
3:10using it. When you get signed in, switch
3:12from chat mode to code mode.
3:14In my app, that tab is available in the
3:17upper left. Alternatively, you can also
3:19press command three on your keyboard on
3:21a Mac or control three on Windows to
3:25switch to code mode. Claude code works
3:27best when it has its own folder to live
3:29in.
3:30Create one anywhere on your computer,
3:32then click the folder select button near
3:34the chat box,
3:35and select your new folder to open it
3:37inside the app.
3:39That folder is going to be your
3:40workspace for this project from now on.
3:43All right, that's the setup done. Now
3:44we're going to level Claude up by
3:46installing two skills.
3:49Out of the box, Claude is a
3:50general-purpose AI. It knows a lot about
3:54a lot of things, but its default design
3:56output is just okay.
3:59It tends to reach for the same fonts,
4:00the same colors, and the same
4:02predictable layouts you've seen on every
4:04other AI-generated website.
4:06This is why a lot of AI websites end up
4:08looking generic. Skills fix that. A
4:11skill is like an instruction manual for
4:13Claude, a text file that levels up
4:15Claude's knowledge in one specific area.
4:18You install it once, and Claude uses it
4:20forever. We're installing two skills
4:23today, and both of them are free. The
4:25first skill we're installing is called
4:26front-end design. It's built by
4:28Anthropic, the company behind Claude. It
4:31runs in the background, and it quietly
4:33makes Claude smarter at design.
4:35What it actually does is ban the most
4:38overused fonts on the internet and push
4:40Claude toward bold design direction
4:42instead of generic AI output. To install
4:45it, grab the front-end design link from
4:47the description below and paste it into
4:49Claude code with the message install
4:52this skill.
4:54Then, send the message and let it run.
4:56Allow the edits when it asks,
4:59and install it globally.
5:00The second skill is community-built.
5:03It's called UI UX Pro Max.
5:07As you can see on screen, it ships with
5:0957 UI styles, 95 color palettes, and 56
5:13font pairings.
5:15Unlike the first skill, this one we call
5:17directly when we want a big design
5:19intervention. And that's exactly how
5:21we're going to build our site today. To
5:23install it, grab the UI UX Pro Max link
5:26from the description below and paste it
5:28into Claude code with the message
5:31install this plugin using npm.
5:34That exact phrasing matters because it's
5:36what gets it to install cleanly using
5:38the terminal.
5:43Now, there's one last setup move before
5:45we start building.
5:46Click the mode selector in the bottom
5:48left under your chat
5:50and switch it to auto mode. This lets
5:53Claude work without stopping to ask for
5:55permission at every step. With auto mode
5:57on and both skills installed, we're
5:59ready to write the prompt that builds
6:01the site. But, there's one more thing
6:03worth talking about first.
6:07The other big thing that separates a
6:08great result from a mediocre one is the
6:10brief you give Claude. The more specific
6:13you are, the better the result. If you
6:15already know exactly what you want, just
6:17describe it. And that's what I did for
6:19this build. But, describing visual taste
6:22in words is hard, especially if you're
6:25newer to design. You don't speak the
6:27design language yet, and that makes it
6:29tough to tell Claude what you want.
6:32If you're in that spot, references are
6:34your shortcut. References are just
6:36screenshots of sites you like that you
6:39give to Claude so it can match the
6:40visual style. It's a lot easier to show
6:43Claude what you want than to describe
6:45it. References are also useful for
6:47refining your own direction before you
6:49commit. You scroll, you find things you
6:51like, and you start to understand what
6:53your taste actually is. I'll share a few
6:55of my favorite websites with you that
6:57you can draw ideas from. This is
6:59Dribbble. It's where designers post
7:02their work, and it's full of inspiration
7:03for almost any style of website.
7:06This is Awwwards. These are sites that
7:08have won industry design awards, so it's
7:10a great place to browse high-quality
7:12designs. And you can always just search
7:15Pinterest for the kind of site you want
7:17to build. It pulls examples from
7:19everywhere. Here, [snorts] I searched
7:21for modern website design restaurant.
7:24I've included links to all of these in
7:25the description below. Find three to
7:27five sites you like and save screenshots
7:30of them. You're not copying these sites.
7:32Instead, you're showing Claude what you
7:34like and how you want your own design to
7:36end up. For my build, I'm creating a
7:38website for a restaurant in Seattle.
7:41Here's the prompt I used. This is the
7:43whole video in a single sentence.
7:46{forward slash} UI-UX-Pro-Max
7:51is how we call the design skill we just
7:53installed. Then we type out the brief
7:56for the AI. The trick to making this
7:58work is this last line. Ask me
8:00clarifying questions. That's the line
8:03that makes Claude stop and to think
8:05before it starts building.
8:07Here Claude comes back with seven
8:08questions. They cover the restaurant
8:10name, the style direction, which
8:13sections we want, who's writing the
8:14content, the tech stack, the animation
8:17level, and anything else we want to
8:18specify.
8:20And here's the part that really matters.
8:22Claude offers three style directions to
8:24choose from. A Manhattan steakhouse with
8:27dark moody energy, a Pacific Northwest
8:30modern look, or a classic old-school
8:32chop house. It's giving you the menu of
8:34style options. I picked dark moody
8:37luxury, but with Pacific Northwest
8:40grounding, so it doesn't look like a
8:41Manhattan steakhouse.
8:43Five sections total. No gallery, no
8:45booking system, just a single page that
8:47scrolls all the way through.
8:50This is the most important moment in the
8:51entire build. The answers you give here
8:54become the entire site. The more
8:57specific you are at this stage, the less
8:59you'll have to fight Claude later to
9:01make revisions.
9:02Really take your time to answer the
9:04questions thoughtfully.
9:06Then send to watch the magic begin.
9:09Now Claude reads the brief, and it takes
9:12about 3 minutes before it writes a
9:13single line of code. Then it spends
9:16another four or five minutes or so
9:17actually building. So I'll skip ahead to
9:20the fun part, the reveal.
9:23And there it is.
9:25This is already better than most AI
9:27website demos I've seen, and we haven't
9:29even started polishing yet.
9:31So [gasps and snorts] how does it stack
9:33up against our $10,000 website
9:35checklist?
9:36Let's start with point of view. Look at
9:38the brief we gave Claude. We had a real
9:40direction in mind when we answered its
9:42questions, not just a mood board. Then
9:44there's typography. Claude picked
9:46Francis for the headlines and Inter for
9:49the body. Now, we'll swap out Inter
9:51later because it's one of the most
9:52overused AI fonts on the internet right
9:54now. For color, Claude landed on five
9:57hex values: near black, warm cream,
10:00oxblood, brass, and slate. There are no
10:03rainbow palettes here. Restraint with
10:06color is what signals quality. Then
10:08there's hierarchy. Look at how this
10:10section is laid out. The city name is
10:12huge, the address is medium-sized, and
10:14the room description is small. That's
10:16not random sizing. It's telling your eye
10:19what to read first, second, and third.
10:22Without that, a site feels flat and hard
10:24to scan.
10:26Take a look at the copy, too. Dry-aged
10:29ribeye, 16 oz, 60-day,
10:33hearth-fired. That's not generic AI
10:35text. That's a restaurant copy that
10:37reads like a real chef wrote it. We're
10:39going to come back to this in chapter
10:40seven. All right, that's four boxes
10:43checked. We've still got four to go, and
10:44the next ones are going to need a bit
10:46more work. Number five on the checklist
10:49is imagery. This is one pillar Claude
10:51can't fully solve on its own. You're
10:53going to have to bring some assets
10:54yourself.
10:55The best thing you can have on a premium
10:57website is custom photography or custom
11:00graphics. Work that's been shot or
11:02designed specifically for your brand. If
11:05you've got that, great. Drop it into
11:07your project folder, and you're set.
11:09Just tell Claude what and where it is,
11:11and what to do with it.
11:13But many people don't have a
11:15professional photo shoot budget. So, the
11:17next best thing is AI image and video
11:20generation. The tools are good enough
11:22now that used right, nobody can tell the
11:25difference. For a single image, ChatGPT
11:28is the fastest path if you've got a
11:29subscription already. It's latest image
11:32model is excellent for photoreal work,
11:35but there's a catch. Chat GPT can't make
11:38video. So, if your site needs any kind
11:40of animation like the hero scroll effect
11:42I'm about to build, Chat GPT alone won't
11:45get you there. That's where aggregator
11:47tools come in. These tools give you
11:49access to every major image and video
11:52generation model from one tab. The one I
11:55use is 11 Labs. 11 Labs is a paid
11:57service, but their plans are reasonable.
12:00And if you use the 11 Labs link in the
12:01description below, you'll get 50% off
12:04your first month of the creator plan,
12:06which gets you access to everything I'm
12:07about to demonstrate. Inside 11 Labs
12:10here, I generate an image with Chat
12:12GPT's image model.
12:15Once that renders, I'll pick one of the
12:17four options, and then drop that exact
12:19image in as the starting frame for
12:22Google's VO3.1
12:24to turn it into a video. Then, once I
12:27get the output for that, I'll select one
12:28of the options, then upscale the result
12:31with Topaz, all without leaving the tab.
12:35That's the workflow we're using to
12:36create the hero asset for our steakhouse
12:38here. Here's the trick that makes this
12:40fast. You don't have to write the image
12:42prompt yourself. Claude already knows
12:44your project, so you can ask Claude to
12:46write the image generation prompt for
12:48you. You paste that prompt into your
12:50image generator, and you get something
12:52that matches your brand and your
12:54existing design aesthetic on the first
12:56try. Once you have your asset, drop it
12:59into your project folder, and Claude has
13:00everything it needs. Okay, that covers
13:02imagery. But, what about when you want
13:04to level up visuals on your site that
13:06aren't photos or videos?
13:08That's where 21st.dev comes in.
13:1121st.dev is a library of pre-made web
13:14components, animations, scroll effects,
13:17buttons, and more. All built by real
13:20developers, and all free to grab.
13:23You can use 21st.dev two ways. You can
13:26browse around for visual inspiration if
13:28you're not sure what you want to add to
13:30your site. Or, if you find a specific
13:32design or element you like, you can copy
13:34a prompt that tells Claude exactly how
13:37to recreate it in your project. For our
13:40build, I want to build something
13:41visually striking for the hero section.
13:44A really cool image effect that makes
13:46the site feel premium right when someone
13:48lands on it. Scrolling through 21st.dev
13:51here, I find a smooth scroll image
13:53component I like. So, I'll click the
13:55copy prompt button on it and back in
13:58Claude code, I'll paste that prompt in,
14:01add the stake video we just generated,
14:03and tell Claude to use the component to
14:05build out the hero.
14:08Now, watch what Claude does next.
14:10It pushes back.
14:11The 21st.dev component I picked is for a
14:14system called React. React is a more
14:17complex setup than what we're using
14:18here. Our project is a simple static
14:21site, so Claude says no to dropping in
14:23the React component as is because it
14:26would change how our whole project
14:27works. For your project, you might
14:29actually want something more complex
14:31than what we're doing here, like a
14:32dashboard, a checkout flow, or a site
14:34with a login. In that case, Claude would
14:36say yes to React because it fits your
14:38project. The point is that Claude
14:40protects the architecture you set up. It
14:42doesn't break things just because you
14:44asked.
14:45For our static site, single file HTML is
14:47the right choice and you'll see why when
14:49we deploy in chapter eight.
14:51So, Claude rebuilds the hero without
14:53React and the first attempt doesn't
14:55work. The video shows up on the page,
14:57but it isn't scrolling. So, I tell
14:59Claude what's happening. It finds two
15:02bugs and fixes them. The page is still
15:04broken though, so I ask Claude to dig
15:07deeper.
15:08It actually opens the page itself in my
15:10browser, inspects what's happening live,
15:12and finds the real problem.
15:15Three layers in, it works. The lesson
15:17here is to keep pushing when something
15:19breaks. Just explain what went wrong and
15:21what you were expecting instead. Claude
15:24can usually solve it if you give it the
15:25chance to look closer.
15:27And there it is, a cinematic hero
15:30scroll-driven, exactly like we asked
15:32for.
15:34Next, we do one more pass on the hero,
15:36making the text readable against the
15:38bright background image.
15:40And making the hero reveal its content
15:42as the user scrolls.
15:44The key thing to know is that you can
15:46keep iterating like this until your hero
15:48feels right. Once your hero section is
15:51locked in, it's time to step back and
15:53check yourself against the bigger
15:55picture.
15:56Once you've got the bones of your site
15:58in place, you should grade yourself
16:00against the original checklist before
16:02you keep polishing. This is the move
16:04that separates a polished result from a
16:06generic one.
16:07You can grab a PDF download of that 10K
16:09website checklist using the link in the
16:11description below.
16:13You set the bar high at the start, and
16:15now you check yourself against it. To do
16:17this, paste that checklist into Claude
16:20and ask, "Where does this site land
16:22against each of these criteria?" Be
16:24honest. In my case, Claude goes through
16:26each one, calling out what's strong,
16:28what's mixed, and what's missing. For
16:30our build, Claude comes back with point
16:32of view strong, color strong, hierarchy
16:35strong, and typography mixed. Imagery,
16:38motion, mobile, and the invisible stuff
16:41are all mixed. You'll probably get a
16:43similar split on your project, and
16:45that's fine. The point is to know
16:46exactly what's left to do. For the items
16:48that need work, don't ask Claude to fix
16:50them one at a time. Ask Claude to
16:52propose a batch of fixes instead. And
16:54lead your ask with intent, not
16:57specifics. Here's the exact prompt I use
16:59for our build. I tell Claude,
17:02"We need more handcrafted
17:03micro-interactions.
17:05The lower sections feel a bit generic.
17:08We don't need to make them busier, just
17:10more expensive." Notice what I'm doing
17:12there. I'm not telling Claude what to
17:15add, I'm telling Claude how I want it to
17:17feel.
17:18Claude is better at translating intent
17:21into specifics than most people are at
17:23writing specifications. Claude comes
17:25back with a batch, film grain across the
17:28whole site, animated brass hairlines
17:31between sections, a glowing ember effect
17:33in the reserve a table section,
17:35word-by-word reveals to the headlines,
17:37and a few other small details on top.
17:40Five small changes in one prompt.
17:43I approve them, and Claude ships them
17:45all at once. There's less back and forth
17:47that way. You spend fewer tokens, and
17:49the result feels more cohesive than if
17:52you drip feed Claude one tweak at a
17:54time. Now, here's the move most people
17:56skip, and it's the move that does the
17:57most work on whether your site feels
17:59expensive.
18:01Once that batch of edits lands, scroll
18:04through your site section by section,
18:06and find the ones that still feel flat,
18:09a little boring. There's always going to
18:11be a couple. Claude won't catch them
18:13because Claude can't feel your site the
18:15way you can. This pass, you have to
18:18drive yourself.
18:19For each flat section, you give Claude
18:22one specific motion or cursor
18:25interaction to add. One per section, all
18:28of them restrained and subtle. You can
18:31ask for something specific, grab
18:33something you like from 21st.dev, or
18:35just ask Claude what makes sense to add.
18:37In our reserve a table section, the
18:39ember glow from the batch is in, but
18:41it's still static. There's no movement.
18:43So, I tell Claude, "Make the embers move
18:46like fire. Have them react to the cursor
18:48as it moves around the page." Claude
18:50adds a parallax effect on the embers
18:52that follows your cursor. Now, the fire
18:55effect feels alive. Then, I scroll into
18:58the story section, and it's still flat.
19:00So, I tell Claude, "Add some elegant
19:03micro movements and cursor interactions
19:05here. This section is feeling very
19:07static." Claude adds a soft candlelit
19:09halo that follows the cursor as you
19:11read. Its first attempt though is too
19:14obvious, so I push back. I say, "Make it
19:17more subtle, more refined." Claude adds
19:19trailing motion to the halo, so it lags
19:21a bit behind the cursor. That's the
19:24version we'll ship. Two prompts, two
19:26sections. That's all this layer takes,
19:28but that layer is the difference between
19:30a site that looks expensive and one that
19:32feels expensive as visitors navigate the
19:35pages. The pattern is to review every
19:37section, find the ones that feel flat,
19:40ask Claude for one cursor interaction or
19:43piece of movement per section. And tell
19:45Claude to make it more subtle until the
19:48section feels alive without being noisy
19:51and obnoxious.
19:52Speaking of polish, copy, the written
19:55content on your site, is another place
19:57where AI tends to fall short by default.
20:00AI-generated copy usually over-explains,
20:03uses too many adjectives, and tries to
20:05sound impressive.
20:06Take a look at this line from our site.
20:08Six dishes, one fire. That's restraint,
20:12not adjectives. That's what separates a
20:14$10,000 menu from a $200 one.
20:17The front-end design skill we installed
20:18at the start of this video is what helps
20:20Claude to write copy like this.
20:22Restrained sensory writing is one of the
20:24things that skill pushes Claude toward,
20:27which is another reason it earns its
20:28place in every project. Here's another
20:30quick win you can apply to any
20:32AI-generated site.
20:34There's one font called Inter that's so
20:36overused on AI-generated sites it
20:38instantly screams AI I made this. If you
20:41see Inter in your output, ask Claude to
20:43swap it out.
20:45For our build, Claude swaps Inter for a
20:47font called Geist. It's a small change,
20:49but it makes a real difference to how
20:50the site reads. Item seven on the
20:52checklist is mobile that's actually
20:54designed, not just shrunk down.
20:57By default, Claude makes your site
20:59responsive, meaning it'll fit on phones
21:01or other small screens, but responsive
21:04isn't the same as designed for phones.
21:07Phones are going to see your site way
21:09more often than desktops will. And if
21:11your mobile version is just your desktop
21:13version squished smaller, your viewers
21:15will feel it. You have to ask Claude for
21:17it specifically.
21:19So, tell Claude to do a dedicated pass
21:21on the mobile version.
21:22Tell it to think about what should be
21:23hidden on small screens, what should be
21:26tighter, and what should resize.
21:28For our build, the navigation collapses
21:30on phones. The wordmark gets tighter
21:33spacing, and the buttons get a smaller
21:35variant. With those polished passes
21:37done, all eight checklist items are
21:39complete. Your site looks $10,000.
21:42Now, we have to actually put it online.
21:46You can build the most beautiful site in
21:47the world, but up to this point, your
21:49site only exists on your computer.
21:51So, if you copy the URL from your
21:53preview right now, the one that starts
21:54with localhost, and send it to a friend,
21:57they're going to be very disappointed.
21:59That URL only works on your machine. To
22:02share your site with the world, you have
22:03to put it on a real server at a real
22:06custom URL. Hosting is the service that
22:09runs your website on a server 24/7, so
22:11anyone in the world can reach it. It's
22:13the boring part of owning a website, but
22:15every real site needs one. I use
22:17Hostinger because it's the cheapest
22:18professional host I know of that gives
22:20you a free domain for the first year on
22:22top of your plan.
22:23And here's the deal. If you grab
22:25Hostinger through the link on screen, or
22:27the first link in the description below,
22:28you'll get 10% off whatever Hostinger's
22:31current promotional prices. Prices
22:33change throughout the year, but 10% off
22:35the best available price is always the
22:37cheapest way to get started.
22:39Now, before you click anything, let's
22:41talk about which plan you actually want.
22:43For the kind of site we built in this
22:44video, a simple static site with no
22:46login, no checkout, and no real
22:48database, Hostinger's premium plan
22:50covers everything. That's the one we're
22:52picking today. But, if your project is
22:53more complex than what we did here, like
22:55a site with user accounts, a payment
22:57flow, or a database in the background,
22:59premium won't cut it. For projects like
23:01that, you want Hostinger's business plan
23:03instead. It supports node.js and more
23:06advanced setups Claude tends to use for
23:08complex sites. Same link, same 10% off,
23:12just one tier up.
23:14Remember when Claude said no to react
23:16back in chapter six? That's the kind of
23:17moment that tells you which plan you
23:18need. If Claude kept your site simple,
23:21premium is fine. If Claude built you
23:22something with a real back end, you want
23:24business. For our steakhouse, premium is
23:27the right pick. Open the link from the
23:29description, then on this page here,
23:31click start now, and that'll scroll you
23:33down to the pricing panels. Select the
23:36plan you want, set the term to 12
23:38months. 12 months is the minimum term
23:40that gets you a free domain for the
23:41first year. Now search for the domain
23:44you want. If it's available, claim it.
23:46Your cart total is going to depend on
23:48whatever promotion Hostinger has running
23:50when you sign up. For me, it comes out
23:52to about $43 for the year. That's
23:54hosting plus a domain plus a free email
23:57account all in. The exact number you see
23:59might be a few dollars different, but
24:01using the link below is always going to
24:03get you the best available price. If you
24:04add a month of Claude Pro on top of
24:06that, which is about 20 bucks, you've
24:08built a $10,000 website for roughly $60
24:11total.
24:12Click continue,
24:14then add your email and a password to
24:16register an account. On the next page,
24:19enter your billing information to
24:20complete the transaction.
24:22After checkout is complete, the
24:24onboarding flow asks what kind of site
24:26you have. Since we're uploading our own
24:28files, pick migrate existing site,
24:32then upload backup files.
24:35Then select the domain you just bought.
24:37Now return to your project folder on
24:39your computer so you can see the files
24:41that Claude built.
24:43Your index.html
24:45plus any images, videos, or sub folders
24:48sitting inside.
24:49Here's the part that matters.
24:51You don't want to zip the project folder
24:53itself. You want to zip the files inside
24:56the folder.
24:57If you zip the whole folder, Hostinger
24:59unzips it on their server and your site
25:01ends up one directory deeper than it
25:03should. Your domain loads a blank page.
25:06So, select everything inside your
25:08project folder. That's command A on Mac
25:11or control A on Windows. Then right
25:13click on your selection. On Mac, hit
25:17compress.
25:18On Windows, pick send to then compressed
25:22folder.
25:23You get one zip file with your
25:25index.html sitting right at the top
25:27level. That's exactly what Hostinger
25:29wants. You can drag the zip file back
25:32out to the same level as your parent
25:33folder. And then give it a relevant
25:35name.
25:36Drag that zip into Hostinger and once
25:39the files finish uploading, click next.
25:41Then click submit request. Once it
25:44loads, click on your domain
25:46and there it is. That's your $10,000
25:49website live at your own custom domain
25:52built with just a handful of prompts. If
25:55you want yours online too, grab
25:56Hostinger using the first link in the
25:58description below. That's how you lock
25:59in your 10% discount on top of whatever
26:01promotion they already have running.
26:03It's the cheapest way I know of to put a
26:05real professional website on the
26:06internet. Thanks for watching.