Loading project...
# 4guys-companion-site **Status:** ⚫ Complete **Phase:** All phases complete + deployment ready **Last Activity:** 2026-02-02 (deployment setup) **Preview URL:** TBD (after Vercel connect) --- ## Linear Metadata **Project ID:** `a4be0f78-a1c6-4f91-b772-bd473fd376f1` **Team ID:** `96b685fe-2252-47c5-97ee-273d8c484942` **Last Synced:** `2026-02-06T13:19:29.482Z` ## Overview Build 3 companion website concepts for the "4 Guys Talking About AI" podcast. --- ## Deployment (Manual Steps Required) 1. Create GitHub repo: `gh repo create jegirard/4guys-preview --public --source=. --push` 2. Connect to Vercel (import from GitHub) 3. Framework: "Other" (static site) --- ## The 3 Concepts ### Site A: 4Guys.AI - Topic Intelligence Hub **Tagline:** "What did the 4 Guys say about that?" - **Focus:** Search & discovery - **Key features:** Episode search, topic pages, tool mentions - **Design:** Dark slate/blue theme, modern search-centric - **Port:** 3001 (when running) ### Site B: The 4Guys AI Digest **Tagline:** "Skip the hype. Get the signal." - **Focus:** Newsletter + content consumption - **Key features:** Weekly digests, email subscription, tool directory - **Design:** Warm amber/cream, editorial feel - **Port:** 3002 (when running) ### Site C: 4Guys Arena **Tagline:** "Where AI Opinions Clash" - **Focus:** Interactive engagement - **Key features:** Debate voting, "Which Host Are You?" quiz, position tracking - **Design:** Dark with pink/purple accents, gamified - **Port:** 3003 (when running) --- ## Running the Sites ```bash # Site A cd site-a && npm run dev -- -p 3001 # Site B cd site-b && npm run dev -- -p 3002 # Site C cd site-c && npm run dev -- -p 3003 ``` --- ## Key Files - `docs/EPISODES.md` — Episode catalogue (38 episodes) - `docs/SPEC-A.md` — Site A detailed spec - `docs/SPEC-B.md` — Site B detailed spec - `docs/SPEC-C.md` — Site C detailed spec - `docs/COMPARISON.md` — Side-by-side comparison - `site-a/` — Topic Intelligence Hub (built) - `site-b/` — AI Digest (built) - `site-c/` — Arena (built) --- ## Recommendation **For John's review:** 1. **Site A** is best if the goal is to help people find specific topics/tools discussed 2. **Site B** is best if growing an email list and content marketing is the goal 3. **Site C** is best for engagement, virality, and community building All three could work well together - Site A for search, Site B for newsletters, Site C for social sharing.