Built for the 8x Engineer "Go Viral" Contest
GoViral.AI analyzes your social media content and predicts its viral potential with a 0–100 score and actionable feedback.
- 🎯 Virality Score (0-100) with breakdown
- 🪝 Hook Analysis (first 3 seconds strength)
- 🖼️ Thumbnail feedback & best practices
- ✍️ Caption optimization (3 AI alternatives)
- #️⃣ 10 trending hashtags per platform
- 🎵 Trending audio recommendations
- 👥 Competitor insights
- 📊 History & Dashboard with analytics
- 🔐 Auth (signup/login/signout)
- Next.js 16 (App Router)
- TypeScript + Tailwind CSS
- Supabase (PostgreSQL + Auth)
- Groq API (Llama 3.3 70B) for AI analysis
- Vercel (deployment)
Built entirely on free-tier APIs. Groq's Llama 3.3 70B powers all content analysis. With premium APIs (Gemini Vision, GPT-4V), real image/video analysis would be added in v2.
- Clone repo
pnpm install- Add env vars (Supabase + Groq keys)
pnpm dev