Interactive Cohort

Tool Guide

The four tools you will use throughout the interactive cohort. Learn these well.
Figma
The Design Surface
Figma is where every interactive deliverable gets designed before a single line of code is written. Full-fidelity mockups with real content, real type sizes, real spacing, and real interaction states. Every layout, typography decision, color application, and responsive breakpoint is resolved in Figma first. If it is not in the Figma file, it is not in the site.
Used For
Wireframes, full-fidelity mockups, responsive design, interaction states, design system documentation
Vercel
The Deployment Platform
Vercel handles deployment from a Git repository to a live URL. Every engagement ends with a site deployed to Vercel at a clean URL the client can share. It handles HTTPS, responsive hosting, preview deployments, and continuous deployment automatically. Push code to GitHub, Vercel builds and deploys.
Used For
Production deployment, staging URLs, continuous deployment, preview builds
GitHub
Version Control and Project Storage
GitHub stores your project code, tracks every change, and syncs with Vercel for continuous deployment. Every engagement gets its own repository. Claude Code works directly against a GitHub repo, which means your build history is captured automatically.
Used For
Version control, project storage, continuous deployment integration, code review