Back to main page

Part 1: Build & Publish Your First Teaching App

0 of 13 complete
checkpoint

Checkpoint 2: The build

Let's review the deployment process.

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