Interactive Cohort

Tool Guide

The four tools you will use all the way through. Get comfortable with them.
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 takes the code from GitHub and puts it on the internet. 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 code and keeps a record of every change. It connects to Vercel, so pushing a change publishes it. Every engagement gets its own repository. Claude 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