0Pricing
Vibe Coding · Lesson

Describing What You Want

State your goal so AI understands.

Describing What You Want is a free Vibe Coding lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Vibe Coding learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Your Idea Is the Starting Point

In vibe coding, you build software by talking to an AI assistant. You don't type code yourself — you describe what you want, and the AI writes it.

But the AI can only help if it understands your idea. So your most important skill is describing clearly what you want to build.

This lesson teaches you how to do exactly that.

Start With One Simple Sentence

Begin by saying what your app does in one plain sentence. Keep it short and human.

Don't worry about technical words yet. Just describe the goal, like you would tell a friend.

Here is an example you can type to your AI assistant:

I want to build a small app that helps me remember to drink water during the day.

Say Who Will Use It

The AI gives better results when it knows who the app is for. A water app for kids looks very different from one for office workers.

Add a short line about your users and where they'll use the app.

The app is for busy office workers who use their phone during the day. It should be simple and not annoying.

Describe What the User Sees

Picture the screen in your head and describe it. What does the user look at first? What buttons or text are there?

You don't need design words. Just say what should appear.

On the main screen I want to see how many glasses of water I've had today, and a big button to add one more glass.

Describe What the User Does

Now describe the actions. What can the user tap or do? What happens after they do it?

This helps the AI understand the flow of your app, step by step.

When the user taps the button, the count goes up by one. At the end of the day the count resets to zero.

Use Plain Words, Not Tech Words

You don't need to know words like database or API. The AI knows those. Your job is to explain the idea in everyday language.

Compare these two:

  • Hard: "Persist state across sessions."
  • Easy: "Remember my water count even after I close the app."

The easy version works great.

Give Examples to Be Clear

When something is hard to explain, give a small example. Examples remove confusion fast.

Instead of only saying "show a friendly message," show the AI what you mean.

After the user adds a glass, show a friendly message like "Nice! That's 4 glasses today."

Mention What You Don't Want

Sometimes it helps to say what you want to avoid. This keeps the AI from adding things you don't need.

A short "please keep it simple" can save you a lot of cleanup later.

Please keep it very simple. No login, no accounts, and no ads. Just the water counter.

Describe the Feeling or Style

You can also tell the AI how the app should feel. Calm? Playful? Clean? This shapes colors, text, and design.

Even a few words guide the result a lot.

I want the app to feel calm and gentle, with soft blue colors and rounded buttons.

Put It All Together

A strong description usually has a few parts: the goal, the users, the main screen, the main actions, and the style.

You don't need perfect grammar. You just need to cover these basics so the AI has a full picture.

It's Okay to Not Know Everything

You don't need every detail before you start. Describe what you do know, and tell the AI where you're unsure.

The AI can suggest options for the rest. Describing is a conversation, not a perfect speech.

I'm not sure how the reset should work each day. Can you suggest a simple option for me?

Quick Check

Let's see what you remember about describing your idea.

Recap

You learned how to describe an idea so an AI can build it. The key points:

  • Start with one simple sentence about the goal.
  • Say who it's for and what they see and do.
  • Use plain words and give examples.
  • Mention what to avoid and how it should feel.

Next, you'll learn how to break a big idea into small, clear steps.

Frequently asked questions

Is the “Describing What You Want” lesson free?

Yes — the full text of “Describing What You Want” is free to read here on the web, and the Vibe Coding course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Vibe Coding course, upgrade to CoddyKit PRO.

What will I learn in “Describing What You Want”?

State your goal so AI understands. You practise Vibe Coding with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Vibe Coding?

No prior experience is required. Vibe Coding on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Describing What You Want” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Vibe Coding lesson?

Yes. Every Vibe Coding lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Describing What You Want
  2. Breaking Ideas into Steps
  3. Asking AI to Make a Plan
  4. Refining the Plan Together
← Back to Vibe Coding