Part 1: Build & Publish Your First Teaching App

0 of 12 complete
lesson

Testing, reflecting, and improving

Your app is live. But the process doesn't end here.

The beauty of building your own teaching tools is that you can change them whenever you want. If a student is confused by a specific question, you can fix it immediately.

How to make updates

If you want to change your app, you don't have to start over.

  1. Go back to your project in Google AI Studio.
  2. Ask the AI to make the changes you want.
  3. When you are happy with the new preview, click "Publish to GitHub" again.
  4. Because Vercel is connected to GitHub, it will automatically detect the changes and update your live website within seconds.

Reflect on your first build

Take a moment to look at the app you just built.

  • Is it too hard? Too easy?
  • Does it actually teach the concept, or just test it?
  • What would make it more engaging for your students?

Whatever your answers are, you now have the power to ask AI to make those improvements.

Previous