Complete Setup Guide

GitHub + Terragon + Vercel for Non-Technical Users

Everything you need to deploy a web app without coding

📋 What You'll Learn

Part 1: Set up GitHub (where your code lives)

Part 2: Set up Terragon (AI that writes your code)

Part 3: Set up Vercel (hosts your website)

Part 4: Connect everything together

🎯 The Big Picture

You'll set up three systems that work together automatically:

  1. GitHub (Code Storage)

    Think of this as a cloud folder for your project files. Every time your code changes, GitHub saves a version you can go back to.

  2. Terragon (AI Programmer)

    You describe what you want in plain English, and Terragon's AI writes the code for you, then saves it to GitHub automatically.

  3. Vercel (Web Host)

    This watches your GitHub folder. Every time Terragon adds new code, Vercel automatically builds your website and puts it online.

💡 THE MAGIC: Once set up, you just tell Terragon what you want → AI writes the code → Vercel deploys it → Your site is live in 60 seconds. No terminal. No coding. No manual deployments.

✅ What You Need Before Starting

⏱️ TIME ESTIMATE: Part 1 (GitHub): 5 minutes • Part 2 (Terragon): 5 minutes • Part 3 (Vercel): 10 minutes • Part 4 (Connections): 10 minutes