Start Here · 02 / 07
Vibe 102 Setup Tools
Prepare Antigravity, Node, npm, Git, accounts, and the shared Vibe SDD project folder before building the mini app.
Vibe 102 / Current checkpoint
Setup Tools
Ready to stamp - Saved in this browser only.
0 of 7 checkpoints complete.
Vibe 102 Setup Tools
What this is
Setup Tools prepares the laptop for the shared Vibe SDD Starter Pack. Vibe 102 uses the pack in localStorage App mode.
The full checklist lives in the shared Vibe SDD Setup Gate.
Why it matters
Most beginner app problems are setup problems wearing a coding mask. The shared Setup Gate separates system setup from Work Card 01, which installs the project packages and creates the app skeleton later.
What to do
Before planning or building:
- Use a laptop or desktop.
- Install Antigravity and open the whole unzipped project folder.
- Confirm Node.js LTS, npm, and Git work.
- Log in to KD, GitHub, and Vercel.
- Keep a browser and optional fallback AI account ready.
Run these checks in the project terminal:
node -v
npm -v
git --versionSwipe sideways if a command is long.
Do not create the app or install project packages yet. Complete the shared Setup Gate, then let the Blueprint Coach save the planning files phase by phase.
If setup remains blocked, recheck the shared Setup Gate and ask your tutor before implementation begins.
Common mistakes
- Opening one file instead of the whole project folder.
- Running commands in Downloads, Desktop, or another folder.
- Installing Node or Git without restarting Antigravity.
- Building before the shared Setup Gate passes.
- Treating API Tool Builder as the default localStorage path.