~/VibeHandbook
$39

Chapter 05

Anatomy of an App

When you ask an AI to "add a login page" or "save this to the database," it's quietly making decisions about a half-dozen moving parts. If you don't know those parts exist, the answers read like a foreign language — and you can't tell a good one from a confused one.

This chapter is a map. It won't make you an engineer, but it will let you point at any piece of a modern app and say what it does and where it lives. Once you have the map, every other chapter stops being abstract: you'll know which box a problem lives in before you start describing it. We'll keep it plain — no jargon without a definition, and one running example (a user clicking a button) traced through every layer.

  1. 05.1The big picture
  2. 05.2Frontend, backend, database, hosting
  3. 05.3HTML, CSS, and JavaScript
  4. 05.4Packages and dependencies
  5. 05.5Environment variables and config
  6. 05.6The shape of a project
  7. 05.7How a request flows
  8. 05.8Recap & Practice

Want it offline?

Get the PDF + EPUB + downloadable prompt library + version updates.

$ Get the PDF — $39