Public โ€” Tiada Login Diperlukan

Tools Installer โ€” Vibe Coding

Senarai lengkap tools & installer yang diperlukan untuk Vibe Coding. Semua free. Klik link untuk download, atau copy command untuk install.

๐Ÿ”ด Wajib โ€” Mesti Ada
Wajib
๐ŸŸข
Node.js + npm
JavaScript runtime โ€” diperlukan oleh Claude Code & Codex
# Download dari: https://nodejs.org (pilih LTS) # Atau guna winget: winget install OpenJS.NodeJS.LTS
# Download dari: https://nodejs.org (pilih LTS) # Atau guna brew: brew install node

๐Ÿ”— nodejs.org

Wajib
๐Ÿ”€
Git
Version control โ€” track perubahan, push ke GitHub
# Download dari: https://git-scm.com/download/win # Atau guna winget: winget install Git.Git
# Download dari: https://git-scm.com/download/mac # Atau guna brew: brew install git

๐Ÿ”— git-scm.com

Wajib
๐Ÿ’ป
VS Code
Code editor โ€” ringan, extension lengkap, terminal built-in
# Download dari: https://code.visualstudio.com # Atau guna winget: winget install Microsoft.VisualStudioCode
# Download dari: https://code.visualstudio.com # Atau guna brew: brew install --cask visual-studio-code

๐Ÿ”— code.visualstudio.com

Wajib
๐ŸŒ
Browser Moden
Chrome / Edge / Firefox โ€” untuk test & debug website
# Chrome: https://www.google.com/chrome # Edge (built-in Windows): https://www.microsoft.com/edge # Firefox: https://www.mozilla.org/firefox

๐Ÿ”— Chrome | Firefox

๐Ÿค– AI Tools โ€” Jantung Vibe Coding
Wajib
๐Ÿง 
Claude Code
AI Coding Assistant โ€” reasoning, MCP, Skills, research
# Install via npm: npm install -g @anthropic-ai/claude-code # Verify: claude --version

๐Ÿ”— Claude Code Docs

Wajib
โšก
Codex (OpenAI)
AI Coding CLI โ€” action-oriented, deployment, IDE integration
# Install via npm: npm install -g @openai/codex # Verify: codex --version

๐Ÿ”— Codex GitHub

๐Ÿงฉ VS Code Extensions โ€” Wajib untuk Vibe Coding
Wajib
โœจ
Prettier โ€” Code Formatter
Auto-format HTML, CSS, JS bila save โ€” kod sentiasa kemas
code --install-extension esbenp.prettier-vscode
Wajib
๐Ÿ”„
Live Server
Local dev server โ€” auto-reload bila save, test website real-time
code --install-extension ritwickdey.liveserver
Wajib
๐Ÿ“œ
GitLens
Git blame, history, compare โ€” faham siapa ubah apa, bila
code --install-extension eamodio.gitlens
Wajib
๐Ÿท๏ธ
Auto Rename Tag
Auto-rename paired HTML/JSX tags โ€” tukar opening, closing ikut
code --install-extension formulahendry.auto-rename-tag
Wajib
๐ŸŽจ
HTML CSS Support
CSS class name auto-complete โ€” taip class, auto-suggest
code --install-extension ecmel.vscode-html-css
Wajib
โŒ
Error Lens
Error & warning inline โ€” nampak terus di baris mana error, tak perlu hover
code --install-extension usernamehw.errorlens
Wajib
๐Ÿง 
Claude Code
Claude Code dalam VS Code โ€” chat, inline edit, terminal
code --install-extension anthropic.claude-code
Wajib
๐Ÿค–
GitHub Copilot Chat
AI pair programmer โ€” autocomplete, chat, inline suggestions
code --install-extension github.copilot-chat
Optional
๐Ÿ“
Markdown Preview Enhanced
Preview README.md & docs โ€” live preview semasa edit
code --install-extension shd101wyy.markdown-preview-enhanced
Optional
๐Ÿ“‚
Path Intellisense
Auto-complete file paths โ€” taip ./ dan senarai fail keluar
code --install-extension christian-kohler.path-intellisense
Optional
โšก
Thunder Client
API client dalam VS Code โ€” test Supabase endpoints, REST calls
code --install-extension rangav.vscode-thunder-client
Optional
โš›๏ธ
ES7+ React Snippets
React code snippets โ€” untuk Fasa 11 (React + Vibe Coding)
code --install-extension dsznajder.es7-react-js-snippets
Optional
๐Ÿ”
DotENV
Syntax highlight .env files โ€” nampak mana key, mana value
code --install-extension mikestead.dotenv
Optional
๐Ÿ“‹
TODO Tree
Track TODOs, FIXMEs โ€” papar sebagai tree view, tak tertinggal task
code --install-extension gruntfuggly.todo-tree
Optional
๐ŸŽจ
VS Code Icons
File icons cantik โ€” senang cam jenis fail dalam explorer
code --install-extension vscode-icons-team.vscode-icons

