✓ Reviewed August 2026
Part 1
Steps 1–3

Account Setup

Create these three accounts in order. Each one unlocks the next part of the pipeline.

1
Create a Personal Gmail Account CRITICAL

Go to gmail.comCreate accountFor my personal use. Fill in your real name, choose a username carefully (this becomes your email address), and set a strong password (uppercase + lowercase + numbers + symbols). Add a recovery phone number and complete verification.

🔐
Save your credentialsWrite down your Gmail address and password and store them in a password manager immediately. Turn on 2-Step Verification while you're there.
2
Create a GitHub Account — Traditional Signup IMPORTANT

Go to github.comSign up. You CAN use your Gmail address, but you MUST create a separate password — different from your Gmail password. Choose a professional public username.

⚠️
Do NOT use "Sign up with Google"Traditional email/password signup gives you independent account control and avoids OAuth authentication conflicts with AI Studio's GitHub export feature later.

Complete the verification, confirm your email by clicking the link GitHub sends, and choose the Free plan. Enable two-factor authentication in Settings → Password and authentication — GitHub requires 2FA for most account actions today.

3
Create a Vercel Account via GitHub ✓ Easy

Go to vercel.comSign Up → select "Continue with GitHub" (do NOT use email or another social login). Log in with your GitHub credentials, click Authorize Vercel, choose the personal Hobby plan, and complete onboarding.

💡
Why link with GitHub?Every time you push code to GitHub, Vercel automatically rebuilds and redeploys your app. No manual uploads — ever.
⚠️
Hobby plan is for non-commercial use. Vercel's free tier is meant for personal projects — it doesn't cover sites that charge users, run ads, or accept donations. That's fine for a learning project or portfolio piece; upgrade to Pro if you plan to monetize.
← BackGuide Overview