Every tutorial ends with something working — a live site, a playable game, an app that remembers. Copy the prompts, follow the steps, ship.
The plain-English explanation: what vibe coding actually is, what it's genuinely good for, where it breaks, and how to start without paying anyone.
The complete beginner path: use an AI chat to generate a real one-page website, then get it live on your own domain in under an hour. No installs, no frameworks.
Chat window, app builder, AI editor, or coding agent — the four categories explained, who each is for, and the one-question test that picks yours.
The complete budget, itemized: $0 paths that genuinely work, the realistic $50–150/year setup, where subscriptions earn their keep, and the credit-billing traps that ambush beginners.
Stop prompting by vibes. These nine reusable patterns — constraints, evidence, full-file, spec extraction, and more — are the difference between fighting the AI and directing it.
The debugging playbook for non-developers: seven techniques that resolve almost every broken AI build, from console errors to the nuclear option.
The uncomfortable truth and the practical fix: where vibe-coded projects actually get burned, and the pre-launch checklist that catches most of it — no security degree required.
The terminal is less scary than it looks. Set up Claude Code, learn the six commands you actually need, and build a multi-page site by talking to your computer.
For job hunts, freelancing, or grad school: a personal site with real personality, a projects grid, and the details recruiters actually check — built in an evening.
A fast, hack-proof blog you own completely: write posts as simple text files, run one build command, upload. AI builds the engine; you just write.
Skip the $40-and-ads event-site platforms: a beautiful event page with schedule, directions, FAQ, and an RSVP form that lands in a spreadsheet-ready table you own.
The pattern behind every big directory and converter site: a JSON data file, a Python build script, and AI writing both. Generate hundreds of static pages in seconds.
The honest version: how to use AI to build a 25-page affiliate site that doesn't read like AI slop, what actually gets approved by affiliate networks, and what to skip.
Before you build the product, build the page: a landing page that sells the idea, a waitlist that counts believers, and a number that tells you whether to proceed.
The first wall every static-site builder hits: forms need somewhere to send. Three solutions ranked by effort — form services, a Worker endpoint, and the spam armor every option needs.
A real personal app: daily check-ins, streak counting, progress charts, and data export — in one file that's yours forever. The template for every 'tracker' app idea you have.
Anki-style studying without Anki: build a flashcard app where Claude implements the spaced-repetition scheduling — and generates your card decks too.
Replace your new-tab page with a dashboard you designed: weather, links, tasks, countdowns, and any API you care about — the most customizable app you'll ever use, because you use it 50 times a day.
Pull real data from a free public API and chart it in a single HTML file. Weather, crypto, earthquakes, sports — same pattern, zero servers, zero cost.
Hiking logs, travel maps, local guides, historical atlases — anything with coordinates becomes an explorable map app. Free tiles, one file, your dataset.
The wall every vibe coder hits: data disappears on refresh. Here's how to add a real database to a single-file app with Supabase's free tier — guided by AI the whole way.
The gateway to real web apps: signup, login, password reset, and — the part that actually matters — making sure users can only ever see their own data.
Sales exports, survey results, bank statements, sports stats — the workflow for turning a messy CSV into cleaned data, real charts, and answers you can defend.
'I want it on my phone' has three answers at three price points — and most people are sold the expensive one first. The decision framework, then both builds.
Stop renting a bloated CRM for one user: contacts, deal pipeline with drag-and-drop stages, activity notes, and the follow-up list that actually makes you money.
Tutors, barbers, consultants, photographers: a booking page where clients pick a real open slot, plus the admin view where you control availability — and the double-booking problem solved properly.
A private space per client: project status, files, deliverables, and messages behind a login. The single biggest 'this person is professional' signal a solo operator can deploy.
Inventory counters, job trackers, sign-out sheets, price calculators — the duct-tape spreadsheets every business runs on, rebuilt as fast little apps in an afternoon each.
The pattern behind every document tool: a form on the left, a live preview on the right, and a pixel-perfect PDF out. Invoices today; contracts, quotes, and certificates tomorrow.
Sell a product, ebook, or service from a static site with Stripe Payment Links — no server, no checkout code, real money in your bank account.
The whole arc in one project: a product people log into, use, and pay for monthly. Nothing new to learn — this is every pattern on the site, assembled in the right order.
Build a playable Snake game with AI in 30 minutes — one file, no installs — and learn the iteration loop that makes AI coding actually work.
Two browsers, one game: rooms, live moves, turn enforcement, rematch. Tic-tac-toe is the vehicle; the realtime pattern it teaches powers chat, co-op tools, and party games.
Not just built WITH Claude — built ON Claude: an app whose core feature is AI. Covers the part everyone gets wrong: keeping your API key out of public code.
Not a generic chat window — a bot that answers questions about your business, course, or documentation from material you control, refuses to invent, and hands off to a human gracefully.
File renaming, folder cleanup, PDF merging, image resizing, report assembly — the chores that eat your Saturdays become scripts that run in seconds. No app needed; your computer can already do this.
Turn public web pages into clean spreadsheets and JSON. AI writes the scraper; you learn the workflow, the etiquette, and what to do when the page fights back.
The data-moat pattern: a script that fetches fresh data daily, archives history, and rebuilds your site — while you sleep. This is how tracker sites are built.
A bot that lives in your pocket: commands, replies, daily scheduled messages — running free on a Cloudflare Worker. The gentlest possible introduction to 'backend' code.
Extensions are just small web pages with permissions. Build one that actually improves your browsing — with AI writing the manifest, the popup, and the logic.