Vite + React + Supabase + Vercel | Total Time: <20 Minutes
A voting web app where visitors click items from "50 Things Sasha Knows" to vote. Real-time vote counts. Live at: sasha.moontowermeta.com
| 1. Supabase | 2. GitHub + Terragon | 3. Vercel |
|---|---|---|
| PostgreSQL database storing items and votes | Code repository with AI that writes your React app | Auto-deploys from GitHub and hosts your live site |
✋ YOU: Create project at supabase.com → SQL Editor → Paste SQL (creates tables, policies, data) → Run
✅ RESULT: Database ready with 50 items, security policies enabled
✋ YOU: Terragon → New Task → Paste description of what you want → Execute
🤖 TERRAGON: Writes React app, Supabase config, env files → Commits to GitHub
✅ RESULT: Complete voting app code in your repo
✋ YOU: vercel.com → Add New Project → Import your repo → Deploy
🤖 VERCEL: Auto-detects Vite, builds app, gives you live URL
✅ RESULT: App is live at your-app.vercel.app
✋ YOU: Vercel Settings → Env Variables → Add VITE_SUPABASE_URL & VITE_SUPABASE_ANON_KEY