Ce que vous pouvez créer
Applications, sites, jeux et outils — à l’aide de prompts.
Ce que vous pouvez créer est une leçon Vibe Coding gratuite sur CoddyKit. Ceci est la leçon 3 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.
So... What Can You Build?
So what can you build? Short answer: a lot. The same skill — describing what you want — makes websites, apps, games, and tools. Let's tour what's possible.
Websites and Landing Pages
The easiest start: web pages — a portfolio, a landing page, a simple blog. Tools like v0 and Lovable turn one line into a polished page in seconds.
Build a landing page for a coffee shop called "Bean There" with a hero image, a menu section, and an opening-hours block.Interactive Web Apps
Beyond static pages, you can build apps that do things: a to-do list, a budget tracker, a quiz. They react to clicks and typing, and AI wires up the logic.
Make a tip calculator: I enter the bill amount and tip percent, and it shows the tip and total.A Tiny App in Action
Here's the kind of logic behind a tip calculator — the part the AI writes for you. Run it to see it work.
const bill = 60;
const tipPercent = 18;
const tip = bill * (tipPercent / 100);
const total = bill + tip;
console.log("Tip: $" + tip.toFixed(2) + ", Total: $" + total.toFixed(2));Games and Fun Stuff
Yes, games too — a guessing game, memory match, a clicker. They're visual and instantly fun to test. Describe the rules, and let AI build the playground. 🎮
Build a number guessing game: the computer picks a number 1-100, I guess, and it tells me higher or lower until I win.Tools and Automations
You can build small tools that save time: a unit converter, a password maker, a CSV cleaner. Later, even automations that run multi-step tasks for you.
Make a tool that converts a list of temperatures from Celsius to Fahrenheit and shows them in a table.Apps with Real Data
Real apps store and fetch data — saving notes, loading weather, pulling headlines. You don't need to master databases; describe the data and AI handles the plumbing.
Show today's weather for a city I type in, using a free weather API, with the temperature and a simple icon.Beautiful Interfaces
It doesn't have to look plain. Describe a look and feel — colors, layout, dark mode — and AI styles it. Tools like v0 shine at clean, modern components.
Give it a modern look: soft purple gradient background, white rounded cards, and large friendly buttons.Full Products and Startups
This scales up. Founders use vibe coding to build MVPs and even launch real businesses, going from idea to a live product with tools like Bolt, Replit, and Vercel.
Start Small, Dream Big
Here's the secret: start tiny. Your first build should be small enough to finish — one page, one tool. Finishing builds momentum, then the big stuff comes.
A simple page that shows a random motivational quote each time I click a button.Picture Your First Project
Take a moment. What's one small thing you'd love to exist — a page about your hobby, a tool for a boring task? Hold that idea; by track's end, you'll have built it.
Quick Check
Which is the best first project for a new vibe coder?
Recap: The Possibilities
You saw the range: websites, apps, games, tools, data, and even full products. Best advice: start small, dream big. Next, let's see how this track works!
Questions Fréquemment Posées
La leçon « Ce que vous pouvez créer » est-elle gratuite ?
Oui — le texte complet de « Ce que vous pouvez créer » 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 « Ce que vous pouvez créer » ?
Applications, sites, jeux et outils — à l’aide de prompts. 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 3 sur 4.
Combien de temps prend la leçon « Ce que vous pouvez créer » ?
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
- L’état d’esprit du codage intuitif
- De la saisie de code au dialogue avec l’IA
- Ce que vous pouvez créer
- Fonctionnement de ce parcours