Vibe 102 Setup Tools
What this is
Setup Tools is the first gate for Vibe 102.
Vibe 102 can work as a standalone class, but only if the laptop, AI chat, IDE, Node, npm, and terminal are ready before app work starts.
Why it matters
Most beginner app problems are setup problems wearing a coding mask.
If Node, npm, the IDE folder, or the terminal is wrong, every later prompt becomes harder to trust.
What to do
Before creating the app, confirm:
- You are on a laptop or desktop.
- You are logged in to ChatGPT, Perplexity, or the AI chat your tutor recommends.
- Your coding IDE is installed and opens. KD classes usually use Cursor, Antigravity, or VS Code with an AI assistant.
- Node.js LTS is installed.
- The IDE terminal can run commands.
- You have one empty folder for tonight's mini app.
Create the project folder before the starter prompt:
Flow
Desktop -> vibe-102-mini-appOpen that folder in the IDE. Do not open only one file.
Check Node and npm:
node -v
npm -vBoth commands should return version numbers.
The terminal path should point to that folder before you continue.
If setup is stuck, open Prompt Rescue Sheet and use the setup prompt.
Common mistakes
- Joining with only a phone.
- Installing Node but not restarting the terminal.
- Opening one file instead of the whole project folder.
- Running commands in Downloads, Desktop, or the wrong folder.
- Asking AI to build the app before setup is ready.
Vibe 102 / Current checkpoint
Setup Tools
Ready to stamp - Saved in this browser only.
0 of 16 checkpoints complete.