Build something
Build Real Web Apps with Vibe Coding
Create full-stack applications using modern AI development workflows.
This one has not been recorded yet. Everything below is what it would cover — written down so you can tell us whether it is worth making. The button puts you on the list for this course and nothing else.
This is for you if
- You can build a page and stall at the point where it needs a database and accounts.
- You have half-finished apps that stopped at authentication.
- You want the whole stack, not the front of it.
Afterwards you can
- Build something with accounts, data and state that survives a refresh.
- Make decisions about data shape early enough that they do not hurt later.
- Deploy it somewhere real and keep it running.
- Add a feature to it a month later without re-reading everything.
What is in it
- The stack, and why these choices and not others
- Data first: the shape everything else hangs off
- Accounts, sessions, and the parts that must not be improvised
- The front end, once there is something to show
- Deploying, and the first thing that breaks in production