Part 1: Build & Publish Your First Teaching App

0 of 12 complete
lesson

Importing into Vercel and deploying

Your code is safe in GitHub. Now, let's turn it into a live website.

We are going to use Vercel to host your app. Vercel is free, incredibly fast, and connects directly to GitHub.

GitHub
Import
Vercel
Deploy
Live Web

Deploying your app

  1. Go to Vercel.com and log in with your GitHub account.
  2. Click the "Add New..." button and select "Project".
  3. You will see a list of your GitHub repositories. Find the one you just created from AI Studio.
  4. Click the "Import" button next to it.
  5. Leave all the default settings as they are, and click "Deploy".

The Magic Moment

Vercel will take a few seconds to build your app. When it's done, you will see a preview of your live site and a real URL (like your-app-name.vercel.app).

You can share this link with your students immediately. It works on their phones, tablets, and laptops.

Previous