โšก Install Semua VS Code Extensions โ€” Sekaligus

Copy-paste dan run di terminal. Install semua extension WAJIB + OPTIONAL.

# === VS CODE EXTENSIONS โ€” INSTALL SEMUA === # Copy dan paste ke terminal (PowerShell / Bash) # WAJIB: code --install-extension esbenp.prettier-vscode code --install-extension ritwickdey.liveserver code --install-extension eamodio.gitlens code --install-extension ecmel.vscode-html-css code --install-extension formulahendry.auto-rename-tag code --install-extension usernamehw.errorlens code --install-extension anthropic.claude-code code --install-extension github.copilot-chat # OPTIONAL (recommended): code --install-extension shd101wyy.markdown-preview-enhanced code --install-extension christian-kohler.path-intellisense code --install-extension rangav.vscode-thunder-client code --install-extension dsznajder.es7-react-js-snippets code --install-extension mikestead.dotenv code --install-extension gruntfuggly.todo-tree code --install-extension vscode-icons-team.vscode-icons echo "DONE! All VS Code extensions installed."
โš™๏ธ Development Tools
Optional
โ˜๏ธ
Wrangler CLI (Cloudflare)
Deploy ke Cloudflare Pages/Workers โ€” static sites, functions
# Install via npm: npm install -g wrangler # Login: wrangler login

๐Ÿ”— Wrangler Docs

Optional
๐ŸŸข
Supabase CLI
Local development, migrations, database management
# Install via npm: npm install -g supabase # Login: supabase login

๐Ÿ”— Supabase CLI Docs

Optional
๐Ÿ™
GitHub Desktop
GUI untuk Git โ€” kalau tak suka terminal. Beginner-friendly
# Download dari: # Windows/Mac: https://desktop.github.com

๐Ÿ”— desktop.github.com

Optional
๐Ÿ“ฑ
Flutter SDK
Untuk mobile app development (Fasa 12) โ€” optional
# Download dari: https://flutter.dev # Atau guna winget: winget install Google.Flutter
# Download dari: https://flutter.dev # Atau guna brew: brew install --cask flutter

๐Ÿ”— flutter.dev

๐ŸŸก Optional โ€” Bila Perlu
Optional
๐Ÿ“ฆ
Postman
Test API endpoints โ€” Supabase, REST, GraphQL
# Download dari: https://www.postman.com/downloads

๐Ÿ”— postman.com

Optional
๐Ÿ–ฅ๏ธ
Windows Terminal
Terminal moden untuk Windows โ€” tab, themes, GPU accelerated
# Windows: winget install Microsoft.WindowsTerminal # Atau download dari Microsoft Store

๐Ÿ”— Windows Terminal

Optional
๐Ÿ“ธ
Lightshot / Greenshot
Screenshot tool โ€” untuk tunjuk hasil dan bukti belajar
# Lightshot: https://app.prntscr.com # Greenshot: https://getgreenshot.org

๐Ÿ”— Lightshot | Greenshot

Optional
๐Ÿ“‹
Notepad++
Text editor lightweight โ€” untuk edit config files
# Download dari: https://notepad-plus-plus.org # Atau guna winget: winget install Notepad++.Notepad++

๐Ÿ”— notepad-plus-plus.org

โšก Install Semua Tools Wajib โ€” Sekaligus

Copy-paste dan run di terminal. Pilih ikut OS anda.

# === VIBE CODING โ€” INSTALL SEMUA (Windows) === # Copy dan paste ke PowerShell (Run as Admin) # 1. Node.js LTS winget install OpenJS.NodeJS.LTS # 2. Git winget install Git.Git # 3. VS Code winget install Microsoft.VisualStudioCode # 4. Windows Terminal winget install Microsoft.WindowsTerminal # 5. Browser (optional) winget install Google.Chrome # === RESTART TERMINAL === # Tutup dan buka semula terminal # 6. Claude Code npm install -g @anthropic-ai/claude-code # 7. Codex npm install -g @openai/codex # 8. Wrangler npm install -g wrangler # 9. Supabase CLI npm install -g supabase # === VERIFY === node --version git --version claude --version codex --version echo "DONE! Semua tools wajib dah install."
# === VIBE CODING โ€” INSTALL SEMUA (Mac) === # Copy dan paste ke Terminal # 1. Homebrew (kalau belum ada) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # 2. Node.js LTS brew install node # 3. Git brew install git # 4. VS Code brew install --cask visual-studio-code # 5. Browser brew install --cask google-chrome # === RESTART TERMINAL === # 6. Claude Code npm install -g @anthropic-ai/claude-code # 7. Codex npm install -g @openai/codex # 8. Wrangler npm install -g wrangler # 9. Supabase CLI npm install -g supabase # === VERIFY === node --version git --version claude --version codex --version echo "DONE! Semua tools wajib dah install."
๐Ÿ”