Two learning paths. One for managing simple websites. One for building full-stack apps with databases and frontends. Pick your track.
Build and manage websites. HTML, CSS, content updates, domains, hosting. Perfect for managing client sites or your own business.
Full-stack applications with React frontend, Supabase database, auth, APIs, real-time features, and production deployment.
Go from nothing to a live website you can manage yourself. No coding experience needed.
nodejs.org (LTS version)npm install -g @anthropic-ai/claude-codeclaude — browser opens to sign ingodaddy.com and search for your domaincontabo.com → VPS → Cloud VPS 1 ($6.99/mo)ssh root@YOUR_IPcloudflare.com (free)@ → your VPS IP (proxied ON)www → your VPS IP (proxied ON)github.comgit init && git remote add origin YOUR_REPO_URL.github/workflows/deploy.yml — the auto-deploy filegit push → Actions tab → your code deploys automatically!Build real applications with React, Supabase, APIs, auth, and production deployment. The complete developer stack.
npm create vite@latest my-app -- --template reactcd my-app && npm installnpm run dev → opens at http://localhost:5173claude in the project folderclassName="bg-blue-500 text-white p-4 rounded" — that's it. Claude loves Tailwind.supabase.comnpm install @supabase/supabase-jsStart free. Upgrade when you're ready.