Coding assistants are super smart translators that transform your ideas into code. They’re not magic, but with them you can create real apps without knowing how to program. For example, to begin: a study timer, a personal diary, an expense calculator. Concrete things, not Facebook 2.0. At least for now… by the end of this manual you’ll have clearer ideas, you’ll have built small apps and experiments, and a complete app in the final exercise of Module 12, plus you’ll have the tools to evaluate what level of complexity to aim for in your future projects.
🧠 Don’t worry if these terms seem difficult, they’ll become clearer along the way!
Alright, let’s be realistic from the start. A coding assistant (Claude, ChatGPT, Bolt.New…) is not:
It is instead:
Imagine having to communicate with a foreign builder to construct your house. You only speak English, they only speak their language. The coding assistant is your highly skilled interpreter who:
Except instead of their language, it translates into JavaScript, Python, or whatever programming language is needed.
🤖 Claude (Anthropic)
💬 ChatGPT (OpenAI)
🚀 Cursor
To start immediately (zero setup):
For serious projects (requires installation):
🚫 WRONG
"hi can u make me an app?"
"I want like instagram but better"
"it doesn't work, fix it"
✅ RIGHT
"Hi! I'm a complete beginner. I'd like to create
a simple timer that:
- Shows a 25-minute countdown
- When it finishes, plays an alarm
- Has a start/stop button
Can you guide me step by step?"
The coding assistant will give you:
Open Claude or ChatGPT and copy this prompt:
Hi! I'm new to programming.
Can you create me a simple web page with:
- A title that says "My first code!"
- A button that changes color when clicked
- Use only HTML and JavaScript inline (in the same file)
Please explain each line!
Then:
Vibe coding is not:
It is instead:
If yes → Great, you’re ready!
If no → Go back and try it, it takes 5 minutes
In Module 1 we’ll discover how a website or webapp really works. Spoiler: it’s much simpler than you think, it’s like a house with rooms, furniture, and systems.
Remember: even programmers with 20 years of experience were googling “how to center an image” until yesterday. With coding assistants, you already have a head start!