0Pricing
Vibe Coding · 강의

페이지 뼈대 만들기

프롬프트로 페이지 구조를 생성해 보세요.

페이지 뼈대 만들기은(는) CoddyKit의 무료 Vibe Coding 강의입니다. 이것은 4개 중 1번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 Vibe Coding 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. Vibe Coding 강의에는 총 4개의 강의가 포함되어 있습니다.

이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.

What Is a Landing Page?

A landing page is a single web page that introduces one product, app, or idea. Visitors arrive, learn what you offer, and click one main button.

In this course you will not write the code yourself. You will describe the page to an AI assistant in plain English, and it builds it for you.

Start With the Skeleton

Before colors or fancy words, you need a skeleton: the bones of the page. This is called scaffolding.

A good first prompt asks the AI for a basic structure with a header, a main area, and a footer. Keep it simple. You can always add more later.

Create a single HTML file for a landing page.
It should have a header at the top, a main section in the middle, and a footer at the bottom.
Use plain HTML for now, no styling yet.

Say What the Page Is About

The AI works better when it knows your topic. Tell it the product or idea in one sentence.

Give it a name and a short goal. The more concrete you are, the closer the first result will be to what you imagine.

Build a landing page for a mobile app called "PlantPal".
PlantPal reminds people to water their houseplants.
Start with just the page structure: header, hero section, and footer.

The Hero Section

The hero is the big area at the top of the page. It usually has a headline, one short sentence, and a button.

When scaffolding, ask the AI to leave clear placeholders in the hero so you know where the headline and button go.

Add a hero section near the top of the page.
Include a large headline, one short subtitle line, and a single call-to-action button that says "Get Started".

Ask for One File

As a beginner, it is easier to work with a single file you can open in a browser. Many AI tools spread code across several files by default.

So it helps to clearly ask for one self-contained HTML file. Then you only have one thing to open and preview.

Put everything in one single index.html file.
Keep the HTML, structure, and any styles together so I can open it directly in a browser.

Name Your Sections

Tell the AI which sections you want so the skeleton matches your plan. Common landing page sections are: hero, features, testimonials, and a final call to action.

You do not need all of them now. Naming them early gives the page a clear shape.

Scaffold the page with these empty sections in order:
1. Hero
2. Features
3. How It Works
4. Footer
Leave a short placeholder line inside each one.

Keep Prompts Short and Clear

Long, tangled prompts confuse the AI. Short prompts with one clear request work best.

If you want many things, ask for them one step at a time. Build the skeleton first, then add details in later messages.

Read the First Result

After the AI replies, look at what it made. Does it have a header, hero, and footer? Are your section names there?

You do not need to understand every line of code. Just check that the big pieces match your request before moving on.

Fixing a Missing Piece

If the AI forgot something, just say so plainly. You do not need to start over.

Point at the missing part and ask for it. The AI keeps the rest and adds what you asked for.

The footer is missing. Please add a simple footer at the bottom with the text "PlantPal 2025".
Keep everything else the same.

Placeholders Are Fine

Early on, it is okay if the words are fake, like "Headline goes here". These placeholders mark where real content will live.

Scaffolding is about structure, not final text. You will replace the placeholder words in a later lesson.

A Clean Starting Point

By now you can ask the AI for a tidy skeleton: header, hero, a few named sections, and a footer, all in one file.

This clean base makes every later step easier. A messy start leads to a messy page, so it is worth getting the bones right.

Give me a clean single-file landing page skeleton for "PlantPal".
Sections in order: header, hero with a "Get Started" button, features, footer.
Use placeholder text inside each section.

Quick Check

Let's check what scaffolding means.

Recap: Scaffolding

You learned that a landing page is one focused page, and that scaffolding builds its skeleton first.

You practiced clear prompts: name the product, list the sections, ask for one file, and use placeholders. Next, you will style this skeleton using only plain language.

자주 묻는 질문

“페이지 뼈대 만들기” 강의는 무료인가요?

네 — “페이지 뼈대 만들기” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Vibe Coding 강의 전체를 잠금 해제할 수 있습니다. Vibe Coding 강의에는 총 4개의 강의가 포함되어 있습니다.

“페이지 뼈대 만들기”에서 뭘 배우나요?

프롬프트로 페이지 구조를 생성해 보세요. 브라우저에서 직접 실행하는 실습 코드로 Vibe Coding을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.

Vibe Coding을(를) 시작하는 데 경험이 필요한가요?

사전 경험은 필요하지 않습니다. CoddyKit의 Vibe Coding은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 1번째 강의입니다.

“페이지 뼈대 만들기” 강의는 얼마나 걸리나요?

대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.

이 Vibe Coding 강의에서 코드를 작성하고 실행할 수 있나요?

네. 모든 Vibe Coding 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.

이 강의의 모든 강의

  1. 페이지 뼈대 만들기
  2. 일상적인 언어로 스타일 지정하기
  3. 섹션과 콘텐츠 추가하기
  4. 미리 보고 조정하기
← Vibe Coding(으)로 돌아가기