Décrire ce que vous voulez
Énoncez votre objectif afin que l’IA le comprenne.
Décrire ce que vous voulez est une leçon Vibe Coding gratuite sur CoddyKit. Ceci est la leçon 1 sur 4. Tu peux lire la leçon complète ci-dessous gratuitement — puis la pratiquer en direct dans le navigateur avec un éditeur de code intégré et un tuteur IA 24/7. Elle fait partie du parcours d'apprentissage Vibe Coding, et ta progression se synchronise sur le web et l'application CoddyKit. Le cours Vibe Coding comprend 4 leçons au total.
Certaines parties de cette leçon n'ont pas encore été traduites et s'affichent en anglais.
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.
Apprends JavaScript avec un tuteur IA — gratuit
Écris et exécute du vrai code dans ton navigateur, obtiens de l'aide instantanée d'un tuteur IA disponible 24h/24, et reprends là où tu t'es arrêté sur le web ou dans l'app.
- Cours
- 25
- Leçons
- 100
Questions Fréquemment Posées
La leçon « Décrire ce que vous voulez » est-elle gratuite ?
Oui — le texte complet de « Décrire ce que vous voulez » est gratuit à lire ici sur le web. Pour la pratiquer de manière interactive (un éditeur de code intégré et un tuteur IA 24/7) et déverrouiller le reste du cours Vibe Coding, passe à CoddyKit PRO. Le cours Vibe Coding comprend 4 leçons au total.
Qu'est-ce que j'apprendrai dans « Décrire ce que vous voulez » ?
Énoncez votre objectif afin que l’IA le comprenne. Tu pratiques Vibe Coding avec du code pratique que tu exécutes directement dans le navigateur, et un tuteur IA 24/7 répond à tes questions au fur et à mesure que tu avances dans la leçon.
Dois-je avoir de l'expérience pour commencer Vibe Coding ?
Aucune expérience préalable n'est requise. Vibe Coding sur CoddyKit est structuré pour les débutants jusqu'aux apprenants avancés, donc tu peux commencer ici ou depuis le début et avancer à ton rythme. Ceci est la leçon 1 sur 4.
Combien de temps prend la leçon « Décrire ce que vous voulez » ?
La plupart des leçons CoddyKit prennent environ 5–10 minutes. Chacune est courte et interactive, tu progresses régulièrement et tu repiques exactement où tu t'es arrêté sur le web et l'app.
Peux-tu écrire et exécuter du code dans cette leçon Vibe Coding ?
Oui. Chaque leçon Vibe Coding inclut un éditeur de code intégré, tu écris et exécutes du vrai code directement dans ton navigateur et tu reçois des retours IA instantanés — aucune configuration locale requise.
Toutes les leçons de ce cours
- Décrire ce que vous voulez
- Décomposer les idées en étapes
- Demander à l’IA d’élaborer un plan
- Affiner le plan ensemble