Back to main page

Part 1: Build & Publish Your First Teaching App

0 of 15 complete
checkpoint

Checkpoint 2: The build

Eight questions covering the three tools and the path from your build to a live site.

Which tool is your workspace for building and previewing the app?

Where is your code permanently stored, in a copy you own?

Which tool takes your code and turns it into a live, public website?

How do you get your code from Google AI Studio to GitHub?

What do you need to do in Vercel to make your app live?

Your app is a quiz. It was built by AI, but it does not ask an AI anything while a student is using it. Does it need a Gemini API key?

Your app does call AI while students use it. What changes when it goes live outside AI Studio?

You change your app in AI Studio, but the live Vercel site still shows the old version. What is missing?

Previous