Level 2 Overview
What you'll learn in this level:
First Features
Use plan mode to shape your first feature with the AI, build it, preview it, and ship it straight to main
Claude Code Agent
Drive Claude Code's agent and pick the right model to build your features
UI Components
Work with UI components from shadcn/ui to make your first feature look professional
Real Functions
Build real functionality for your users and connect it to the UI components in your frontend
Zero Trust
Never trust user input - validate and sanitize everything to prevent XSS and SQL injection attacks
Debugging Flow
Catch problems early with a clean loop: check types, fix lint, and run the build before you ship