描述您的需求
说明您的目标,让人工智能理解您的需求。
描述您的需求 是 CoddyKit 上的免费 Vibe Coding 课时。 这是第 1 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Vibe Coding 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Vibe Coding 课程共包含 4 节课。
本课时的部分内容尚未翻译,以英文显示。
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.
常见问题解答
「描述您的需求」课时是免费的吗?
是的 — 「描述您的需求」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Vibe Coding 课程的其余内容,请升级到 CoddyKit PRO。 Vibe Coding 课程共包含 4 节课。
「描述您的需求」这节课中我会学到什么?
说明您的目标,让人工智能理解您的需求。 你通过在浏览器中直接运行的动手代码来练习 Vibe Coding,全天候 AI 导师会在你学习这节课的过程中回答你的问题。
学习 Vibe Coding 需要有经验吗?
无需任何先前经验。CoddyKit 上的 Vibe Coding 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 1 节课,共 4 节。
「描述您的需求」课时需要多长时间?
大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。
我能在这节 Vibe Coding 课中编写并运行代码吗?
能。每节 Vibe Coding 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。